Releases: siaikin/timered-counter
Releases · siaikin/timered-counter
v1.3.0
v1.3.0-beta.2
v1.3.0-beta.1
v1.2.0
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2025-03-25)
Bug Fixes
- add tslib version 2.8.1 to dependencies (11683ab)
- global version cannot find TimeredCounter global variable (783305c)
- Ignore grapheme-splitter without default export exceptions (16609cd)
- prefer generate custom-elements.json, avoid being unable to find the file (dd37015)
- String counter 正确执行新旧值衔接动画 (3065794)
- update tslib version to 2.8.1 and remove console log in connectedCallback (40a360e)
- use rollup commonjs plugin transform grapheme-splitter to esm (71ad0de)
- 优化 counter-parts 和 counter-base mixin 的更新逻辑,避免在 firstUpdated 阶段修改值引起副作用 (160b09b)
- 优化 roller 组件的渲染和样式,修复部分 HTML 结构 (3fe684c)
- 修复 connectedCallback 中 super 调用的位置,确保正确初始化组件 (02c01ae)
- 修复一些问题 (1cb83e2)
- 元素被移除时依然会分发事件 (b5722a5)
- 兼容 value setter 先与 initialValue setter 触发的情况 (b469231)
- 更新 counter-animation 和 counter-styles mixin 中的类型定义,改进样式和动画参数处理 (9a33207)
- 更新 counter-base mixin 中的oldValue处理,改进字符串转换逻辑 (fe8a8e9)
- 更新 roller 和 timered-counter 组件的样式,调整 display 属性以优化布局 (54f376f)
- 更新 roller 组件的样式和结构,优化渲染性能并修复部分属性定义 (b678f1e)
- 确保在初始化时手动触发 precision 的 setter 以正确设置相关值 (6f884a4)