Sha256: 32ce1bc339d0cc94ef884006fa95a6eee8c828e4261c02dc9d5edf142eb68a16
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
## 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.rc2 | CHANGELOG.md |