- 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
styleinpackage.json - add
mainandbrowserfield 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
togglerfunction- useful if we want to chain toggling to other object such as ldcover.
- remove deprecated
ldLoader
- fix bug:
rootorcontainerparams withNodeListvalue are not treated as array, which should. - support
zmgrdirectly in object. - use zmgr fallback instead of old zstack to simplify code logic
- rename
ldloaderzmgr api ( fromset-zmgrtozmgr) - rename
ldld.js,ldld.csstoindex.js,index.css, including minimized version.
- deprecate
ldLoader. useldloaderinstead. - use livescript to wrap code instead of manually do it.
- organize
demotowebfolder.
- add
setZmgrfor managing z-index globally. - fix bug: when
auto-zis set to true, z value isn't calculated correctly.
- only release
distfiles
- use semantic delay
- fix bug: for non-atomic loader, count should never small than 0
- add
cancelapi