You are here

CHANGELOG.txt in Slick Carousel 7.3

Same filename and directory in other branches
  1. 8.2 CHANGELOG.txt
  2. 8 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
Slick 7.x-3.0-dev, 2020-01-13
-----------------------------
- Issue #3075838 by volkerk, gausarts: Configuration translation disallowed HTML

Slick 7.x-3.0-dev, 2019-04-27
-----------------------------
- Updated docs.
- Updated Ajaxin integration.
- Fixed for colorbox regression with indices due to the previous slick.colorbox
  library weight change.

Slick 7.x-3.0-dev, 2019-04-22
-----------------------------
- Issue #3045487 by calbasi: Error: Class '\''Drupal\slick\SlickManager'\'' not
  found in slick().

Slick 7.x-3.0-dev, 2019-04-01
-----------------------------
- Fixes for slidesToShow > 1, centerMode, clones with Blazy IO.

Slick 7.x-3.0-dev, 2019-03-30
-----------------------------
- Updated to the latest Blazy 03/30.
- Removed Drupal.blazy.init.revalidate() for Drupal.blazy.init.load() as being
  too expensive, also for IO compatibility.

Slick 7.x-3.0-dev, 2019-03-23
-----------------------------
- Added caption_attributes for easy preprocess overrides.
- Micro optimizations.
- Fixed for docs.

Slick 7.x-3.0-dev, 2019-03-18
-----------------------------
- Fixed for typos, and cleaned up TODOs.

Slick 7.x-3.0-dev, 2019-03-17
-----------------------------
- Updated to the latest Blazy 2019-03-17 to reduce dups.

Slick 7.x-3.0-dev, 2019-03-15
-----------------------------
- Added Slick::loadWithFallback(), and minor fixes.

Slick 7.x-3.0-dev, 2019-03-12
-----------------------------
- Added back deprecated functions to anticipate potential issues.
- Added isset check to Slick::getOptions().

Slick 7.x-3.0-beta1, 2019-03-07
-------------------------------
- Made Slick and Slick UI extensible.

Slick 7.x-3.0-dev, 2019-03-06
-----------------------------
- Renamed getOptionsetOptions() to getOptionsetByGroupOptions().
- Updated to the latest Blazy change 03-06 with BlazyAdminBase::openingForm().
- Added hook_slick_build_alter() to modify the entire slick outputs.

Slick 7.x-3.0-dev, 2019-03-02
-----------------------------
- Added proper check for captions for edge case settings hold old references
  to fields while they can be deleted anytime.

Slick 7.x-3.0-dev, 2019-02-16
-----------------------------
- Simplified CRUD methods.

Slick 7.x-3.0-dev, 2019-01-12
-----------------------------
- Added weight to Slick library CSS to prevent it from overriding module CSS.
- Added group lightbox for Slick skin for Slick Lightbox potential skins.

