Skip to content

Commit

Permalink
chore(main): release 0.32.0 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Dec 13, 2023
1 parent e3f753f commit 3bbfefa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.32.0](https://github.com/zakodium-oss/react-science/compare/v0.31.0...v0.32.0) (2023-12-13)


### ⚠ BREAKING CHANGES

* Modal's and ConfirmModal's `onRequestClose` is now mandatory. Note that a Modal has to always be closed (`isOpen` must be set to `false`) when `onRequestClose` is called. This is driven by a change in the HTML spec that ensures a web page cannot indefinitely keep a dialog open. See https://github.com/whatwg/html/pull/9462 and https://bugs.chromium.org/p/chromium/issues/detail?id=1511166#c1

### Bug Fixes

* make Modal's onRequestClose mandatory and call it on close ([#602](https://github.com/zakodium-oss/react-science/issues/602)) ([e3f753f](https://github.com/zakodium-oss/react-science/commit/e3f753f45fc7e6c7acaba81ac6c89cd9b1696fd1))

## [0.31.0](https://github.com/zakodium-oss/react-science/compare/v0.30.1...v0.31.0) (2023-12-13)


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

0 comments on commit 3bbfefa

Please sign in to comment.