Version 1
[yaffs-website] / web / modules / contrib / slick / CHANGELOG.txt
1
2 Slick 8.x-1.0-dev, 2017-03-20
3 -----------------------------
4 - Added a list of available skins at optionset page as planned ages ago.
5
6 Slick 8.x-1.0-dev, 2017-03-15
7 -----------------------------
8 - #2770005 by Shreya Shetty, gausarts, Nitesh Pawar: Replaces deprecated methods
9   with new and specified return value when condition not matched in switch.
10 - #2855190 by daniel.bosen: Using bower or composer to download the slick
11   library is cumbersome.
12
13 Slick 8.x-1.0-dev, 2017-03-11
14 -----------------------------
15 - Fixed for typo in comments.
16 - Added supports for programmatic options defined within skin definitions to
17   allow addition of options with other libraries integrated with Slick without
18   modifying Optionset like Zoom, Reflection, Slicebox, etc.
19
20 Slick 8.x-1.0-dev, 2017-02-11
21 -----------------------------
22 - Fixed for Slick libraries weight regression at hook_library_info_alter().
23 - Fixed for hidden form element.
24 - Cleaned up debris from old approach.
25 - Added dependencies to skins.
26
27 Slick 8.x-1.0-dev, 2017-02-10
28 -----------------------------
29 - Fixed for regression with Overridables option not being respected.
30
31 Slick 8.x-1.0-dev, 2017-01-24
32 -----------------------------
33 - #2843870 by ruslan_03492: Requirements could not be resolved to an installable
34   set of packages drupal/blazy 8.*.
35 - Arranged the form item weights for better visibility.
36
37 Slick 8.x-1.0-dev, 2017-01-16
38 -----------------------------
39 - Moved slick_library_info_build() content into SlickManager to declutter
40   module file.
41 - Removed unused params from slick.load.js.
42 - Removed deprecated SafeMarkup::format() for Html::escape().
43
44 Slick 8.x-1.0-dev, 2016-12-27
45 -----------------------------
46 - Marked it Beta6.
47
48 Slick 8.x-1.0-dev, 2016-12-24
49 -----------------------------
50 - Simplified slick.load.js to reduce dup variables.
51 - Moved slick related media player from Blazy into Slick.
52
53 Slick 8.x-1.0-dev, 2016-12-20
54 -----------------------------
55 - #2837939 by gausarts, toncic: Missing schema error for edgeFriction option,
56   creating new slick optionset. Resaving optionset and clearing cache fix it.
57
58 Slick 8.x-1.0-dev, 2016-12-18
59 -----------------------------
60 - Added SlickEntityFormatterBase.php for base ER without field details.
61 - A few cleanups: TWIG indentation, descriptions, default settings.
62
63 Slick 8.x-1.0-dev, 2016-12-09
64 -----------------------------
65 - Fixed for the new Optimized option consequences.
66 - Fixed for edgeFriction when it is integer, no longer double.
67 - Improved message for slick_requirements().
68 - Deprecated theme_slick_image() for theme_blazy() to reduce function calls.
69
70 Slick 8.x-1.0-dev, 2016-12-06
71 -----------------------------
72 - Converted the rest of Simpletest methods into PHPUnit's.
73 - Fixed for coding standards.
74 - Ported Optimized option to clean out defaults from the stored settings.
75 - Added tests.
76
77 Slick 8.x-1.0-dev, 2016-11-29
78 -----------------------------
79 - Marked it Beta5.
80 - A few cleanups.
81
82 Slick 8.x-1.0-dev, 2016-11-26
83 -----------------------------
84 - Fixed for broken iframes when Aspect ratio is not provided.
85
86 Slick 8.x-1.0-dev, 2016-11-21
87 -----------------------------
88 - Split lightbox gallery identifier into Grid wrapper, if provided.
89
90 Slick 8.x-1.0-dev, 2016-11-17
91 -----------------------------
92 - Removed the no-longer needed SlickFormatter::getMediaSwitch() overrides as
93   slick colorbox is using blazy colorbox.
94
95 Slick 8.x-1.0-dev, 2016-11-14
96 -----------------------------
97 - Fixed for colorbox regression with the recent JS move into Blazy.
98
99 Slick 8.x-1.0-dev, 2016-11-09
100 -----------------------------
101 - A few cleanups.
102 - Fixed for the new Grid and CSS3 Columns at field formatter settings not saved.
103
104 Slick 8.x-1.0-dev, 2016-11-01
105 -----------------------------
106 - Simplified settings.arrow.attributes to arrow_attributes.
107 - Simplified settings.downArrow.attributes to arrow_down_attributes.
108
109 Slick 8.x-1.0-dev, 2016-10-31
110 -----------------------------
111 - Added support for Blazy new CSS3 Columns along with Grid Foundation.
112 - Moved "the failsafe for deleted optionset while being used" outside Slick.php
113   since it was breaking Add/Duplicate operations, till proper fix.
114 - Updated Slick colorbox JS file to re-use blazy.colorbox because Blazy now
115   also supports Media Entity for colorbox videos.
116
117 Slick 8.x-1.0-dev, 2016-10-25
118 -----------------------------
119 - Minified please. Never commit anything when you are tired.
120 - Added optional "Slick Image with Media" formatter to retain VEM/ME within
121   image/file ER environment if VEM/ME is installed.
122 - Moved Slick grid CSS foundation into Blazy for reusability outside slick, such
123   as with core Views HTML list, or even Unformatted format.
124 - Respected "Vanilla slick" option when using grid items.
125 - Cleaned up and refined slick.theme.css for better UX.
126 - Brought back the slide offset temp fix for when count <= slidesTosShow as no
127   resolution, by now. To be removed when the actual fix is available.
128 - Ported the failsafe for deleted optionset while being used.
129 - Added Twig block section for easy partial extensions, and reduce dups.
130
131 Slick 8.x-1.0-dev, 2016-10-03
132 -----------------------------
133 - Fixed for nested slicks with a full screen skin.
134
135 Slick 8.x-1.0-dev, 2016-09-29
136 -----------------------------
137 - Marked it Beta4.
138 - #2799617 by trobey: Include project namespace for module dependencies.
139 - Removed useless spaceless from sub-templates.
140 - Added Thumbnail position option to move around thumbnail nav at ease. Styling
141   is up to you as usual.
142 - Fixed for non-empty slick, nothing should be processed when items are empty.
143
144 Slick 8.x-1.0-dev, 2016-09-07
145 -----------------------------
146 - Marked it Beta3.
147 - Changed RTL placement from content_attributes to attributes to allow
148   correcting arrow placement which is placed outside slider.
149 - Refined most descriptions to be more helpful.
150
151 Slick 8.x-1.0-dev, 2016-09-05
152 -----------------------------
153 - #2793477 by daniel.bosen: Hook requirements returns error when libraries
154   module is used.
155 - #2792319 by audriusb: Undefined index: caption.
156 - Refined form elements, and a few cleanups.
157
158 Slick 8.x-1.0-dev, 2016-08-30
159 -----------------------------
160 - Removed non-contextual descriptions.
161 - Fixed for SlickFormatter::getThumbnail().
162 - Fixed for CHANGELOG.txt versions.
163
164 Slick 8.x-1.0-dev, 2016-08-29
165 -----------------------------
166 - Removed useless t() from skin names.
167 - Changed Cache default value to No caching.
168 - A few cleanups.
169
170 Slick 8.x-1.0-dev, 2016-08-23
171 -----------------------------
172 - #2783111 by slashrsm: Slick's CSS is affecting all iFrames not just the ones
173   that appear in the Slick carousel.
174 - #2785317 by patilvishalvs: Make breakpoints field fault proof.
175   Changed breakpoints field back from number to textfield like D7.
176
177 Slick 8.x-1.0-dev, 2016-08-03
178 -----------------------------
179 - #2768457 by chr.fritsch: Add libraries support.
180 - #2769073 by audriusb: Allow adding additional cache tags.
181 - Fixed for trivial typos $defines_skins to $defined_skins.
182
183 Slick 8.x-1.0-dev, 2016-07-14
184 -----------------------------
185 - Removed useless delay for an unslick since slick already kicks in.
186 - #2765353 by Vinay15: Remove @file tag docblock from all the .php files.
187
188 Slick 8.x-1.0-dev, 2016-06-19
189 -----------------------------
190 - Moved thumbnails outside the loop.
191 - Allowed Slick to run at least the lazyload on an unslick.
192
193 Slick 8.x-1.0-dev, 2016-06-13
194 -----------------------------
195 - Added lightbox caption option.
196 - Fixed for Blazy integration with hidden captions.
197
198 Slick 8.x-1.0-dev, 2016-06-10
199 -----------------------------
200 - Simplified SlickFormatter::buildSettings() a bit, and clarified descriptions.
201
202 Slick 8.x-1.0-dev, 2016-06-08
203 -----------------------------
204 - #2744741 by federico.bebber: Issues with responsive image styles.
205
206 Slick 8.x-1.0-dev, 2016-06-07
207 -----------------------------
208 - Added support to lazyload CSS background when unslick takes place.
209 - Removed workaround with slick-current classes which is fixed at v1.6.0.
210 - Fixed for broken responsive options.
211
212 Slick 8.x-1.0-dev, 2016-05-09
213 -----------------------------
214 - Removed redundant Preloader option since the classes are within image
215   containers. Maybe more reasonable for Views later which can text, images, etc.
216
217 Slick 8.x-1.0-dev, 2016-05-07
218 -----------------------------
219 - Fixed for broken dots.
220 - Update arrows defaults values.
221 - Updated slick.load.min.js to v1.6.0.
222
223 Slick 8.x-1.0-dev, 2016-05-05
224 -----------------------------
225 - Updated JS to Blazy JS v1.6.0 as per [#2716765].
226 - Added option Preloader for Slick > 1.5.9 which is unfortunately still broken.
227 - Removed _slick_build_slide() to reduce function calls.
228 - Removed expensive SlickManager::getAvailableSkins().
229 - More cleanups.
230
231 Slick 8.x-1.0-dev, 2016-04-22
232 -----------------------------
233 - A couple of cleanups.
234 - #2710221 by xanterax: Fatal error by colliding constructor traits.
235
236 Slick 8.x-1.0-dev, 2016-04-11
237 -----------------------------
238 - Ported hook_requirements().
239 - A couple of cleanups.
240
241 Slick 8.x-1.0-dev, 2016-04-09
242 -----------------------------
243 - Fixed for broken core library grid Rows.
244
245 Slick 8.x-1.0-dev, 2016-04-08
246 -----------------------------
247 - Cleaned up thumbnails leftovers.
248
249 Slick 8.x-1.0-dev, 2016-04-06
250 -----------------------------
251 - Allowed modules to not use slick_image at module level.
252 - Refined form elements for thumbnails vs. thumb_captions selections to allow
253   supporting VEF which has no captions but may have thumbnails.
254
255 Slick 8.x-1.0-dev, 2016-04-04
256 -----------------------------
257 - Fixed for overridables.
258 - Added support to turn images into CSS background images.
259
260 Slick 8.x-1.0-dev, 2016-04-03
261 -----------------------------
262 - Removed media iframe stuffs out of slick-image.html.twig, and moved to which
263   they belong: slick_media.module. Be sure to clear cache.
264
265 Slick 8.x-1.0-dev, 2016-04-02
266 -----------------------------
267 - Removed noscript fallback, see:
268   http://goo.gl/FQLFQ6
269   https://goo.gl/f78pMl
270 - Removed theme_slick_media(), and merged it into theme_slick_image() to get
271   along well with Blazy::buildAttributes(), and reduce complication with aspect
272   ratio when IMG, IFRAME and lightbox/image link A tags are _all optional.
273 - Fixed for broken slick with Blazy, aspect ratio and hidden containers, e.g.:
274   - Hidden Slick containers such as within hidden Ultimenu regions.
275   - Blazy lazyload, not Slick own builtin lazyload.
276   - Aspect ratio enabled.
277   - Blazied images are large enough to render too late when Slick kicks in.
278   - Blazied small images are not affected.
279
280 Slick 8.x-1.0-dev, 2016-03-30
281 -----------------------------
282 - A few cleanups, Blazy option at Slick UI, skins, composer.json, etc.
283
284 Slick 8.x-1.0-dev, 2016-03-28
285 -----------------------------
286 - #2693089: Add dependency on Blazy.
287   Be sure to clear cache.
288 - Renamed visible_slides into visible_items to allow re-usable by Blazy.
289 - Changed thumbnail_hover option into thumbnail_effect to allow variant
290   thumbnail stylings: hoverable, static grid.
291 - Moved Slick admin CSS into Blazy to re-use for a few related modules.
292 - Moved slick.media.js, slick.photobox.js, and all re-usable stuffs into Blazy.
293
294 Slick 8.x-1.0-dev, 2016-03-23
295 -----------------------------
296 - Made nice with ESLint.
297 - Recommended dependency on Blazy module to reduce DRY stuffs shared across
298   Blazy, Mason, GridStack, Slick Views and Slick. Will require prior to Betas.
299 - Simplified slick-image.html.twig.
300 - Added entity_keys status to disable Default optionset.
301 - Fixed for Blazy integration.
302 - Renamed ::getSkinOptions() into ::getSkinsByGroupOptions() for clarity.
303 - Removed image dimensions fail safe, and moved most logic to ::getImage(), so
304   using ::getImage() is a must than calling theme_slick_image() directly. This
305   prevented loading image_style objects multiple times, and dup lines.
306 - Moved SlickFormatterTrait.php into FieldFormatter directory.
307 - Deleted SlickFormatterBase.php, and merged it into SlickFormatterTrait.php
308 - Moved aspect ratio fluid style attribute from JS into PHP, otherwise defeating
309   the purpose to solve the layout reflow before the images are actually loaded.
310 - Moved SlickInterface.php into Entity.
311
312 Slick 8.x-1.0-dev, 2016-02-11
313 -----------------------------
314 - Updated useTransform to TRUE to reflect post v1.5.9.
315 - Fixed for non-editable ID during Duplicate operation.
316 - Removed focusOnSelect asnavfor failsafe.
317 - Merged methods getArrows(), getDots(), getDefinedSkins() into getSkins().
318
319 Slick 8.x-1.0-dev, 2016-01-20
320 -----------------------------
321 - Fixed for Route "entity.responsive_image_style.collection" does not exist
322   error when responsive_image is not installed.
323 - Updated deprecated \Drupal::url as per [#2605546]
324 - Fixed for undefined index notice: current_view_mode.
325 - Moved common functions to SlickFormatterTrait for slick formatters.
326 - Removed trivial settings: pattern, wrapper class.
327 - Removed unused services.
328
329 Slick 8.x-1.0-dev, 2016-01-19
330 -----------------------------
331 - A few cleanup here and there.
332 - Fixed for Slick media 'overlay' option.
333
334 Slick 8.x-1.0-dev, 2016-01-18
335 -----------------------------
336 - Updated descriptions here and there.
337 - Removed skin Test from SlickSkin.php.
338 - Fixed skin JS library.
339
340 Slick 8.x-1.0-dev, 2016-01-17
341 -----------------------------
342 - Added the CHANGELOG.txt
343 - Issue #2651690: Add slick.api.php
344 - Issue #2651686: Add composer.json
345 - Issue #2651656: Create a slick text formatter
346 - Issue #2651652: Create a slick image formatter
347 - Issue #2651650: Provide Configuration UI (slick UI port)
348 - Issue #2651648: Implement CMI
349 - Issue #2432711 by valkum: 8.x-1.x Port
350 - Initial commit.
351
352 Slick 8.x-1.0-dev, 2015-12-12
353 -----------------------------
354 - Removed "slide_" prefixed options, e.g.: slide_layout becomes layout.
355 - Changed colorbox_style to box_style to be generic enough for other lightboxes.
356 - Renamed theme_slick_item() to theme_slick_slide() to match the library
357   slick-slide.
358
359 Slick 8.x-1.0-dev, 2015-01-15
360 -----------------------------
361 - Converted all skins into library assets via hook_library_info_build().
362
363 Slick 8.x-1.0-dev, 2014-09-26
364 -----------------------------
365 - Converted most of the preprocessed classes and attributes into twig templates.
366 - Added config/schema and config/install files.
367 - Added slick.links.action.yml
368 - Converted CTools menu into slick.links.menu.yml
369 - Converted hook_library_info() into slick.libraries.yml
370 - Converted slick_fields into an image formatter plugin.
371 - Converted CTools plugin into CMI.
372 - Removed dependencies on CTools, libraries and jquery_update modules.
373 - Initial D8 WIP locally.