Skip to content

Commit 2d9fe7e

Browse files
committed
move item
1 parent bfec71e commit 2d9fe7e

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
@@ -27,6 +27,7 @@ Please report any issues at https://github.com/ViewComponent/view_component/issu
2727
* Remove `use_deprecated_instrumentation_name` configuration option. Events will always use `render.view_component` name.
2828
* Remove unnecessary `#format` methods that returned `nil`.
2929
* Remove support for variant names containing `.` to be consistent with Rails.
30+
* Rename internal methods to have `__vc_` prefix if they shouldn't be used by consumers. Make internal constants private. Make `Collection#components`, `Slotable#register_polymorphic_slot` private. Remove unused `ComponentError` class.
3031
* Use ActionView's `lookup_context` for picking templates instead of the request format.
3132

3233
3.15 added support for using templates that match the request format, i.e. if `/resource.csv` is requested then
@@ -36,7 +37,6 @@ Please report any issues at https://github.com/ViewComponent/view_component/issu
3637

3738
### Breaking changes (dev/test)
3839

39-
* Rename internal methods to have `__vc_` prefix if they shouldn't be used by consumers. Make internal constants private. Make `Collection#components`, `Slotable#register_polymorphic_slot` private. Remove unused `ComponentError` class.
4040
* Rename `config.generate.component_parent_class` to `config.generate.parent_class`.
4141
* Remove `config.test_controller` in favor of `vc_test_controller_class` test helper method.
4242
* `config.component_parent_class` is now `config.generate.component_parent_class`, moving the generator-specific option to the generator configuration namespace.

0 commit comments

Comments
 (0)