We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6d0ba commit 232ef5cCopy full SHA for 232ef5c
CHANGELOG.md
@@ -1,4 +1,7 @@
1
#changelog
2
+## [3.11.1] - 2023-12-13
3
+### new features
4
+- fix `:dir(ltr)` bug of calendar
5
## [3.11.0] - 2023-11-12
6
### new features
7
- add Date to valid type for min & max date restriction input
package.json
@@ -28,7 +28,7 @@
28
"jalali web-component",
29
"jalali web component"
30
],
31
- "version": "3.11.0",
+ "version": "3.11.1",
32
"bugs": "https://github.com/javadbat/jb-date-input/issues",
33
"license": "MIT",
34
"files": [
@@ -54,6 +54,6 @@
54
"dependencies": {
55
"date-fns": "^2.28.0",
56
"date-fns-jalali": "^2.28.0-0",
57
- "jb-calendar": "^4.0.2"
+ "jb-calendar": "^4.0.4"
58
}
59
0 commit comments