Skip to content

Commit

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

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


### ⚠ 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`.

### Features

* sort info-panel search results ([#564](https://github.com/zakodium-oss/react-science/issues/564)) ([cb14d47](https://github.com/zakodium-oss/react-science/commit/cb14d4778412e0cc86216b4e29855f127d985ba7))


### Bug Fixes

* confirm modal outline ([6e3ba05](https://github.com/zakodium-oss/react-science/commit/6e3ba05c256ebb755885f5ecfb913ee8b0df421b))
* display boolean and zero values correctly in value renderers ([#566](https://github.com/zakodium-oss/react-science/issues/566)) ([10c65fe](https://github.com/zakodium-oss/react-science/commit/10c65fe0591aa4913ab525df5f07a731f5ef10b6))
* 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 678d5e1

Please sign in to comment.