@window-splitter/state 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v0.4.1 (Sun Aug 25 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Responsive Bugs [#38](https://github.com/hipstersmoothie/react-window-splitter/pull/38) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6
+ - fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
7
+ - move handle overflow logic to recordActualItemSize ([@hipstersmoothie](https://github.com/hipstersmoothie))
8
+ - more ([@hipstersmoothie](https://github.com/hipstersmoothie))
9
+ - update test ([@hipstersmoothie](https://github.com/hipstersmoothie))
10
+ - updating tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
11
+ - measure more ([@hipstersmoothie](https://github.com/hipstersmoothie))
12
+ - add fill panel. improves resizing a lot ([@hipstersmoothie](https://github.com/hipstersmoothie))
13
+ - move autosave to state package [#36](https://github.com/hipstersmoothie/react-window-splitter/pull/36) ([@hipstersmoothie](https://github.com/hipstersmoothie))
14
+ - improve lint ([@hipstersmoothie](https://github.com/hipstersmoothie))
15
+ - move autosave to state ([@hipstersmoothie](https://github.com/hipstersmoothie))
16
+
17
+ #### Authors: 1
18
+
19
+ - Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
20
+
21
+ ---
22
+
1
23
  # v0.4.0 (Fri Aug 23 2024)
2
24
 
3
25
  #### 🚀 Enhancement