twskin 0.6.1 → 0.6.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/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/runtime/manifest.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@ All notable changes to this package are documented here. This project follows
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.6.2] - 2026-07-29
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Updated `Solvay 1927 · Solarized Light` to theme version `1.0.13`. Sidebar
|
|
13
|
+
task states now use a single quiet background treatment without nested
|
|
14
|
+
gold-and-blue edge rails, and the task-list bottom no longer renders an
|
|
15
|
+
opaque glow over the translucent panel.
|
|
16
|
+
|
|
17
|
+
### For contributors
|
|
18
|
+
|
|
19
|
+
- Added regression coverage for Solvay task-list hover boundaries and its
|
|
20
|
+
bottom scroll-fade reset.
|
|
21
|
+
|
|
8
22
|
## [0.6.1] - 2026-07-29
|
|
9
23
|
|
|
10
24
|
### Fixed
|
package/package.json
CHANGED