Skip to content

Releases: tmplink/domloader

v3.4 stable

24 Apr 01:46
0b86f54
Compare
Choose a tag to compare

中文

  • 调整了 CSS 加载方式,避免 CSS 加载未完成就提前取消遮罩层。
  • 调整了 JS 加载方式,避免重复执行。

English

  • Adjusted the CSS loading mode to avoid canceling the mask layer in advance if the CSS loading is not completed.
  • Adjusted JS loading mode to avoid repeated execution.

v3 stable

10 Apr 12:01
Compare
Choose a tag to compare

中文

终于来到了 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

02 Apr 03:57
Compare
Choose a tag to compare

中文

新增 domloader.animation 参数。
此参数可以禁止显示进度条,还能稍微提升加载速度。

English

Added the domloader.animation property.
This parameter disables the progress bar.

v2.1 stable

11 Jan 21:01
Compare
Choose a tag to compare

中文

新增 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

11 Jan 20:56
Compare
Choose a tag to compare

中文

  • 调整了加载界面结束过程。现在,加载界面会在加载进度条完成后再消失。
  • 增加了英文文档。

English

  • The loading div will disappear after the loading progress bar is completed.
  • Added English manual

v1.8 stable

24 Dec 04:21
Compare
Choose a tag to compare
  • 增加了CSS文件,以提升整体界面效果。
  • 新增了预加载方法。

v1.6 stable

21 Dec 20:23
Compare
Choose a tag to compare
  • 新增自动前缀修复,可以自动调整src和href里的地址。

v1.4 stable

18 Dec 22:22
Compare
Choose a tag to compare
  • 新增了version参数,用于解决浏览器缓存问题。
  • 新增了onload方法,用于在资源加载结束后触发一些回调功能。

v1.3 stable

16 Dec 22:01
Compare
Choose a tag to compare

新增了 domloader.root 参数,设置此参数可以确保项目在子目录时也能正确加载资源文件。

v1.2 stable

10 Dec 17:37
Compare
Choose a tag to compare

首个功能稳定版本发布。