@area17/a17-helpers
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -7,4 +7,9 @@ # Changelog | ||
# 3.3 | ||
# 3.3.1 | ||
## Updated | ||
* ios100vhFix : add back export | ||
# 3.3.0 | ||
## Fixed | ||
@@ -11,0 +16,0 @@ * Add Typescript support |
{ | ||
"name": "@area17/a17-helpers", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A js helper package", |
@@ -59,4 +59,5 @@ # A17 JS Helpers | ||
Please run : `npm run types` | ||
This will add declaration files at the same place your JS files. | ||
This will add the declaration files at the same place of your JS files. | ||
## Major revision notes: | ||
@@ -63,0 +64,0 @@ |
/** | ||
* ios100vhFix : Create a CSS variable --vh representing 1% of the window height to fix the 100vh issue on iOS | ||
*/ | ||
const ios100vhFix = function () { | ||
export const ios100vhFix = function () { | ||
// Doc: https://github.com/area17/js-helpers/wiki/ios100vhFix | ||
@@ -6,0 +6,0 @@ if(typeof window === 'undefined') return; |
373358
119