-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.9.1...v5.0.0) (2021-12-06) ### Bug Fixes * child components maybe undefined ([3bdfec0](3bdfec0)) * ChildComponetClass 可能会重复 ([d8e0fa0](d8e0fa0)) * compile call expression twice got error ([3404cd1](3404cd1)) * compile call expression twice got error ([0329a1d](0329a1d)) * computed 应该在 inited 之前调用 ([aa21455](aa21455)) * s-bind error if value is null or undefined [#135](#135) ([e731d02](e731d02)) * toSource render params ([631483e](631483e)) * 使用字符串常量作为 COMPONENT_REFERENCE ([3b48b37](3b48b37)) * 修改 createInstanceFromClass,补全所有属性。 ([d43b327](d43b327)) * 手动传入 class 时,使用 Object.create 创建 instance ([2ad9def](2ad9def)) ### Features * customSSRFilePath 与 customComponentFilePath 参数中增加 tagName ([158bdd3](158bdd3)) * e2e 测试时,输出到每个case中output下的随机目录中 ([4b7a5d9](4b7a5d9)) * support dynamic tagName as normal html tags [#134](#134) ([b3ac8a8](b3ac8a8)) * 使用新版本的 san.d.ts ([a9649f2](a9649f2)) * 删除原始组件定义代码中无用的子组件定义 ([1fc6d47](1fc6d47)) * 增加 lifeCycle 属性 ([8d70ed6](8d70ed6)) * 支持渲染阶段使用手动传入的组件类 ([1b66ed1](1b66ed1)) * 支持输入为 class 时,标记外部组件 ([0537911](0537911)) * 支持运行时改变子组件的路径 ([aae9378](aae9378)) * 收敛 renderer 的参数 ([c0e63f9](c0e63f9)) * 收敛 renderer 的参数 ([47a0424](47a0424)) * 组件实例中增加 sourceSlots 属性。 ([ae6c698](ae6c698)) * 适配新版本的 san.d.ts ([dcd29c2](dcd29c2)) ### BREAKING CHANGES * a6deec8
- Loading branch information
1 parent
fe66360
commit 82bb610
Showing
137 changed files
with
1,302 additions
and
1,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.