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 e583262 commit 6278f32Copy full SHA for 6278f32
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## Version 1.1.0 2018-02-09
2
+
3
+* [added] add Date Field - closes #5
4
+* [added] add description to Models - closes #6
5
+* [added] add small UI element - model iteration hint
6
+* [changed] better error messages + hint for Label Field
7
+* [changed] use FontAwesome icons for identifying different field types
8
+* [fixed] use current locale for CKEditor - closes #17
9
+* [fixed] correct processing for CheckboxFields - closes #11
10
11
## Version 1.0.1 2017-08-09
12
13
* [fixed] fix "uninitialized constant Rails::Generators::Base"
lib/kms/models/version.rb
@@ -1,5 +1,5 @@
module Kms
module Models
- VERSION = '1.0.1'
+ VERSION = '1.1.0'
end
0 commit comments