Skip to content

Commit 988c67b

Browse files
committed
Merge branch 'develop'
2 parents f0024e9 + 819a930 commit 988c67b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ An accessible polyfill for `<input type='time'/>` elements.
1212

1313
Demo available here: https://dan503.github.io/time-input-polyfill/
1414

15+
**Note:** If the recommended version in this documentation is out of sync with the npm version, this is because npm only allows readme edits to be committed through full releases. To prevent needless cache invalidation, I'll only update the recommended version number when there are actual changes to the polyfill code. The current recommended version is `1.0.1`. As long as you are using a version that is equal to or higher than that, you are using the latest version of the polyfill.
16+
1517
## Fastest and easiest way to implement
1618

1719
Add the following script element to your page:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "time-input-polyfill",
33
"description": "An accessible polyfill for `<input type='time'/>` elements modeled after the Chrome & Firefox implementations.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"main": "index.js",
66
"jsdelivr": "dist/time-input-polyfill.auto.min.js",
77
"dependencies": {},

0 commit comments

Comments
 (0)