Skip to content

Commit 3255031

Browse files
committed
Update changelog
1 parent b554fc8 commit 3255031

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
## [Unreleased]
1+
## [0.2.0]
2+
3+
### Added
4+
5+
- `ignored_css_classes` to keep specific selectors unscoped in generated CSS; `component_class("name")` returns the original class name for ignored classes.
26

37
### Changed
48

5-
- Renamed gem to `view_component-scoped_styles` and module to `ViewComponent::ScopedStyles` (was `view_component-scoped_css` / `ViewComponent::ScopedCSS`).
9+
- Style registration and writes to `components.scoped.css` run only in development; production and test use the committed stylesheet.
10+
11+
### Fixed
12+
13+
- Require `digest` explicitly and qualify `Digest::MD5` so scoped class IDs generate correctly in test and other load orders.
14+
- Railtie development reload uses an initializer so `to_prepare` runs after Rails is fully loaded.
615

716
## [0.1.0] - 2026-05-27
817

0 commit comments

Comments
 (0)