@window-splitter/interface 1.1.1--canary.9d2f98a.0 → 1.1.2
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +13 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v1.1.1 (Mon Jul 14 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Fix controlled panel resize bugs and make collapse/expand awaitable [#67](https://github.com/hipstersmoothie/window-splitter/pull/67) ([@sfc-gh-alisowski](https://github.com/sfc-gh-alisowski))
|
|
6
|
+
- awaitable colllapse ([@sfc-gh-alisowski](https://github.com/sfc-gh-alisowski))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Andrew Lisowski ([@sfc-gh-alisowski](https://github.com/sfc-gh-alisowski))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.1.0 (Mon May 26 2025)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@window-splitter/interface",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.2",
|
|
6
6
|
"description": "Shared component interface for window splitter components",
|
|
7
7
|
"homepage": "https://react-window-splitter-six.vercel.app",
|
|
8
8
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@internal/eslint-config": "1.1.
|
|
30
|
+
"@internal/eslint-config": "1.1.2",
|
|
31
31
|
"@testing-library/jest-dom": "catalog:",
|
|
32
32
|
"eslint": "catalog:",
|
|
33
33
|
"tshy": "catalog:",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"vitest": "catalog:"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@window-splitter/state": "1.1.
|
|
38
|
+
"@window-splitter/state": "1.1.2"
|
|
39
39
|
},
|
|
40
40
|
"tshy": {
|
|
41
41
|
"exclude": [
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"window"
|
|
80
80
|
],
|
|
81
81
|
"types": "./dist/commonjs/index.d.ts",
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "d9d2440aa94cb486fa4334f69a7e4717926f3192"
|
|
83
83
|
}
|