Releases: tmplink/domloader
v3.4 stable
v3 stable
中文
终于来到了 v3!我们总算把异步加载和同步填入的功能,按预定计划完成!
本次升级对加载性能的提升相对于旧版可谓天壤之别,可以在例子中感受一番。
要升级到 v3,只需要将 v3 中的 domloader.js 覆盖现有项目即可。
English
Compared to v2, the v3 version has more than doubled performance.
To upgrade to v3, simply overwrite the files of the existing project with domloader.js in v3.
v2.2 stable
中文
新增 domloader.animation 参数。
此参数可以禁止显示进度条,还能稍微提升加载速度。
English
Added the domloader.animation property.
This parameter disables the progress bar.
v2.1 stable
中文
新增 domloader.animation_time 参数。
此参数可以控制整个进度条跑完一圈的时间(此前是不可控的,因此当文件越多时,进度条跑完所需的时间就越长)。
English
Added the domloader.animation_time property.
This property controls the time it takes for the progress bar to run a lap (previously uncontrollable. So the more files you need to load, the longer it takes to run the progress bar).
v1.9 stable
中文
- 调整了加载界面结束过程。现在,加载界面会在加载进度条完成后再消失。
- 增加了英文文档。
English
- The loading div will disappear after the loading progress bar is completed.
- Added English manual
v1.8 stable
- 增加了CSS文件,以提升整体界面效果。
- 新增了预加载方法。
v1.6 stable
- 新增自动前缀修复,可以自动调整src和href里的地址。
v1.4 stable
- 新增了version参数,用于解决浏览器缓存问题。
- 新增了onload方法,用于在资源加载结束后触发一些回调功能。
v1.3 stable
新增了 domloader.root 参数,设置此参数可以确保项目在子目录时也能正确加载资源文件。
v1.2 stable
首个功能稳定版本发布。