Skip to content

Commit

Permalink
Bump @acusti/date-picker version to v0.5.0
Browse files Browse the repository at this point in the history
changes include:
• breaking change: props.onChange call signature will now receive { dateEnd: null, dateStart: string } (as opposed to just { dateStart: string }) if props.isRange and date range is being reset
• fixed behavior when receiving persistent props.dateEnd while setting a new range by tracking the state of which date range point is being set
  • Loading branch information
acusti committed May 7, 2024
1 parent 6a02927 commit fcd9711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/date-picker",
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
Expand Down

0 comments on commit fcd9711

Please sign in to comment.