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