Sha256: c9de327174dc3b917fdd634237897cba9afec26191ae081c2b8ac404ee5b9273
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # [1.1.1] 2023-11-27 - Fixed a bug where Phlex would try to capture `nil` when rendered from ActionView without a block. ## [1.1.0] 2023-11-24 - Dropped dependency on `rails` and now only depends on `railties` - 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 in `Phlex::Rails::Helpers::Flash` - Removed experimental form component - Updated `phlex` dependency to `~> 1.9` ## [1.0.0] 2023-04-19 ### Added - Added an adapter for the pluralize view helper. ## 0.10.0 ### Added - You can now render procs and lambdas and enumerables of renderables. - Experimental streaming interface ### Fixed - Escaped ERB captures - Use buffered component unless renderin in a template *** Before this changelog was introduced, changes were logged in the [release notes](https://github.com/phlex-ruby/phlex-rails/releases).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
phlex-rails-1.2.2 | CHANGELOG.md |
phlex-rails-1.2.1 | CHANGELOG.md |
phlex-rails-1.2.0 | CHANGELOG.md |
phlex-rails-1.1.2 | CHANGELOG.md |
phlex-rails-1.1.1 | CHANGELOG.md |