We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c8247 commit 8b794bdCopy full SHA for 8b794bd
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
### enhancements
4
5
+### bug fixes
6
+
7
+## 1.1.1
8
9
+### enhancements
10
11
### bug fixes
12
* The proper ID for date/time pickers should be generated for non-JavaScript aware browsers first;
13
Browsers with JavaScript would reassign the label to the hidden date/time picker. This fixes
lib/simple_form/bootstrap/version.rb
@@ -1,4 +1,4 @@
1
module SimpleForm; end
module SimpleForm::Bootstrap
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
end
0 commit comments