@window-splitter/react 1.1.5--canary.b95ee23.0 → 1.2.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,5 +1,5 @@
1
1
 
2
2
  
3
- > @window-splitter/react@1.1.5--canary.f61d2d9.0 build /Users/andrew/Documents/window-splitter/packages/react
3
+ > @window-splitter/react@1.1.4 build /Users/andrew/Documents/window-splitter/packages/react
4
4
  > tshy
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v1.2.0 (Wed Jul 08 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - apply animations directly to dom [#85](https://github.com/hipstersmoothie/window-splitter/pull/85) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@vikr01](https://github.com/vikr01))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - apply animations directly to dom ([@hipstersmoothie](https://github.com/hipstersmoothie))
10
+
11
+ #### Authors: 2
12
+
13
+ - Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
14
+ - Vik R ([@vikr01](https://github.com/vikr01))
15
+
16
+ ---
17
+
1
18
  # v1.1.2 (Mon Jul 21 2025)
2
19
 
3
20
  #### ⚠️ Pushed to `main`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/react",
4
4
  "sideEffects": false,
5
- "version": "1.1.5--canary.b95ee23.0",
5
+ "version": "1.2.0",
6
6
  "description": "A WAI-ARIA compliant window splitter for React.",
7
7
  "homepage": "https://react-window-splitter-six.vercel.app",
8
8
  "repository": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@chromatic-com/storybook": "^1.6.1",
39
- "@internal/eslint-config": "1.1.5--canary.b95ee23.0",
39
+ "@internal/eslint-config": "1.2.0",
40
40
  "@rsbuild/core": "^1.3.12",
41
41
  "@rsdoctor/rspack-plugin": "^1.0.2",
42
42
  "@storybook/react": "^8.2.9",
@@ -62,8 +62,8 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@react-aria/utils": "^3.28.2",
65
- "@window-splitter/interface": "1.1.5--canary.b95ee23.0",
66
- "@window-splitter/state": "1.1.5--canary.b95ee23.0"
65
+ "@window-splitter/interface": "1.2.0",
66
+ "@window-splitter/state": "1.2.0"
67
67
  },
68
68
  "tshy": {
69
69
  "exclude": [
@@ -98,5 +98,5 @@
98
98
  "resizable",
99
99
  "window"
100
100
  ],
101
- "gitHead": "b95ee239cfc6749ef5619a24971ec4e6031b659f"
101
+ "gitHead": "0349b0b301c05e2a1a9b281abe7b93cccc9d9b9b"
102
102
  }