|
|
@@ -1,9 +1,28 @@
|
|
|
# Changelog
|
|
|
|
|
|
-## [Unreleased](https://github.com/growilabs/compare/v7.5.1...HEAD)
|
|
|
+## [Unreleased](https://github.com/growilabs/compare/v7.5.2...HEAD)
|
|
|
|
|
|
*Please do not manually update this file. We've automated the process.*
|
|
|
|
|
|
+## [v7.5.2](https://github.com/growilabs/compare/v7.5.1...v7.5.2) - 2026-04-22
|
|
|
+
|
|
|
+### 🚀 Improvement
|
|
|
+
|
|
|
+* imprv: Render page tree item title as a real anchor (#11029) @yuki-takei
|
|
|
+
|
|
|
+### 🐛 Bug Fixes
|
|
|
+
|
|
|
+* fix(editor): Editor breaks when an ID created by useId() is passed to a reactstrap Popover/Tooltip targets (#11039) @yuki-takei
|
|
|
+* fix: Request requiring login is being made on the shared link page (#11026) @miya
|
|
|
+* fix: Search scope children as default setting is not applied (#11027) @miya
|
|
|
+* fix(slack): Normalize proxyUri to undefined for custom bot without proxy mode (#11035) @yuki-takei
|
|
|
+* fix: Avoid setState-in-render warning in useHydrateGlobalEachAtoms (#11023) @yuki-takei
|
|
|
+* fix: Stabilize watch-rendering-and-rescroll test suite (#11037) @yuki-takei
|
|
|
+
|
|
|
+### 🧰 Maintenance
|
|
|
+
|
|
|
+* support: Upgrade Biome (#11040) @yuki-takei
|
|
|
+
|
|
|
## [v7.5.1](https://github.com/growilabs/compare/v7.5.0...v7.5.1) - 2026-04-16
|
|
|
|
|
|
### 💎 Features
|