From c97fae073b6b91813c81494f4448da64a8c17f23 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:41:04 +0100 Subject: [PATCH] chore(main): release 0.32.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713a5370..b51bce55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 2013ab64..1b1dfa9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "0.31.0", + "version": "0.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "0.31.0", + "version": "0.32.0", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.0.20", diff --git a/package.json b/package.json index 7588124e..39ac1920 100644 --- a/package.json +++ b/package.json @@ -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": {