@window-splitter/solid 0.8.0 → 0.8.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/package.json +6 -7
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.8.1 (Mon Apr 28 2025)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- add docs ([@hipstersmoothie](https://github.com/hipstersmoothie))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.7.0 (Mon Apr 28 2025)
|
|
2
14
|
|
|
3
15
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@window-splitter/solid",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.8.
|
|
5
|
+
"version": "0.8.1",
|
|
6
6
|
"description": "A WAI-ARIA compliant window splitter for Solid.",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/hipstersmoothie/react-splitter",
|
|
@@ -31,9 +31,10 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@chromatic-com/storybook": "^1.6.1",
|
|
34
|
-
"@internal/eslint-config": "0.8.
|
|
34
|
+
"@internal/eslint-config": "0.8.1",
|
|
35
35
|
"@rsbuild/core": "^1.3.12",
|
|
36
36
|
"@rsdoctor/rspack-plugin": "^1.0.2",
|
|
37
|
+
"@solidjs/testing-library": "^0.8.10",
|
|
37
38
|
"@storybook/builder-vite": "9.0.0-beta.4",
|
|
38
39
|
"@testing-library/jest-dom": "^6.4.8",
|
|
39
40
|
"@types/node": "^20.14.10",
|
|
@@ -45,7 +46,6 @@
|
|
|
45
46
|
"framer-motion": "^11.3.28",
|
|
46
47
|
"jsdom": "^24.1.1",
|
|
47
48
|
"playwright": "^1.46.0",
|
|
48
|
-
"react": "^18",
|
|
49
49
|
"solid-js": "^1.9.5",
|
|
50
50
|
"storybook": "9.0.0-beta.4",
|
|
51
51
|
"storybook-solidjs": "1.0.0-beta.6",
|
|
@@ -61,9 +61,8 @@
|
|
|
61
61
|
"solid-js": ">=1.x"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@
|
|
65
|
-
"@window-splitter/
|
|
66
|
-
"@window-splitter/state": "0.8.0"
|
|
64
|
+
"@window-splitter/interface": "0.8.1",
|
|
65
|
+
"@window-splitter/state": "0.8.1"
|
|
67
66
|
},
|
|
68
67
|
"tshy": {
|
|
69
68
|
"exclude": [
|
|
@@ -100,5 +99,5 @@
|
|
|
100
99
|
"plugin:storybook/recommended"
|
|
101
100
|
]
|
|
102
101
|
},
|
|
103
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "be40a743246673f1f2d663a428121fa2823c8e00"
|
|
104
103
|
}
|