@@ -3,181 +3,8 @@ Changelog
33=========
44
55
6- 1.2.3 (unreleased)
7- =================
8-
9- * Fixed a bug where overriding ``Site.__str__ `` resulted in invalid urls.
10- * Fixed a bug in iconpicker that would prevent form submissions via keyboard
11- * Fixed a bug in iconpicker when disabled prev/next buttons would be ignored
12- * Added possibility of using custom iconsets with svg inlining
13-
14-
15- 1.2.2 (2017-05-09)
16- ==================
17-
18- * Fixed a bug which prevented links from working when the page
19- referenced is on a different site from the one that contains the plugin.
20- * Removed unused and deprecated django-durationfield from requirements
21- * Updated translations
22-
23-
24- 1.2.1 (2017-03-07)
25- ==================
26-
27- * Removed link restriction when no link is provided to the carousel
28- * Fixed an issue where selecting the "Use original image" option is not
29- rendering the image
30-
31-
32- 1.2.0 (2017-01-26)
33- ==================
34-
35- * Added Django 1.10 support
36- * Added <code> plugin
37- * Added <cite> plugin to <blockquote>
38- * Added responsive plugin to set device and print breakpoints
39- * Added tab and tab item plugins
40- * Added attributes fields to models missing it
41- * Added missing translation declarations to untranslated strings
42- * Added default CKEditor "styleSet" to load via djangocms-text-ckeditor in
43- ``/static/aldryn_bootstrap3/js/ckeditor.js ``
44- * Added transifex integration for translations
45- * Added test framework
46- * Changed root files such as ``README ``, ``CHANGELOG ``, ``setup.py `` and others
47- to conform with other core addons such as django CMS Picture
48- * Changed labels and help texts of several plugins
49- * Changed all max_values to 255
50- * Changed code to reflect Bootstrap 3's documentation
51- * Fixed an issue with collapse styles from image plugin overriding bootstrap
52- styles already on the page
53- * Fixed an issue with dropzone strings visible inside djangocms-text-ckeditor
54- image preview under certain circumstances
55- * Fixed an issue where column offset, push and pull did not accept "0" as a value
56- * **Backwards incompatible ** changes:
57- * The Panel only allows header, body and footer now to be its direct
58- decendands and the descendends require the "Panel" parent.
59- * Drag & drop support has been removed from the rendered plugin markup
60- until a cleaner version is ready
61- * Simplified and removed constants such as ``LABEL_CONTEXT_CHOICES ``,
62- ``LABEL_CONTEXT_DEFAULT ``, ,``TEXT_LINK_CONTEXT_CHOICES``,
63- ``TXT_LINK_CONTEXT_DEFAULT ``, ``PANEL_CONTEXT_CHOICES ``,
64- ``PANEL_CONTEXT_DEFAULT ``, ``ACCORDION_ITEM_CONTEXT_CHOICES ``,
65- ``ACCORDION_ITEM_CONTEXT_DEFAULT ``, ``LIST_GROUP_ITEM_CONTEXT_CHOICES ``,
66- ``LIST_GROUP_ITEM_CONTEXT_DEFAULT ``
67-
68-
69- 1.1.2 (2016-09-05)
70- ==================
71-
72- * Let attributes field be optional
73- * Fixed styling issues with attributes field
74- * Changed the "label" plugin template to include no whitespace inside or
75- outside the span
76- * Pinned djangocms-attributes-field to v0.1.1+
77- * Disabled "text preview" for the Spacer plugin
78- * Changed JavaScript to allow custom iconsets
79- * Improved edit mode preview of image plugin
80- * Fixed a bug in Link/Button plugin preview not always respecting icon options
81- * Added missing migrations for djangoCMS 3.3.1 compatibility.
82- * Added class "js-ckeditor-use-selected-text" to the label field on the
83- Bootstrap3LabelCMSPlugin and Bootstrap3ButtonCMSPlugin plugins
84- * Introduced support for djangoCMS 3.4.0
85-
86-
87- 1.1.1 (2016-07-05)
88- ==================
89-
90- * Pinned djangocms-attributes-field v0.1.0
91- * Fixed issue with template
92-
93-
94- 1.1.0 (2016-06-20)
95- ==================
96-
97- * Added support for arbitrary attributes on link tags
98- * Fixed a Python 3 incompatibility
99- * Allow zero values for column push, pull and offset in admin forms
100- * Added a "change" event trigger when changing bootstrap style for multiple
101- plugins
102-
103-
104- 1.0.10 (2016-04-27)
105- ===================
106-
107- * Removes spaces before and after link
108- * Fixes drag and drop image view in edit mode for xplorer
109- * Updates upload info box styles
110-
111-
112- 1.0.9 (2016-03-16)
113- ==================
114-
115- * Removes unnecessary `cache = False ` from plugins
116-
117-
118- 1.0.8 (2016-02-22)
119- ==================
120-
121- * Add drag-n-drop for image plugin in content mode
122-
123-
124- 1.0.7 (2016-01-13)
125- ==================
126-
127- * Remove imagePlugin reference
128- * Add drag and drop support for image plugin in content mode
129- (if supported by Django Filer).
130- * Fix name display for file plugin
131- * Add original image checkbox
132-
133-
134- 1.0.6 (2015-12-14)
135- ==================
136-
137- * Allow children in link plugin
138- * Make image in carousel slide plugin mandatory
139- * Make image in image plugin mandatory
140- * Replace `xrange ` with `range `
141- * Remove preview for image
142-
143-
144- 1.0.5 (2015-11-26)
145- ==================
146-
147- * Upload correct version
148-
149-
150- 1.0.4 (2015-11-24)
151- ==================
152-
153- * Move extra width and height for image to advanced section
154- * Change how image label is retrieved (fixes nonexistent image issue)
155-
156-
157- 1.0.3 (2015-11-19)
158- ==================
159-
160- * Fixed an issue with links not rendering target
161- * Fixed an issue with links rendering empty class attribute
162- * Enhance display of image name in structure board
163-
164-
165- 1.0.2 (2015-11-17)
166- ==================
167-
168- * Adds static folder to include in MANIFEST.in
169-
170-
171- 1.0.1 (2015-11-17)
172- ==================
173-
174- * Fixes preview display for all plugins and widgets
175- * Implement icons for text_enabled plugins
176- * Add width and height configuration to image plugin
177- * Code cleanup
178-
179-
180- 1.0.0 (2015-11-03)
6+ 1.0.0 (unreleased)
1817==================
1828
9+ * Forked from https://github.com/aldryn/aldryn-bootstrap3
18310* Initial release
0 commit comments