File tree 2 files changed +6
-6
lines changed
lib/simple_form/bootstrap
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### bug fixes
6
6
7
- ## 1.1.1
8
-
9
- ### enhancements
7
+ ## 1.1.2
10
8
11
9
### bug fixes
12
10
* The proper ID for date/time pickers should be generated for non-JavaScript aware browsers first;
15
13
* Specifying the button size (e.g. ` btn-lg ` ) should still generate the appropriate button class
16
14
(` btn-default ` or ` btn-primary ` ). [ @lowjoel ] ( https://github.com/lowjoel )
17
15
16
+ ## 1.1.1
17
+
18
+ Never released.
19
+
18
20
## 1.1.0
19
21
20
22
### enhancements
21
23
* There is no longer a need to retain a Simple Form initialiser, as well as a Simple
22
24
Form-Bootstrap initialiser. Just call ` SimpleForm::setup ` and the Bootstrap defaults would be
23
25
automatically applied. [ @lowjoel ] ( https://github.com/lowjoel )
24
26
* Started writing specs and running them on Travis!
25
-
26
- ### bug fixes
Original file line number Diff line number Diff line change 1
1
module SimpleForm ; end
2
2
module SimpleForm ::Bootstrap
3
- VERSION = '1.1.1 '
3
+ VERSION = '1.1.2 '
4
4
end
You can’t perform that action at this time.
0 commit comments