Releases: thexmanxyz/Logo-Image-Hover-Gantry
Releases · thexmanxyz/Logo-Image-Hover-Gantry
v1.2.1 - SCSS syntax update
Description
- improved SCSS syntax
Features
- now better using SCSS syntax to minimize file size
v1.2.0 - Lazy load attributation
Description
- improved
macro
signature - added option to define customizable lazy load
class
Features
- code clean-up within TWIG file,
macro
signature is now much sleeker - changed default lazy load
class
fromlazy
tojch-lazyload
, additionally it's now possible to customize the class name in dependence of the used library
v1.1.9 - CDN path update
Description
- resource files loaded from CDN are now always reflecting the latest repository version
Features
- added
@latest
to the jsdelivr path to fetch the latest version of CDN files
v1.1.8 - Checkbox appearance
Description
- changed the default checkbox to a more intuitive control
Features
input.checkbox
was replaced byenable.enable
in all default YAML files
v1.1.7 - JS rework, lazy load improved, cleanups
Description
- the JS integration received a overall rework
- lazy loading behaviour improved
- some code cleanups
Features
- the external JS resource loading is now permanent and only the necessary features are applied
- the lazy loading mechanism will be applied likewise
- the external resource now encapsulates all code (overridable)
v1.1.6 - CDN resource handling, CDN switch
Description
- the CDN depends now on a user changeable base path.
- no longer working CDN RawGit (https://rawgit.com) was replaced by jsDelivr (https://www.jsdelivr.com)
Features
- it is now possible to change the CDN base path instead of solely relying on a hard coded one
- RawGit end of lifetime reached so it was necessary to switch the default CDN
v1.1.5 - Hotfix lazy load (2)
Description
- fixed bug in offcanvas section - images not loading if lazy load is activated
- minified JS resources added
Features
- added routine to manually force lazy loading of offcanvas placed images
- minified JS resources now included and used in the particle by default
v1.1.4 - Hotfix lazy load (1)
Description
- small bug fix for
lazy
class appliance.
Features
- there was a case where the
lazy
class was not applied correctly.
v1.1.3 - Lazy load support
Description
- added support for lazy loading of images (requires 3rd party library)
Features
- images are annotated with
data-src
instead ofsrc
which will then be picked up by a JS library for asynchronous loading
v1.1.2 - Hotfix for global plugin file
Description
- the Joomla plugin manifest, for the global install of the German language had a wrong JS resource path
Features
- fixed broken global plugin installation file for the German language
- improved manifest description tag