mirror of https://github.com/rails/rails
Merge pull request #37939 from joelhawksley/class_names-changelog
Add changelog entry for https://github.com/rails/rails/pull/37918
This commit is contained in:
commit
477ec2675d
|
@ -1,7 +1,11 @@
|
|||
* Added `class_names` helper to create a CSS class value with conditional classes.
|
||||
|
||||
*Joel Hawksley*, *Aaron Patterson*
|
||||
|
||||
* Add support for conditional values to TagBuilder.
|
||||
|
||||
*Joel Hawksley*
|
||||
|
||||
|
||||
* `ActionView::Helpers::FormOptionsHelper#select` should mark option for `nil` as selected.
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in New Issue