disableDates and Intl polyfill removed
disableDates
- proposed by #45 to support disabling dates defined by the user and see Live demo for more details.Intl
polyfill was previously beingimportHref
for browsers that do not support native Intl. Now, users are recommended to load polyfills at the top-level document (usuallyindex.html
) using feature detection.