All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Dropped dependency on
rails
and now only depends onrailties
- Fix an out of order rendering issue when yielding from a partial rendered with a block delegated from a component’s content block
- Added
flash
helper adapter inPhlex::Rails::Helpers::Flash
- Removed experimental form component
- Updated
phlex
dependency to~> 1.9
- Added an adapter for the pluralize view helper.
- You can now render procs and lambdas and enumerables of renderables.
- Experimental streaming interface
- Escaped ERB captures
- Use buffered component unless renderin in a template
Before this changelog was introduced, changes were logged in the release notes.