File tree Expand file tree Collapse file tree
lib/view_component/scoped_styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.4.1] - 2026-06-01
2+
3+ ### Fixed
4+
5+ - Railtie component discovery now respects the configured ` components_path ` instead of always scanning ` app/components ` .
6+
17## [ 0.4.0] - 2026-05-31
28
39### Added
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- view_component-scoped_styles (0.4.0 )
4+ view_component-scoped_styles (0.4.1 )
55 rails (>= 7.0 , < 9 )
66 view_component (>= 3.0 )
77
258258 zeitwerk (2.8.2 )
259259
260260PLATFORMS
261+ arm64-darwin-23
261262 arm64-darwin-25
262263
263264DEPENDENCIES
@@ -353,7 +354,7 @@ CHECKSUMS
353354 uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
354355 useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
355356 view_component (4.7.0) sha256=d9612abf255fbe89d524bafa470ec90c27b945e14d0bf2d3529ef676cfcb957e
356- view_component-scoped_styles (0.4.0 )
357+ view_component-scoped_styles (0.4.1 )
357358 websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
358359 websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
359360 zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
Original file line number Diff line number Diff line change 22
33module ViewComponent
44 module ScopedStyles
5- VERSION = "0.4.0 "
5+ VERSION = "0.4.1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments