plutonium 0.53.1 โ†’ 0.54.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7470b409578e020a7a12c57bcce9df7d774795aaa4e4cad97cd2267861eeb8ba
4
- data.tar.gz: 1baaad41e2a667896eb189e2875fbdc3099fd7e613755137e7afc851372ca00d
3
+ metadata.gz: 65714d92f3f0d6759f5b0fbc0818be12387892214b09959de80d589f859a6a56
4
+ data.tar.gz: 2190fd85c3ac535df868581baace2be6565c709263c1059eeccc37bb9ba6c396
5
5
  SHA512:
6
- metadata.gz: 672f79ac91915eab2127dc46baac52ec0b14052d161374160cb39b2261fae11618d68b01793c5caa596cbf0369880c811bbca7890e4ed15f327c50959985e35f
7
- data.tar.gz: 0ff4f64b3833d6a3e6d573bf05553fa100361f4eada6f534eb0b67251fb988294b32a6bb93711dfdd93a238bdf3373094de8a58686eb6bf59d0de92c78adc89a
6
+ metadata.gz: 5ec925506a147113242a8888e96797d56cfb76972e771792752a296b6036ca5adffc8698ad9b967056b043f3c9df86a422d014cea6ec699cac73c692408ee962
7
+ data.tar.gz: e8c29ac3f6d9e83b00dba5817e209c1e7d276730b599660dbd4fe5fe4a14684695fb069b0ff5b226b9f0b7a3cc96a7d74bb02edb1cbcf0c23fe345c7d56ace13
data/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## [0.54.0] - 2026-06-01
2
+
3
+ ### ๐Ÿš€ Features
4
+
5
+ - *(ui)* Refine file-input height and required-marker theming
6
+
7
+ ### ๐Ÿ› Bug Fixes
8
+
9
+ - *(engine)* Match Plutonium::Engine by name to survive dev reload
10
+ - *(ui)* Carry only an explicit return_to on resource forms
11
+ - *(ui)* Ignore bubbled file-input cancel in modal dialogs
12
+ - *(ui)* Cap icon-rail flyout to the viewport height
13
+
14
+ ### ๐Ÿšœ Refactor
15
+
16
+ - *(ui)* Render flash via self-contained component classes
17
+
18
+ ### ๐Ÿงช Testing
19
+
20
+ - *(ui)* Characterize nested resource and interaction form rendering
21
+
22
+ ### โš™๏ธ Miscellaneous Tasks
23
+
24
+ - *(assets)* Rebuild bundled assets
1
25
  ## [0.53.1] - 2026-05-31
2
26
 
3
27
  ### ๐Ÿ› Bug Fixes