@window-splitter/state 0.3.2 → 0.4.0

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @window-splitter/state@0.3.1 build /home/runner/work/react-window-splitter/react-window-splitter/packages/state
2
+ > @window-splitter/state@0.3.2 build /vercel/path0/packages/state
3
3
  > tshy
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @window-splitter/state@0.3.0 lint /Users/andrewlisowski/Documents/react-window-splitter/packages/state
3
+ > @window-splitter/state@0.3.2 lint /Users/andrewlisowski/Documents/react-window-splitter/packages/state
4
4
  > eslint .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ # v0.4.0 (Fri Aug 23 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Add "isStaticAtRest" prop [#34](https://github.com/hipstersmoothie/react-window-splitter/pull/34) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6
+ - Collapse Validation [#33](https://github.com/hipstersmoothie/react-window-splitter/pull/33) ([@hipstersmoothie](https://github.com/hipstersmoothie))
7
+
8
+ #### 🐛 Bug Fix
9
+
10
+ - Add "isStaticAtRest" prop ([@hipstersmoothie](https://github.com/hipstersmoothie))
11
+ - simplify types ([@hipstersmoothie](https://github.com/hipstersmoothie))
12
+ - fix panel expandsion to min ([@hipstersmoothie](https://github.com/hipstersmoothie))
13
+ - add tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
14
+ - get keyboard collapse logic working too ([@hipstersmoothie](https://github.com/hipstersmoothie))
15
+ - cleaner ([@hipstersmoothie](https://github.com/hipstersmoothie))
16
+ - fix being able to drag past a min ([@hipstersmoothie](https://github.com/hipstersmoothie))
17
+ - auto collapse panels when there is no room ([@hipstersmoothie](https://github.com/hipstersmoothie))
18
+ - loosen check to include panels that might be too big ([@hipstersmoothie](https://github.com/hipstersmoothie))
19
+ - fix bad percent calc ([@hipstersmoothie](https://github.com/hipstersmoothie))
20
+ - fix comparisions ([@hipstersmoothie](https://github.com/hipstersmoothie))
21
+
22
+ #### Authors: 1
23
+
24
+ - Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
25
+
26
+ ---
27
+
1
28
  # v0.3.2 (Wed Aug 21 2024)
2
29
 
3
30
  #### 🐛 Bug Fix