forked from Kotti/deform_bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
121 lines (73 loc) · 2.55 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
CHANGES
=======
0.2.10 - Unreleased
-------------------
- No changes yet.
0.2.9 - 2013-08-09
------------------
- Add bootstrap iconglyphs and fix deform_bootstrap.css to point to
them. See #61
- Add readonly textinput that uses bootstrap styling.
- Add tabbed forms support. See ``README.rst`` for details.
0.2.8 - 2013-06-25
------------------
- Fix resource registry. See #56.
- Work around broken resource_filename() on Google AppEngine. See #57.
- Fix all fields being marked invalid if another field in the same
mapping/sequence is. See #58.
0.2.7 - 2013-05-04
------------------
- Add support for Py3k. See #55.
- Improve test coverage. See #55.
0.2.6 - 2013-02-23
------------------
- Inherit ChosenMultipleWidget from SelectWidget. This fixes broken readonly
SelectWidgets. See #49.
- Add support for css_class argument in Button constructor. See #48.
0.2.5
-----
- Fix normalization of chosen widget values. (#40)
- Add remote source for TypeAheadInputWidget, 'source' attribute
renamed to 'values'. (#37)
- Fixed `sequence_item.pt` not to break in Chameleon. (#39)
0.2.4 - 2012-10-24
------------------
- Add missing requirements (jquery ui timepicker).
0.2.3 - 2012-10-18
------------------
- Add support for deform's new orderable sequence support. See #34.
0.2.2 - 2012-06-11
------------------
- Upgraded Bootstrap to v2.0.4
- Add missing alert class to mapping template for validation errors.
0.2.1 - 2012-04-17
------------------
- Add ChosenOptGroupWidget.
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.