• Joined on 2024-01-25
star3s pushed to main at web/base 2026-05-27 23:02:28 +08:00
999bb2abf4 feat: refactor AutoForm to use reactive data prop and support field.if visibility (by AI)
star3s pushed to main at web/state 2026-05-27 00:04:41 +08:00
bfe18ca4a3 feat: add 12663 double calculation support and optimize _scanTree logic
9d14dbe233 fix(dom): correctly bind context for auto-created templates in / and optimize traversal
Compare 2 commits »
star3s pushed to main at web/base 2026-05-24 13:30:07 +08:00
35ac70973e fix: AutoForm inline layout height stretch
star3s pushed to main at web/state 2026-05-24 13:30:04 +08:00
b8652c357e feat: support _refExt for external context injection
star3s pushed to main at web/dataTable 2026-05-23 17:40:26 +08:00
59a9e5d650 feat/fix: publish v1.0.4 (extreme performance restored & interactive excel features)
cc6d2363b0 Fix: Resolve editing bugs including stale editor, scope errors, and scroll sync
3e0dcc7df5 Perf: Leverage _itemHeight to bypass VirtualScroll DOM measurement
e03cf3a099 Perf: Eliminate layout thrashing and fix row 70 jump
667b08c895 Perf: Eliminate first-scroll unresponsiveness
Compare 11 commits »
star3s pushed to main at web/state 2026-05-23 17:40:21 +08:00
548afb97ed Perf: Optimize nested each scope sync and add telemetry
star3s pushed to main at web/base 2026-05-23 17:40:19 +08:00
34dfbe5d99 chore: publish v1.0.5 (documentation & stability sync)
01e0067c43 Perf: Support declarative _itemHeight in VirtualScroll for zero-measurement setup
Compare 2 commits »
star3s pushed tag v1.0.11 to web/state 2026-05-21 14:03:24 +08:00
star3s pushed to main at web/state 2026-05-21 14:03:23 +08:00
c0d089a990 feat: 引入 Keyed Each 与节点回收机制,大幅提升列表滚动与排序性能 (by AI)
star3s pushed to main at web/base 2026-05-20 22:52:49 +08:00
f5f57638df feat/fix: 深度修复虚拟滚动布局偏移与触底 Bug,并优化测试环境 UI (by AI)
star3s pushed tag v1.0.4 to web/base 2026-05-20 22:52:49 +08:00
star3s pushed to main at web/base 2026-05-20 20:14:20 +08:00
0dd085f2b0 test: 修复测试用例中程序化滚动未触发刷新的问题,并优化计算逻辑处理触底情况 (by AI)
star3s pushed to main at web/base 2026-05-20 08:55:02 +08:00
f8656f9afb fix: 修复虚拟滚动快速滑动时内容丢失的问题,并为测试列表添加标题 (by AI)
star3s pushed tag v1.0.4 to web/base 2026-05-20 08:55:02 +08:00
star3s pushed to main at web/state 2026-05-19 07:20:55 +08:00
d688483f5a chore: release state v1.0.10 with critical bug fixes
star3s pushed tag v1.0.10 to web/state 2026-05-19 07:20:55 +08:00
star3s pushed to main at web/base 2026-05-19 07:20:55 +08:00
08e448f845 feat: optimize updateFlatList O(N+M) and release base v1.0.3
388a4d69b1 fix: 修复组件扫描时序与状态透传问题,适配最新 State.js 架构 (by AI)
4efaef33d3 perf: finalize base project optimizations and build
5fcf4ec063 fix(AutoForm): add null-safety for item type and restore DataTable performance tests
Compare 4 commits »
star3s pushed tag v1.0.1 to web/base 2026-05-19 07:20:55 +08:00
star3s pushed tag v1.0.3 to web/base 2026-05-19 07:20:55 +08:00
star3s pushed to main at web/state 2026-05-18 20:01:41 +08:00
33f72ddb61 chore: fix onunload bug, remove bootstrap logic, and optimize each loop v1.0.9