Skip to content

Latest commit

 

History

History
348 lines (152 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

348 lines (152 loc) · 12.5 KB

Changelog

Bug Fixes

  • 解决DetailedType不接收接口类型的错误 (ae8acbf)

1.7.3 (2024-05-03)

Bug Fixes

  • 优化计算属性依赖 (017ad55)

1.7.2 (2024-04-30)

Bug Fixes

    1. 计算属性依赖优化和返回值为代理的问题 (6f28738)

1.7.1 (2024-04-12)

Bug Fixes

  • 1.7.0action发布时npm密钥过期问题 (0ad71b9)

1.7.0 (2024-04-11)

Features

  • subComponent的inherit字段加入数组类型,表示联合类型 (a7930ff)

1.6.5 (2024-02-13)

Bug Fixes

1.6.4 (2024-02-12)

Bug Fixes

  • comouted属性初始化依赖去重bug,并添加更新时去重 (f228e55)

1.6.3 (2024-02-05)

Bug Fixes

1.6.2 (2024-02-03)

Bug Fixes

  • 去除this.data、observer参数,watch参数的readonlyDeep类型 (4df6fd1)

1.6.1 (2024-02-02)

Bug Fixes

  • 修正自定义事件文档类型,去除readonlyDeep (b4d329b)
  • 用deepClone代替unwarp以修复计算属性返回数据包含代理对象 (38cc56a)

1.6.0 (2024-02-01)

Features

  • 组件实例增加cloneData字段 (a2bc52d)

1.5.15 (2024-01-15)

Bug Fixes

  • subComputed约束 去除默认{} (054cb48)

1.5.14 (2024-01-15)

Bug Fixes

  • subComponents的data字段和store字段加入isReady字段和内部字段 (06a22e0)

1.5.13 (2024-01-12)

Bug Fixes

  • 修改自定义事件detail类型为ReadOnlyDeep,以便调用时可传入实例中的data类型(都是ReadOnlyDeep的) (428710e)

1.5.12 (2024-01-12)

Bug Fixes

  • setData时data中的数据类型不是组件类型的错误 (871ac43)

1.5.11 (2024-01-08)

Bug Fixes

  • 去除__computedStatus__,修复observers中this.setData不触发 (8296972)

1.5.10 (2024-01-08)

Bug Fixes

  • 同一组件多次复用时 computed和watch的问题 (e996f10)

1.5.9 (2024-01-06)

Bug Fixes

  • 无注入数据时 watch监控类型错误的问题和SubComponentdata数据为字面量类型造成实例类型错误的问题 (3cb2b90)

1.5.8 (2024-01-05)

Bug Fixes

  • 1.5.7不设置inject引发的问题 (ff04ae2)

1.5.7 (2024-01-05)

Bug Fixes

  • rename ComponentDocExtension to DocAssign (d933e0b)

1.5.6 (2024-01-03)

Bug Fixes

  • 修复RootCOmonent在properties的可选数组类型时,value验证错误的问题 (b836e83)

1.5.5 (2024-01-01)

Bug Fixes

1.5.4 (2023-12-25)

Bug Fixes

1.5.3 (2023-12-22)

Bug Fixes

  • verbatimModuleSyntax:true (486cf8d)
  • 去除verbatimModuleSyntax (8687d3d)

1.5.2 (2023-12-22)

Bug Fixes

1.5.1 (2023-12-19)

Bug Fixes

1.5.0 (2023-12-18)

Features

  • 新增组件实例全局注入功能 (2e44e57)

Bug Fixes

  • 修复依赖,把hry-types放到peer中 (2e44e57)

1.4.0 (2023-12-17)

Features

  • computed函数中this.data子字段设置为只读 (66ac333)

Bug Fixes

1.3.1 (2023-12-17)

Bug Fixes

  • computed函数中this.data子字段改为只读。 (20f3244)

1.3.0 (2023-12-14)

Features

  • watch支持配置单个字段监控多个数据,但没有类型提示 计算属性初始化改为beforeCreated (cbf50e8)

1.3.0-dev.202312100 (2023-12-11)

Features

  • watch支持配置单个字段监控多个数据,但没有类型提示 (37db28a)

1.2.2-dev.202312100 (2023-12-10)

type

  • 修改了customEvents字段的类型,允许undefined类型 (2c1c35a)

1.2.1 (2023-12-09)

Bug Fixes

  • 修复计算属性中使用this的问题 (d9d1635)

1.2.0 (2023-12-07)

Miscellaneous Chores

  • release-please.yml 增加dev和rc发版配置 (02c0215)

1.2.0-beta.4 (2023-12-07)

Miscellaneous Chores

1.2.0-beta.3 (2023-12-07)

Miscellaneous Chores

1.2.0-beta.1 (2023-12-07)

Bug Fixes

  • 组件/页面接受load和onLoad是参数解析的问题 (d4b13f9)

1.2.0-beta.0 (2023-12-07)

Features

  • 页面onLoad和组件pageLifetimes.load周期参数使用encodeURI加密和解析 (8b5cc6e)

1.1.2 (2023-12-06)

Bug Fixes

1.1.1 (2023-12-04)

Bug Fixes

  • 修复1.1版本功能,原因为1.1发布时,功能代码没有提交 (6aca053)

1.1.0 (2023-12-04)

Features

  • 计算属性支持this任意字段,之前只支持data字段 (5ea92cb)

1.0.8 (2023-12-03)

Bug Fixes

  • 组件类型中别名被解析的问题 (67e4886)

1.0.7 (2023-12-02)

Bug Fixes

  • 修复DefinedComponent的subComonsnts字段为[never]类型时,生成page类型错误的情况 (a8aec74)

1.0.6 (2023-12-02)

Bug Fixes

  • 修复 properties对象字段为字面量类型时value类型不匹配的问题 (faa5c96)

1.0.5 (2023-12-02)

Miscellaneous Chores

  • 更改SpecificType为DetailedType (b56a920)

1.0.4 (2023-11-30)

Bug Fixes

1.0.1 (2023-11-27)

Bug Fixes

1.0.0 (2023-11-25)

Features