forked from Kotti/deform_bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
52 lines (32 loc) · 1.12 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
CHANGES
=======
0.2.1 - Unreleased
------------------
0.2 - 2012-03-20
----------------
- ChosenSingleWidget and ChosenMultipleWidget; includes chosen 0.9.7 [mmariani]
- Add support for "inline" checkbox and radio choices.
- Many bugfixes. Many thanks to dairiki.
0.1 - 2012-02-29
----------------
- Add TypeAheadInputWidget (with Selenium tests).
- Add DateTimeInputWidget (with "native" Bootstrap CSS/JS and Selenium tests).
- Ged rid of jQueryUI legacy.
- Get rid of ul/li markup legacy.
- Restructure / update documentation.
- Include latest versions of all JS/CSS resources, Bootstrap 2.0.1 LESS files
with additional datepicker widget.
0.1a5 - 2012-02-09
------------------
- All deformdemo Selenium tests passing.
- Add sequence templates.
0.1a4 - 2012-02-09
------------------
- In ``includeme``, prepend deform search path instead of resetting
the whole renderer.
0.1a3 - 2012-02-03
------------------
- Changes to support Bootstrap 2.0.
- Added support for Bootstrap's feature to prepend/append text to
``input[type=text]`` via input_prepend/input_append keyword
arguments to ``deform.Widget`` constructor.