Releases: Dan503/time-input-polyfill
Releases · Dan503/time-input-polyfill
v1.0.11 - Webpack 5 support
Fixes issue #36 (Webpack 5 compatibility)
v1.0.10 - Adds shadow DOM support and upgrades the build process
- Fixes issue #30 - Shadow DOM support
- Upgrades the build process to support more modern JS syntax
v1.0.9 - value="12:30" bug fix
Fix for #20
The issue was that if you set value="12:30"
it would be interpreted as "12:30 AM" however it should have been interpreted as "12:30 PM".
v1.0.8
v1.0.7 - Fix for "`00` isn't a valid number"
v1.0.6 - Improved UX in Safari
Fixed issue #3.
Preventing user select was actually causing a worse UX in Safari.
Removing the prevent_user_select()
function brings Safari into line with how the polyfill is intended to work.