Skip to content

Commit ea9ed80

Browse files
committed
Prepare for 5.0.2 version
1 parent 224d5c6 commit ea9ed80

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

lib/simple_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module SimpleForm
3-
VERSION = "5.0.1".freeze
3+
VERSION = "5.0.2".freeze
44
end

0 commit comments

Comments
 (0)