plutonium 0.56.2 → 0.56.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/app/assets/plutonium.css +1 -1
- data/app/assets/plutonium.js +2 -4
- data/app/assets/plutonium.js.map +2 -2
- data/app/assets/plutonium.min.js +1 -1
- data/app/assets/plutonium.min.js.map +2 -2
- data/lib/plutonium/ui/layout/base.rb +8 -7
- data/lib/plutonium/ui/layout/icon_rail.rb +6 -2
- data/lib/plutonium/ui/layout/sidebar.rb +1 -1
- data/lib/plutonium/ui/table/components/scopes_pills.rb +3 -2
- data/lib/plutonium/version.rb +1 -1
- data/package.json +1 -1
- data/src/css/components.css +4 -1
- data/src/js/controllers/icon_rail_controller.js +3 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04d75fe79d357ced0ecab559d0bfaecb983b154e26514821c79dea4f4802760c
|
|
4
|
+
data.tar.gz: 1ee5de3479c6e5068d5794a1ff3319524e3ad0fee51f6880a679e466f1a45c61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7be572db5f7c2fa4a2748e9b1cb279b5e5d07c2ba3ab1fb6262634be53723472d33432c2feeb89b117e45a5755f5a2ce127f298712d768ec0c76fefee783bacf
|
|
7
|
+
data.tar.gz: c6dd8076fdf02d887581c456268f803982f00fc5b49d22be6b88f5dee8e059efa030164e74800e68b40836976e6dd3aa70cabf2197c19db7965b362b50a1a8cb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.56.3] - 2026-06-07
|
|
2
|
+
|
|
3
|
+
### 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
- *(ui/sidebar)* Use dynamic viewport height so mobile rail toggle stays visible
|
|
6
|
+
- *(ui/sidebar)* Link icon rail logo to home
|
|
7
|
+
- *(ui/sidebar)* Default icon rail to pinned
|
|
8
|
+
- *(ui/table)* Let scopes bar scroll horizontally on small screens
|
|
1
9
|
## [0.56.2] - 2026-06-05
|
|
2
10
|
|
|
3
11
|
### 🐛 Bug Fixes
|