Skip to content

Commit c497d2f

Browse files
Expand changelog [ci skip]
1 parent 8b3e5cc commit c497d2f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
* Add support for Ruby 3.4 and Rails 7.2/8.0/8.1. (no changes required)
44
* Drop support for Rails < 7 and Ruby < 2.7.
5-
* Remove redundant `aria-required` attribute for required fields. [@aduth](https://github.com/aduth)
6-
* Add `weekday` input. [@nashby](https://github.com/nashby)
5+
* Add `weekday` input. [#1846](https://github.com/heartcombo/simple_form/pull/1846)
6+
* Remove redundant `aria-required` attribute for required fields. [#1823](https://github.com/heartcombo/simple_form/pull/1823)
7+
* Integrate `:rich_text_area` with placeholders [#1842](https://github.com/heartcombo/simple_form/pull/1842)
8+
* Fix encrypted attributes improperly casted (later fixed in Rails) [#1836](https://github.com/heartcombo/simple_form/pull/1836)
9+
* Pass `base` object to `human_attribute_name` in labels [#1812](https://github.com/heartcombo/simple_form/pull/1812)
710

811
## 5.3.1
912

0 commit comments

Comments
 (0)