You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,33 @@
1
1
# Changelog
2
+
## Release (2024-01-29)
3
+
4
+
ember-pikaday 4.1.0 (minor)
5
+
6
+
#### :rocket: Enhancement
7
+
*`ember-pikaday`
8
+
*[#535](https://github.com/adopted-ember-addons/ember-pikaday/pull/535) feat: add new `register` attr to access pikaday instance, moment instance replaceable ([@betocantu93](https://github.com/betocantu93))
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,6 @@ All other named arguments are passed directly to Pikaday, so see [Pikaday's conf
59
59
60
60
The only behaviors this modifier adds to the stock Pikaday are:
61
61
62
-
- if you set `minDate` or `maxDate` and that causes `value` to be outside the legal range, we adjust `value` and fire `onSelect` to inform you of the change
63
62
- if you set your `<input>` element's `disabled` attribute we will close Pikaday if it had been open.
0 commit comments