Skip to content

Commit 9706f09

Browse files
committed
chore(main): release 12.0.0
1 parent fe7bcee commit 9706f09

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [12.0.0](https://github.com/zakodium-oss/react-science/compare/v11.2.0...v12.0.0) (2024-12-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `@tanstack/react-query`'s QueryClientProvider was removed from the `RootLayout` component. You'll have to provide your own client if you relied on it to use react-query in your application.
9+
* The `RadioGroup` component has been renamed to `RadioButtonGroup`. Its interface is now the same as blueprintjs's `RadioGroup` component, which changes how multiple of its props are named and typed.
10+
11+
### Features
12+
13+
* **Table:** change sorting icons to use blueprint ([#804](https://github.com/zakodium-oss/react-science/issues/804)) ([fe7bcee](https://github.com/zakodium-oss/react-science/commit/fe7bcee95f422d44c4c8ce4629665902a9208f41))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* remove radix-ui dependencies ([#780](https://github.com/zakodium-oss/react-science/issues/780)) ([d69d7e0](https://github.com/zakodium-oss/react-science/commit/d69d7e00a7585dd88c04a2c6f7c3936f2f4558d7))
19+
20+
21+
### Code Refactoring
22+
23+
* remove react-query from root layout ([#807](https://github.com/zakodium-oss/react-science/issues/807)) ([52ba146](https://github.com/zakodium-oss/react-science/commit/52ba146c5611f270415d18a868d8cb9b97292f28))
24+
325
## [11.2.0](https://github.com/zakodium-oss/react-science/compare/v11.1.0...v11.2.0) (2024-12-05)
426

527

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-science",
3-
"version": "11.2.0",
3+
"version": "12.0.0",
44
"description": "React components to build scientific applications UI",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)