Skip to content

Releases: Dan503/time-input-polyfill

v1.0.11 - Webpack 5 support

15 Jan 05:56
98e519b
Compare
Choose a tag to compare

Fixes issue #36 (Webpack 5 compatibility)

v1.0.10 - Adds shadow DOM support and upgrades the build process

13 Apr 09:28
e9a88c5
Compare
Choose a tag to compare
  • Fixes issue #30 - Shadow DOM support
  • Upgrades the build process to support more modern JS syntax

v1.0.9 - value="12:30" bug fix

05 Jan 00:15
Compare
Choose a tag to compare

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

24 Nov 05:23
Compare
Choose a tag to compare

Added links to the React and Vue component npm pages.

v1.0.7 - Fix for "`00` isn't a valid number"

21 Aug 22:09
Compare
Choose a tag to compare
  • Implemented this pull request: #4
  • Added a "Contributing" section to the Readme
  • Removed the @Version number from the automatic CDN method of usage to encourage people to use the latest version.

v1.0.6 - Improved UX in Safari

16 Jul 12:11
Compare
Choose a tag to compare

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.

v1.0.5 - Better label support

16 May 14:27
Compare
Choose a tag to compare
  • Added a missing label error (#2)
  • Added support for more labelling techniques
  • Made the get_ancestor() function more efficient
  • Added documentation about needing a label for it to work (#2)
  • Adding a supportsTime alias file for easier npm usage

(This might have made more sense as a minor version bump)

v1.0.4

16 May 14:27
Compare
Choose a tag to compare

Readme update

v1.0.3

22 Dec 02:13
Compare
Choose a tag to compare

Adding a note about why the npm version might be different to the recommended version in the documentation.

v1.0.2

22 Dec 01:34
Compare
Choose a tag to compare

Readme update