Skip to content

Commit

Permalink
Bump v8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Sep 26, 2022
1 parent 146fc6a commit fe1a1ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/react-day-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "http://react-day-picker.js.org",
Expand Down

0 comments on commit fe1a1ed

Please sign in to comment.