@surstromming/sidebar-group 0.1.1 → 0.1.3

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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @surstromming/sidebar-group
2
2
 
3
+ ## 0.1.3 — 2026-07-26
4
+
5
+ ### Fixed
6
+
7
+ - Requires `@surstromming/popover@^0.1.2`, so a panel no longer lands away from
8
+ its trigger — or disappears outright — while the page is pinch-zoomed in
9
+ Safari. See popover's changelog for the detail. No change in this package's
10
+ own source or API.
11
+
12
+ ## 0.1.2 — 2026-07-26
13
+
14
+ ### Fixed
15
+
16
+ - Requires `@surstromming/dropdown-menu@^0.1.2`, so closing a row's action menu
17
+ no longer scrolls its trigger back into view — see dropdown-menu's changelog
18
+ for the detail. No change in this package's own source or API.
19
+
3
20
  ## 0.1.1 — 2026-07-26
4
21
 
5
22
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surstromming/sidebar-group",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "A labelled group of sidebar navigation, rendered from data.",
5
5
  "license": "MIT",
6
6
  "author": "Evgeniy Mnatsakanov <evgeniy.mnatsakanov@gmail.com>",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@surstromming/design": "^0.1.0",
42
- "@surstromming/dropdown-menu": "^0.1.1",
42
+ "@surstromming/dropdown-menu": "^0.1.3",
43
43
  "@surstromming/icon": "^0.1.0",
44
- "@surstromming/popover": "^0.1.1"
44
+ "@surstromming/popover": "^0.1.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.4.0"