Skip to content

Commit

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

## [10.0.0](https://github.com/zakodium-oss/react-science/compare/v9.0.1...v10.0.0) (2024-11-21)


### ⚠ BREAKING CHANGES

* **toolbar:** the onClick handler of a toolbar item is only passed the mouse event.
* the `isPopover` was removed from the toolbar item components.

### Features

* add ActivityPanel components ([#768](https://github.com/zakodium-oss/react-science/issues/768)) ([2ad5a18](https://github.com/zakodium-oss/react-science/commit/2ad5a1858e393d762ad9672f90b894adf9b57c29))


### Bug Fixes

* **button:** correct default height of buttons ([#785](https://github.com/zakodium-oss/react-science/issues/785)) ([26fa1df](https://github.com/zakodium-oss/react-science/commit/26fa1df0406da00dfdc00b0601a166bafa5d6fd3))
* do not expose the isPopover prop ([177c0ae](https://github.com/zakodium-oss/react-science/commit/177c0ae556e17b673243944ff906c37926739a2e))
* **toolbar:** do not pass item props in onClick callback ([29aa9e1](https://github.com/zakodium-oss/react-science/commit/29aa9e10cf98424074668495ec05a24a58990ea9))

## [9.0.1](https://github.com/zakodium-oss/react-science/compare/v9.0.0...v9.0.1) (2024-10-18)


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": "9.0.1",
"version": "10.0.0",
"description": "React components to build scientific applications UI",
"type": "module",
"exports": {
Expand Down

0 comments on commit 9df6ba9

Please sign in to comment.