@keenmate/web-daterangepicker 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -4
- package/dist/web-daterangepicker.js +1144 -1144
- package/dist/web-daterangepicker.umd.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -671,10 +671,16 @@ npm run preview
|
|
|
671
671
|
|
|
672
672
|
## Browser Support
|
|
673
673
|
|
|
674
|
-
- Modern browsers with Web Components support
|
|
675
|
-
- Chrome/Edge
|
|
676
|
-
- Firefox
|
|
677
|
-
- Safari
|
|
674
|
+
- Modern browsers with Web Components and CSS `color-mix()` support
|
|
675
|
+
- Chrome/Edge 111+
|
|
676
|
+
- Firefox 113+
|
|
677
|
+
- Safari 16.2+
|
|
678
|
+
|
|
679
|
+
For older browser support, use the compiled `dist/style.css` which is processed by Vite.
|
|
680
|
+
|
|
681
|
+
## Changelog
|
|
682
|
+
|
|
683
|
+
See [CHANGELOG.md](https://github.com/keenmate/web-daterangepicker/blob/main/CHANGELOG.md) for version history and migration guides.
|
|
678
684
|
|
|
679
685
|
## License
|
|
680
686
|
|