From c6b4092acc1e0f894910e908fc0082b773e19dd9 Mon Sep 17 00:00:00 2001 From: Nhan Ho Date: Wed, 28 Dec 2022 20:15:59 +0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c93e6c26..eeab2122d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,14 @@ Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* -### Added +### [13.2.0] - 2022-12-23 + +### Fixed - Fix reactOnRailsPageUnloaded when there is no component on the page. Important for apps using both hotwire and react_on_rails. [PR 1498](https://github.com/shakacode/react_on_rails/pull/1498) by [NhanHo](https://github.com/NhanHo). -- Exposed `reactHydrateOrRender` utility via [PR 1481](https://github.com/shakacode/react_on_rails/pull/1481) +- Fixing wrong type. The throwIfMissing param of getStore should be optional as it defaults to true. [PR 1480](https://github.com/shakacode/react_on_rails/pull/1480) by [wouldntsavezion](https://github.com/wouldntsavezion). + +### Added +- Exposed `reactHydrateOrRender` utility via [PR 1481](https://github.com/shakacode/react_on_rails/pull/1481) by [vaukalak](https://github.com/vaukalak). ### [13.1.0] - 2022-08-20 @@ -1046,7 +1051,8 @@ Best done with Object destructing: ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.0.2...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.2.0...master +[13.2.0]: https://github.com/shakacode/react_on_rails/compare/13.1.0...13.2.0 [13.1.0]: https://github.com/shakacode/react_on_rails/compare/13.0.2...13.1.0 [13.0.2]: https://github.com/shakacode/react_on_rails/compare/13.0.1...13.0.2 [13.0.1]: https://github.com/shakacode/react_on_rails/compare/13.0.0...13.0.1