Sha256: b8e38c9626cdf16b0dfe06c564c07123516a3422e3b79484ca0e0460feb51ece
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
## Rails 8.0.0 (November 07, 2024) ## * No changes. ## Rails 8.0.0.rc2 (October 30, 2024) ## * No changes. ## Rails 8.0.0.rc1 (October 19, 2024) ## * Remove deprecated support to passing a content to void tag elements on the `tag` builder. *Rafael Mendonça França* * Remove deprecated support to passing `nil` to the `model:` argument of `form_with`. *Rafael Mendonça França* ## Rails 8.0.0.beta1 (September 26, 2024) ## * Enable DependencyTracker to evaluate renders with trailing interpolation. ```erb <%= render "maintenance_tasks/runs/info/#{run.status}" %> ``` Previously, the DependencyTracker would ignore this render, but now it will mark all partials in the "maintenance_tasks/runs/info" folder as dependencies. *Hartley McGuire* * Rename `text_area` methods into `textarea` Old names are still available as aliases. *Sean Doyle* * Rename `check_box*` methods into `checkbox*`. Old names are still available as aliases. *Jean Boussier* Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actionview/CHANGELOG.md) for previous changes.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionview-8.0.0 | CHANGELOG.md |