Skip to content

Commit 4988379

Browse files
committed
use more clear order in changelog
1 parent 3d28106 commit 4988379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Please report any issues at [https://github.com/ViewComponent/view_component/iss
4343

4444
* Remove `config.test_controller` in favor of `vc_test_controller_class` test helper method.
4545
* `config.component_parent_class` is now `config.generate.parent_class`, moving the generator-specific option to the generator configuration namespace.
46-
* Move previews-related configuration (`enabled`, `route`, `paths`, `default_layout`, `controller`) to under `previews` namespace.
4746
* `config.view_component_path` is now `config.generate.path`, as components have long since been able to exist in any directory.
47+
* Move previews-related configuration (`enabled`, `route`, `paths`, `default_layout`, `controller`) to under `previews` namespace.
4848
* `--inline` generator option now generates inline template. Use `--call` to generate `#call` method.
4949
* Remove broken integration with `rails stats` that ignored components outside of `app/components`.
5050
* Remove `preview_source` functionality. Consider using [Lookbook](https://lookbook.build/) instead.

0 commit comments

Comments
 (0)