@window-splitter/svelte 1.1.1--canary.9d2f98a.0 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
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
+ - tests ([@sfc-gh-alisowski](https://github.com/sfc-gh-alisowski))
7
+ - add awaitable expand/collapse to other implementations ([@sfc-gh-alisowski](https://github.com/sfc-gh-alisowski))
8
+
9
+ #### Authors: 1
10
+
11
+ - Andrew Lisowski ([@sfc-gh-alisowski](https://github.com/sfc-gh-alisowski))
12
+
13
+ ---
14
+
1
15
  # v1.1.0 (Mon May 26 2025)
2
16
 
3
17
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/svelte",
4
4
  "sideEffects": false,
5
- "version": "1.1.1--canary.9d2f98a.0",
5
+ "version": "1.1.1",
6
6
  "description": "A WAI-ARIA compliant window splitter for Svelte.",
7
7
  "repository": {
8
8
  "url": "https://github.com/hipstersmoothie/window-splitter",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "license": "MIT",
32
32
  "devDependencies": {
33
- "@internal/eslint-config": "1.1.1--canary.9d2f98a.0",
33
+ "@internal/eslint-config": "1.1.1",
34
34
  "@rsbuild/core": "^1.3.12",
35
35
  "@rsdoctor/rspack-plugin": "^1.0.2",
36
36
  "@storybook/addon-svelte-csf": "^5.0.0-next.0",
@@ -60,8 +60,8 @@
60
60
  "svelte": ">=5.x"
61
61
  },
62
62
  "dependencies": {
63
- "@window-splitter/interface": "1.1.1--canary.9d2f98a.0",
64
- "@window-splitter/state": "1.1.1--canary.9d2f98a.0"
63
+ "@window-splitter/interface": "1.1.1",
64
+ "@window-splitter/state": "1.1.1"
65
65
  },
66
66
  "type": "module",
67
67
  "exports": {
@@ -78,5 +78,5 @@
78
78
  "resizable",
79
79
  "window"
80
80
  ],
81
- "gitHead": "9d2f98a3d6226018c598018cea829d6412b60cd0"
81
+ "gitHead": "a7f123555c7e5ef966007731aba4dfae73cd19a2"
82
82
  }