Skip to content

Commit 3d28106

Browse files
committed
clarify change to parent class configuration option
1 parent 33ecec7 commit 3d28106

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ Please report any issues at [https://github.com/ViewComponent/view_component/iss
4141

4242
### Breaking changes (dev/test)
4343

44-
* Rename `config.generate.component_parent_class` to `config.generate.parent_class`.
4544
* Remove `config.test_controller` in favor of `vc_test_controller_class` test helper method.
46-
* `config.component_parent_class` is now `config.generate.component_parent_class`, moving the generator-specific option to the generator configuration namespace.
45+
* `config.component_parent_class` is now `config.generate.parent_class`, moving the generator-specific option to the generator configuration namespace.
4746
* Move previews-related configuration (`enabled`, `route`, `paths`, `default_layout`, `controller`) to under `previews` namespace.
4847
* `config.view_component_path` is now `config.generate.path`, as components have long since been able to exist in any directory.
4948
* `--inline` generator option now generates inline template. Use `--call` to generate `#call` method.

0 commit comments

Comments
 (0)