Slick 7.x-3.0-dev, 2019-01-19
-----------------------------
- Deprecated old Slick carousel formatter to the new ones suffixed with field
  type: slick_file, slick_image, slick_field_collection, slick_paragraphs so
  that each can have a unique class. Previously just named `slick' and possible
  with module_load_include(). Now using autoloaded classes.
- Moved most reusable JS and CSS into Blazy.
- Moved extra skins into slick_extras.module, not slick_example.
- Removed general options, and moved js-related options into the main settings.
- Added theme_slick_thumbnail() and theme_slick_vanilla() to reduce complexity
  at theme_slick_slide(), and more fine grained theming.
- Renamed hook_slick_attach_load_info_alter() to hook_slick_attach_alter().
- Removed theme_slick_image() for theme_blazy().
- Removed slick-grid.tpl.php for function theme_slick_grid().
- Changed slick-item.tpl.php into slick-slide.tpl.php, and use
  theme_slick_slide() by default now.
- Changed slick.tpl.php into function theme_slick() by default now.
- Initial commit.

File

CHANGELOG.txt
View source
  1. Slick 7.x-3.0-dev, 2020-01-13
  2. -----------------------------
  3. - Issue #3075838 by volkerk, gausarts: Configuration translation disallowed HTML
  4. Slick 7.x-3.0-dev, 2019-04-27
  5. -----------------------------
  6. - Updated docs.
  7. - Updated Ajaxin integration.
  8. - Fixed for colorbox regression with indices due to the previous slick.colorbox
  9. library weight change.
  10. Slick 7.x-3.0-dev, 2019-04-22
  11. -----------------------------
  12. - Issue #3045487 by calbasi: Error: Class '\''Drupal\slick\SlickManager'\'' not
  13. found in slick().
  14. Slick 7.x-3.0-dev, 2019-04-01
  15. -----------------------------
  16. - Fixes for slidesToShow > 1, centerMode, clones with Blazy IO.
  17. Slick 7.x-3.0-dev, 2019-03-30
  18. -----------------------------
  19. - Updated to the latest Blazy 03/30.
  20. - Removed Drupal.blazy.init.revalidate() for Drupal.blazy.init.load() as being
  21. too expensive, also for IO compatibility.
  22. Slick 7.x-3.0-dev, 2019-03-23
  23. -----------------------------
  24. - Added caption_attributes for easy preprocess overrides.
  25. - Micro optimizations.
  26. - Fixed for docs.
  27. Slick 7.x-3.0-dev, 2019-03-18
  28. -----------------------------
  29. - Fixed for typos, and cleaned up TODOs.
  30. Slick 7.x-3.0-dev, 2019-03-17
  31. -----------------------------
  32. - Updated to the latest Blazy 2019-03-17 to reduce dups.
  33. Slick 7.x-3.0-dev, 2019-03-15
  34. -----------------------------
  35. - Added Slick::loadWithFallback(), and minor fixes.
  36. Slick 7.x-3.0-dev, 2019-03-12
  37. -----------------------------
  38. - Added back deprecated functions to anticipate potential issues.
  39. - Added isset check to Slick::getOptions().
  40. Slick 7.x-3.0-beta1, 2019-03-07
  41. -------------------------------
  42. - Made Slick and Slick UI extensible.
  43. Slick 7.x-3.0-dev, 2019-03-06
  44. -----------------------------
  45. - Renamed getOptionsetOptions() to getOptionsetByGroupOptions().
  46. - Updated to the latest Blazy change 03-06 with BlazyAdminBase::openingForm().
  47. - Added hook_slick_build_alter() to modify the entire slick outputs.
  48. Slick 7.x-3.0-dev, 2019-03-02
  49. -----------------------------
  50. - Added proper check for captions for edge case settings hold old references
  51. to fields while they can be deleted anytime.
  52. Slick 7.x-3.0-dev, 2019-02-16
  53. -----------------------------
  54. - Simplified CRUD methods.
  55. Slick 7.x-3.0-dev, 2019-01-12
  56. -----------------------------
  57. - Added weight to Slick library CSS to prevent it from overriding module CSS.
  58. - Added group lightbox for Slick skin for Slick Lightbox potential skins.
  59. Slick 7.x-3.0-dev, 2019-01-19
  60. -----------------------------
  61. - Deprecated old Slick carousel formatter to the new ones suffixed with field
  62. type: slick_file, slick_image, slick_field_collection, slick_paragraphs so
  63. that each can have a unique class. Previously just named `slick' and possible
  64. with module_load_include(). Now using autoloaded classes.
  65. - Moved most reusable JS and CSS into Blazy.
  66. - Moved extra skins into slick_extras.module, not slick_example.
  67. - Removed general options, and moved js-related options into the main settings.
  68. - Added theme_slick_thumbnail() and theme_slick_vanilla() to reduce complexity
  69. at theme_slick_slide(), and more fine grained theming.
  70. - Renamed hook_slick_attach_load_info_alter() to hook_slick_attach_alter().
  71. - Removed theme_slick_image() for theme_blazy().
  72. - Removed slick-grid.tpl.php for function theme_slick_grid().
  73. - Changed slick-item.tpl.php into slick-slide.tpl.php, and use
  74. theme_slick_slide() by default now.
  75. - Changed slick.tpl.php into function theme_slick() by default now.
  76. - Initial commit.