We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb66eb commit 516e31cCopy full SHA for 516e31c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+## 4.0.0
4
+
5
+### Enhancements
6
* Add bootstrap v4.1 generator template. [@m5o](https://github.com/m5o)
7
* Add Rails 5.2 support. [@gobijan](https://github.com/gobijan)
8
* Add API to register custom components.[@feliperenan](https://github.com/feliperenan)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- simple_form (3.5.1)
+ simple_form (4.0.0)
actionpack (> 4)
activemodel (> 4)
lib/simple_form/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module SimpleForm
- VERSION = "3.5.1".freeze
+ VERSION = "4.0.0".freeze
end
0 commit comments