|
1 | 1 | # @daypicker/buddhist |
2 | 2 |
|
3 | | -## 10.0.0-next.6 |
| 3 | +DayPicker follows [Semantic Versioning](http://semver.org/). See the [Releases page](https://github.com/gpbl/react-day-picker/releases) on Github for the complete list of changes, diffs and contributors, or the [list of versions](https://www.npmjs.com/package/@daypicker/buddhist?activeTab=versions) published on npm. |
4 | 4 |
|
5 | | -### Patch Changes |
| 5 | +## v10.0.0 |
6 | 6 |
|
7 | | -- [#2964](https://github.com/gpbl/react-day-picker/pull/2964) [`fa3e21d`](https://github.com/gpbl/react-day-picker/commit/fa3e21dd0979d909f83d9b6c0953bc412956a533) Thanks [@gpbl](https://github.com/gpbl)! - Respect custom `dateLib` overrides in calendar wrappers. |
| 7 | +_Release date: 2026-05-08_ |
8 | 8 |
|
9 | | -- [#2970](https://github.com/gpbl/react-day-picker/pull/2970) [`e4eea5f`](https://github.com/gpbl/react-day-picker/commit/e4eea5f0da2dbba70e4f1d12c14bab1be8620c7f) Thanks [@gpbl](https://github.com/gpbl)! - Add `@daypicker/react` as the React package for DayPicker and update calendar packages to consume it. |
| 9 | +This is the first stable release of `@daypicker/buddhist`, the DayPicker package for Buddhist calendar support. It is published under the `@daypicker/*` scope and is intended to be installed alongside `@daypicker/react`. |
10 | 10 |
|
11 | | -- Updated dependencies [[`e4eea5f`](https://github.com/gpbl/react-day-picker/commit/e4eea5f0da2dbba70e4f1d12c14bab1be8620c7f)]: |
12 | | - - @daypicker/react@10.0.0-next.6 |
| 11 | +#### Upgrading to v10 |
13 | 12 |
|
14 | | -## 10.0.0-next.5 |
| 13 | +See the [upgrading guide](https://daypicker.dev/upgrading) for details on moving calendar usage to the standalone `@daypicker/*` packages. |
15 | 14 |
|
16 | | -### Patch Changes |
| 15 | +#### Installation |
17 | 16 |
|
18 | | -- [#2962](https://github.com/gpbl/react-day-picker/pull/2962) [`77de4f4`](https://github.com/gpbl/react-day-picker/commit/77de4f403fc77c02e64112c281ad3bc0e10f12b0) Thanks [@gpbl](https://github.com/gpbl)! - docs: simplify standalone calendar package READMEs. |
| 17 | +```bash |
| 18 | +npm install @daypicker/react @daypicker/buddhist |
| 19 | +``` |
19 | 20 |
|
20 | | -- Updated dependencies []: |
21 | | - - react-day-picker@10.0.0-next.5 |
| 21 | +#### What's Changed |
22 | 22 |
|
23 | | -## 10.0.0-next.4 |
24 | | - |
25 | | -### Patch Changes |
26 | | - |
27 | | -- Updated dependencies [a77f89c] |
28 | | - - react-day-picker@10.0.0-next.4 |
29 | | - |
30 | | -## 10.0.0-next.3 |
31 | | - |
32 | | -### Patch Changes |
33 | | - |
34 | | -- Updated dependencies [6b66f48] |
35 | | - - react-day-picker@10.0.0-next.3 |
36 | | - |
37 | | -## 10.0.0-next.2 |
38 | | - |
39 | | -### Patch Changes |
40 | | - |
41 | | -- Start publishing this calendar package as a standalone npm package. |
42 | | - |
43 | | -- Updated dependencies |
44 | | - - react-day-picker@10.0.0-next.2 |
| 23 | +- feat: publish Buddhist calendar support as a standalone package |
| 24 | +- feat: update the package to consume `@daypicker/react` by [@gpbl](https://github.com/gpbl) in [#2970](https://github.com/gpbl/react-day-picker/pull/2970) |
| 25 | +- fix: respect custom `dateLib` overrides in calendar wrappers by [@gpbl](https://github.com/gpbl) in [#2964](https://github.com/gpbl/react-day-picker/pull/2964) |
0 commit comments