You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Please report any issues at https://github.com/ViewComponent/view_component/issu
27
27
* Remove `use_deprecated_instrumentation_name` configuration option. Events will always use `render.view_component` name.
28
28
* Remove unnecessary `#format` methods that returned `nil`.
29
29
* 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.
30
31
* Use ActionView's `lookup_context` for picking templates instead of the request format.
31
32
32
33
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
36
37
37
38
### Breaking changes (dev/test)
38
39
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.
40
40
* Rename `config.generate.component_parent_class` to `config.generate.parent_class`.
41
41
* Remove `config.test_controller` in favor of `vc_test_controller_class` test helper method.
42
42
*`config.component_parent_class` is now `config.generate.component_parent_class`, moving the generator-specific option to the generator configuration namespace.
0 commit comments