File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## 5.0.2
4+
5+ ### Enhancements
6+ * Remove instruction to use form-inline class. [ @goalaleo ] ( https://github.com/goalaleo )
7+ * Added RichTextAreaInput for ActionText. [ itsterry] ( https://github.com/itsterry )
8+ * Skip valid_class check if no class defined. [ TALlama] ( https://github.com/TALlama )
9+
310### Bug fix
411* Fix 'aria-required' field generated by prompt. [ @CarlosAlbertoSantos ] ( https://github.com/CarlosAlbertoSantos )
512
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- simple_form (5.0.1 )
4+ simple_form (5.0.2 )
55 actionpack (>= 5.0 )
66 activemodel (>= 5.0 )
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module SimpleForm
3- VERSION = "5.0.1 " . freeze
3+ VERSION = "5.0.2 " . freeze
44end
You can’t perform that action at this time.
0 commit comments