Releases: loadingio/ldcover
Releases · loadingio/ldcover
3.5.4
- support DOM removal by
removeNode
option in destroyer
API.
3.5.3
- tweak style about gapping with
scroll
+ autogap
settings.
3.5.2
- add
autogap
class for automatically prepare padding / gapping between window boundary
3.5.1
- tweak fullscreen classes responsive settings
3.5.0
- support conditional fullscreen class
3.4.0
- support destroy function
- remove escape listener once dialog is dismissed
- clear inline cover click event listener variable once dismiss
- fix bug: small gap in the left hand side due to :after pseudo class margin
3.3.1
- fix bug: nested
data-ldcv-*
in child ldcover should not be propagated to parent ldcover.
- upgrade modules to fix dependencies vulnerability
3.3.0
- add
toggled.on
and toggled.off
event for post toggle event
3.2.1
- fix bug: when toggling off, z-index is updated too early, lead to unsmooth fading animaion sometimes.
3.2.0
- add
data
parameter in toggle
and get
api for passing data between caller / callee.
- add
data
event to pass data to callee