@iyulab/canopy-page 0.11.0 → 0.11.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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ Notable changes to canopy-page. The format follows
7
7
  The `settings.json` contract is what consuming projects plan their upgrades around, so changes
8
8
  to it — its fields, its validation, and what the checks reject — are what this file is about.
9
9
 
10
+ ## [0.11.1] — 2026-08-17
11
+
12
+ ### Changed
13
+
14
+ - **Upgraded to canopy 0.11.1** — the sidebar's current-page highlight now fills the row instead
15
+ of just the label text, and the mobile topbar no longer stacks three separate rows of chrome
16
+ (breadcrumb dropped, search collapses to its icon and expands while focus stays inside the
17
+ search form) before a reader reaches the page. See
18
+ [canopy's own changelog](https://github.com/iyulab/canopy/blob/main/CHANGELOG.md#0111--2026-08-17)
19
+ for the full list.
20
+
10
21
  ## [0.11.0] — 2026-08-17
11
22
 
12
23
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iyulab/canopy-page",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Authoring pipeline for documentation sites: one settings file, integrity checks, and a build.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "vitest": "^4.1.9"
54
54
  },
55
55
  "dependencies": {
56
- "@iyulab/canopy": "^0.11.0",
56
+ "@iyulab/canopy": "^0.11.1",
57
57
  "chokidar": "^5.0.0"
58
58
  }
59
59
  }