date-picker-svelte
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Changelog | ||
## 2.1.1 - 2022 Aug 15 | ||
- Fix broken month dropdown on Firefox | ||
- Fix unreliable clamping to min/max dates | ||
- Fix month `Up/Down` arrow key shortcuts | ||
## 2.1.0 - 2022 Jul 31 | ||
@@ -4,0 +9,0 @@ - Add `browseWithoutSelecting` property |
{ | ||
"name": "date-picker-svelte", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Date and time picker for Svelte", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -62,3 +62,3 @@ # Date Picker Svelte | ||
``` | ||
npm run check | ||
npm run lint | ||
``` | ||
@@ -65,0 +65,0 @@ 3. Bump the version number |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38056