Skip to content

Commit

Permalink
chore(main): release 12.0.0 (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Dec 9, 2024
1 parent fe7bcee commit e9009b2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [12.0.0](https://github.com/zakodium-oss/react-science/compare/v11.2.0...v12.0.0) (2024-12-09)


### ⚠ BREAKING CHANGES

* `@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.
* 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.

### Features

* **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))


### Miscellaneous Chores

* remove radix-ui dependencies ([#780](https://github.com/zakodium-oss/react-science/issues/780)) ([d69d7e0](https://github.com/zakodium-oss/react-science/commit/d69d7e00a7585dd88c04a2c6f7c3936f2f4558d7))


### Code Refactoring

* 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))

## [11.2.0](https://github.com/zakodium-oss/react-science/compare/v11.1.0...v11.2.0) (2024-12-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-science",
"version": "11.2.0",
"version": "12.0.0",
"description": "React components to build scientific applications UI",
"type": "module",
"exports": {
Expand Down

0 comments on commit e9009b2

Please sign in to comment.