diff --git a/packages/react-day-picker/CHANGELOG.md b/packages/react-day-picker/CHANGELOG.md index d976957495..9371a97b0b 100644 --- a/packages/react-day-picker/CHANGELOG.md +++ b/packages/react-day-picker/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 8.3.0 + +- feat: add new `id` prop by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1556 +- feat: week localization props: `ISOWeek`, `firstWeekContainsDate` by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1558 +- fix: infinite recursion when focusing next days by [@eXamadeus](https://github.com/eXamadeus) in https://github.com/gpbl/react-day-picker/pull/1549 +- fix: disabled modifiers with min/max range selections by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1566 +- fix: improved CSS `focus-visible` and disabled styles by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1565 +- chore: updated `SelectSingleEventHandler` interface to type by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1555 +- chore: cleanup context types and defaults by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1561 +- chore: use [rollup-plugin-ts](https://www.npmjs.com/package/rollup-plugin-ts) to compile typescript by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1562 +- chore: add new `Components` type by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1563 +- chore: reorganize contexts files by [@gpbl](https://github.com/gpbl) in https://github.com/gpbl/react-day-picker/pull/1564 + ### v8.2.1 - fix: CSS module doesn't include the root class, by [@gpbl](https://github.com/gpbl) in [#1548](https://github.com/gpbl/react-day-picker/pull/1548) diff --git a/packages/react-day-picker/package.json b/packages/react-day-picker/package.json index 9626029c23..67251a8e4c 100644 --- a/packages/react-day-picker/package.json +++ b/packages/react-day-picker/package.json @@ -1,6 +1,6 @@ { "name": "react-day-picker", - "version": "8.2.1", + "version": "8.3.0", "description": "Customizable Date Picker for React", "author": "Giampaolo Bellavite ", "homepage": "http://react-day-picker.js.org",