-
Inline view syntax has been changed from
view :[view_type] { '[content]' }
toview '[content]', type: :[view_type]
-
Overriding the view template when rendering a component has been removed (eg.
ExampleComponent.call view: '<h1>Some overriden view</h1>'
)
- ERB compiled template caching in production
- View rendering pipeline has been rewritten
- Nesting components has been fixed
- Support for webpacker
- StimulusJS controllers for components
- Initial release