Skip to content

disableDates and Intl polyfill removed

Compare
Choose a tag to compare
@motss motss released this 15 Sep 14:52
· 836 commits to main since this release
  • disableDates - proposed by #45 to support disabling dates defined by the user and see Live demo for more details.
  • Intl polyfill was previously being importHref for browsers that do not support native Intl. Now, users are recommended to load polyfills at the top-level document (usually index.html) using feature detection.