Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 9.0.0 #777

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* the `fill`, `large` and `minimal` props have been removed from the Toolbar component

### Features

* add ActivityBar component ([a51279a](https://github.com/zakodium-oss/react-science/commit/a51279abde657877bf199f8c0b56e0fc8a4a2506))
* remove fill, large and minimal props from Toolbar component ([40069b1](https://github.com/zakodium-oss/react-science/commit/40069b1c1a9ec924b96809dd2649ef5c047cc2a1))


### Bug Fixes

* correct regression to incorrect layout in Toolbar component ([9eb75ae](https://github.com/zakodium-oss/react-science/commit/9eb75ae416d5ca3b9883464a7009b7a2bb0af142))
* Toolbar should have a backdrop only with "click" as the interaction kind ([19d5350](https://github.com/zakodium-oss/react-science/commit/19d53503010b72a4996762cb4ee473a411148291))

## [8.0.1](https://github.com/zakodium-oss/react-science/compare/v8.0.0...v8.0.1) (2024-10-16)


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