Skip to content

Commit 22e3ec1

Browse files
v0.2.1
1 parent ddbbdd3 commit 22e3ec1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.1 - 2021 Oct 2
4+
- Fix invisible dropdown menu in dark mode on Windows Chrome
5+
- Fix flash of incorrect month/year value on page load
6+
37
## 0.2.0 - 2021 Oct 2
48
- Add internationalization support, including setting the first day of the week. Can be configured manually as well as using `date-fns`.
59

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "date-picker-svelte",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Date and time picker for Svelte",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)