- pause animation when it's not running
- upgrade modules to fix vulnerabilities
- dont reset zIndex to preserve fade effect ( if any )
- upgrade modules
- release with compact directory structure
- add
style
inpackage.json
- add
main
andbrowser
field inpackage.json
. - further minimize generated js file with mangling and compression
- remove assets files from git
- patch test code to make it work with upgraded modules
- update window only if window is defined
- add
toggler
function- useful if we want to chain toggling to other object such as ldcover.
- remove deprecated
ldLoader
- fix bug:
root
orcontainer
params withNodeList
value are not treated as array, which should. - support
zmgr
directly in object. - use zmgr fallback instead of old zstack to simplify code logic
- rename
ldloader
zmgr api ( fromset-zmgr
tozmgr
) - rename
ldld.js
,ldld.css
toindex.js
,index.css
, including minimized version.
- deprecate
ldLoader
. useldloader
instead. - use livescript to wrap code instead of manually do it.
- organize
demo
toweb
folder.
- add
setZmgr
for managing z-index globally. - fix bug: when
auto-z
is set to true, z value isn't calculated correctly.
- only release
dist
files
- use semantic delay
- fix bug: for non-atomic loader, count should never small than 0
- add
cancel
api