Skip to content

Releases: aceHubert/vue-async

@vue-async/[email protected]

22 Jul 10:02
Compare
Choose a tag to compare

移除module-loader在ssr中使用
移除utils 中 error, warn 方法(可直接使用warning包替代)

💥 Breaking Change
module-loader 不可以在服务端使用

@vue-async/[email protected]

15 Oct 18:05
Compare
Choose a tag to compare

移除dymanicComponent功能模块

💥 Breaking Change
dymanicComponent功能无法使用
可通过参数方式自行处理组件传递或使用loadComponent()加载远程组件

v1.1.0

15 Dec 10:49
Compare
Choose a tag to compare

添加模块服务端渲染

v1.0.7

14 Sep 06:28
Compare
Choose a tag to compare

$moduleLoader 添加 sync 参数
sycn: true时脚本将按顺序执行

@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]

v1.0.6

01 Sep 11:35
Compare
Choose a tag to compare

$moduleLoader 参数修改
1、加载模块模式修改
添加 args 将传递到子模块入口函数的第二个参数
2、添加 options 选项:
error:单个 module 的异常处理方法
success: 所有模块加载成功,如果不赋值则$moduleLoader将返回 Promise

@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]

v1.0.5

07 Aug 11:24
Compare
Choose a tag to compare

$moduleLoader 添加额外 css 文件加载

@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]

v1.0.4

07 Aug 06:54
Compare
Choose a tag to compare

解决在模块中 import vue from 'Vue' 无法找到对象问题
添加子模块在 Typescript中的类型定义

@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]

v1.0.3

07 Aug 07:00
Compare
Choose a tag to compare

移出 Vue.use() options 中的 store 和 router
从 root new Vue() 实例中自动 inject store 和 router 对象

@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]

v1.0.1

07 Aug 11:11
Compare
Choose a tag to compare