- Fixed: child element calculation
- Fixed: Contao version limit ^4.13 || ^5.0
- Fixed: Contao version limit ^4.9
- Dropped: Support for Contao 5
- Fixed: performance issue in slider content element
- Fixed: image size not applied (#81)
- Fixed: various contao 5 and symfony 6 related issues
- Added: Support for Utils v3
- Fixed: Contao 5 compatibility issues
- Changed: allow contao 5
- Fixed: contao 4.9 compatibility
- Fixed: slick sliders in bootstrap accordions not initialized
- Fixed: warnings
- Fixed: namespace of frontend modules
- Fixed: warning if list bundle is not installed
- Changed: small refactoring to list bundle integration to be compatible with newer versions (#65)
- Changed: Use encore contracts (#64)
- Changed: small code quality enhancements
- Fixed: warnings in php
- Fixed: warnings in php 8
- Fixed: warnings in php 8
- Fixed: warnings in php 8
- Fixed: outdated dependencies
- Changed: allow php 8
- Fixed: class not found exception for slick-nav-separator (disabled element as class not exist) (#35)
- updated js dependencies
- removed non functional randomActive config (#30)
- fixed jquery dependency for building process (now supports same jquery versions as slick library)
- fixed undefined method exception when adding a slick gallery to news in contao 4.9 (#28)
- fixed customTpl field not showing templates named like default template for slick content start element
- restored ie support through polyfills
- refactored js code to es6
- added new events
- removed unnecessary jquery code (jquery still needed to call core slick functions)
- deprecated slickInitCallback and afterInitCallback
- deprecated bootstrapper support in js code
- updated encore bundle config
- raised minimum encore bundle version to 1.5
- updated readme
- removed unused import
- fixed a namespace
- made contao news and calendar bundle an optional dependency (#20, #21)
- fix possible install error (#22)
- added missing translations (#19)
- some refactoring
- fixed FrontentAsset service not public (#16)(#17) - thanks to fritzmg
- fixed ClassNotFoundException
- added list bundle support (integrated contao-slick-list-bundle)
- replace contao-slick and contao-slick-list-bundle via composer.json
- replaces
huh.slick.model.config
service calls with direct model calls - deprecated
huh.slick.model.config
- fixed svg image files not working with content elements (#15)
- added support for dynamically adding entrypoints of contao encore bundle 1.3
- legacy contao assets are only added to global array when needed
- refactored legacy asset generation to encore (internal process)
- fixed assets not loading when not using encore
- fixed some deprecations
- removed symfony framework bundle dependency
- fixed frontend assets not included in newer contao versions (#9, #13)