Skip to content

Commit

Permalink
chore(main): release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot committed Oct 5, 2023
1 parent 5af5c04 commit c542f37
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.28.0](https://github.com/zakodium-oss/react-science/compare/v0.27.0...v0.28.0) (2023-10-05)


### ⚠ BREAKING CHANGES

* the api of the `Toolbar` component has changed. To migrate, remove `orientation='horizontal'` or replace `orientation='vertical'` with `vertical={true}`. The api of the `Toolbar.Item` has changed. To migrate, set the icon in the `icon` prop instead of passing it in children. It is recommended to use blueprint icons by passing one of the available string constants to `icon`.

### Bug Fixes

* confirm modal outline ([6e3ba05](https://github.com/zakodium-oss/react-science/commit/6e3ba05c256ebb755885f5ecfb913ee8b0df421b))
* replace mouse event with pointer event to support touch devices ([#557](https://github.com/zakodium-oss/react-science/issues/557)) ([db36620](https://github.com/zakodium-oss/react-science/commit/db366208ec8a85fe7060a0acd0011eb637113431))


### Code Refactoring

* migrate Toolbar to blueprintjs components ([#559](https://github.com/zakodium-oss/react-science/issues/559)) ([d258b69](https://github.com/zakodium-oss/react-science/commit/d258b6938dc748f00a944e59b5123988cddb88f4))

## [0.27.0](https://github.com/zakodium-oss/react-science/compare/v0.26.2...v0.27.0) (2023-09-28)


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": "0.27.0",
"version": "0.28.0",
"description": "React components to build scientific applications UI",
"exports": {
"./app": {
Expand Down

0 comments on commit c542f37

Please sign in to comment.