forked from wagtail-deprecated/wagtail-condensedinlinepanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
63 lines (44 loc) · 1.76 KB
/
CHANGELOG.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
Changelog
=========
0.5.3 (01.04.2020)
~~~~~~~~~~~~~~~~~~
- Fixed compatibility with Django 3.0 (#77; @torchingloom)
- Maintain field value when widget.format_value() is empty (#62; @acerix)
- Fix new card header rendering (#76; @mexicat)
0.5.2 (20.11.2018)
~~~~~~~~~~~~~~~~~~
- Fixed compatibility with Wagtail 2.3 (#55; @mcoconnor)
- Added support for Wagtail's new Draftail editor (#56; @kaedroho)
- Increase size of add buttons, and fix some issues with their styling (#49; @Adrian-Turjak)
- Fixed crash when rendering an image chooser witha source file that doesn't exist (#53; @jhrr)
0.5 (23.04.2018)
~~~~~~~~~~~~~~~~
- Wagtail 2.0 support (#44, @nvsit) (#33; @SalahAdDin)
- Implemented support for snippet and document choosers (#46; @kaedroho)
**Breaking changes**
- Dropped support for Wagtail 1.x and Python 2.x
0.4.2 (05.02.2018)
~~~~~~~~~~~~~~~~~~
- Fix incorrect import when checking Wagtail version
0.4/0.4.1 (05.02.2018)
~~~~~~~~~~~~~~~~~~~~~~
- Minor styling fixes (#27; @ababic)
- Add support for TextFields (#29; @tylermadsen)
- Localisation for Spanish and Turkish (#33; @SalahAdDin)
- Add support for date and time fields (#36; @kaedroho)
- Add support for DecimalFields (#36; @kaedroho)
(note: 0.4.1 released to resolve a packaging issue)
0.3 (29.09.2017)
~~~~~~~~~~~~~~~~
- Python 2 compatibility (#11; @ababic)
- Fixed card header issues (#14; @Adrian-Turjak)
- Label/header customisation and better defaults (#16; @Adrian-Turjak)
- Fixed bug which caused draft items to disappear when saving the page twice (#21; @kaedroho)
- Fixed a bug which caused the field values to unset when reordering (#22; @kaedroho)
0.2 (27.07.2017)
~~~~~~~~~~~~~~~~
- Card headers are now customisable
- Internal refactoring
0.1 (13.12.2016)
~~~~~~~~~~~~~~~~
- Initial release