| fix: supplement development document specifications (#4218) * fix: supplement development document specifications * fix: change skill name * fix: change skill name * fix: add design.skill.md | 2 个月前 |
| chore: add dialog-select/filter-panel to tiny-vue.yml (#487) | 2 年前 |
| chore: add dialog-select/filter-panel to tiny-vue.yml (#487) | 2 年前 |
| ci(workflows): update environment variable references to use secrets in deployment workflows (#4177) | 3 个月前 |
| fix(tabs-mf): beforeLeave trigger twice (#4191) | 3 个月前 |
| refactor(pager): [pager] refactor pager style (#2162) * refactor(pager): [pager] refactor pager style * refactor(pager): [pager] refactor pager style * refactor(pager): [pager] refactor pager style * refactor(pager): [pager] inline pager design config * refactor(pager): [pager] refactor pager style * refactor(pager): [pager] refactor pager style | 1 年前 |
| fix(tabs): 修复 showMoreTabs 模式下 overflow 计算滞后导致下拉菜单未及时更新(#4279) (#4272) * fix(tabs): fix showMoreTabs overflow calculation lag caused by CSS transition The nav element has CSS transition: transform 0.3s, which causes getBoundingClientRect() to return pre-transition positions when calcMorePanes runs in requestAnimationFrame (before the transition has advanced). Fix: use tab-relative-to-nav position delta (transition-invariant since both share the same transform coordinate space) plus navOffset to compute the final expected positions, bypassing the transition intermediate state entirely. Also replace nextTick with requestAnimationFrame in deferred calcMorePanes calls to ensure all cascading DOM updates from scrollToActiveTab -> updated() chains have settled. * fix(tab-nav): trigger calcMorePanes after scrollPrev/scrollNext arrow click * test(tabs): 修正 custom-more-icon 溢出下拉数量断言 showMoreTabs 溢出计算修正后按真实布局计算,容器 400px 减去 更多按钮占位后仅 5 个 tab 完整可见,下拉应为 Tab 6/7/8 共 3 项, 原断言 2 是基于旧实现 mount 早期量宽了 navScroll 的错误结果。 | 1 天前 |
| fix: solve the problem of not finding the package during packaging (#4179) | 3 个月前 |
| fix: saas-design write the wrong icon name (#4295) | 1 天前 |
| feat: support react and add new components: rich-text-editor/color-picker/divider/calendar-view | 2 年前 |
| docs: add liangguanhui0117 as a contributor for code (#3787) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> | 9 个月前 |
| Refactor project to Monorepo and TypeScript (#90) * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420 * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7 * fix(tiny-vue): 修改license[WI2029] Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45 * fix(tiny-vue): 修改package.json[WI2029] Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0 * fix: fix conflict --------- Co-authored-by: OpenTiny <opentiny@sina.com> | 3 年前 |
| feat: add dialog-select and refactor sites (#378) | 2 年前 |
| refactor(mobile): remove @opentiny/mobile-utils package, and add alia… (#2767) * refactor(mobile): remove @opentiny/mobile-utils package, and add alias to utils * refactor(mobile): fix pnpm dev | 1 年前 |
| Refactor project to Monorepo and TypeScript (#90) * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420 * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7 * fix(tiny-vue): 修改license[WI2029] Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45 * fix(tiny-vue): 修改package.json[WI2029] Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0 * fix: fix conflict --------- Co-authored-by: OpenTiny <opentiny@sina.com> | 3 年前 |
| feat: 将文件入口从忽略列表中移除,较少开发需要执行的命令 (#3841) | 8 个月前 |
| Refactor project to Monorepo and TypeScript (#90) * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420 * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7 * fix(tiny-vue): 修改license[WI2029] Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45 * fix(tiny-vue): 修改package.json[WI2029] Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0 * fix: fix conflict --------- Co-authored-by: OpenTiny <opentiny@sina.com> | 3 年前 |
| ci(eslint): add husky and commitlint to eslint code (#1021) | 2 年前 |
| Refactor project to Monorepo and TypeScript (#90) * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420 * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7 * fix(tiny-vue): 修改license[WI2029] Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45 * fix(tiny-vue): 修改package.json[WI2029] Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0 * fix: fix conflict --------- Co-authored-by: OpenTiny <opentiny@sina.com> | 3 年前 |
| feat: add dialog-select and refactor sites (#378) | 2 年前 |
| feat: support react and add new components: rich-text-editor/color-picker/divider/calendar-view | 2 年前 |
| fix: 修改E2E 测试位置的描述 (#4260) | 12 天前 |
| Refactor project to Monorepo and TypeScript (#90) * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420 * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7 * fix(tiny-vue): 修改license[WI2029] Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45 * fix(tiny-vue): 修改package.json[WI2029] Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0 * fix: fix conflict --------- Co-authored-by: OpenTiny <opentiny@sina.com> | 3 年前 |
| chore: updated the contribution guide, optimized the instructions on triggering component e2e tests (#3348) | 1 年前 |
| chore: updated the contribution guide, optimized the instructions on triggering component e2e tests (#3348) | 1 年前 |
| Refactor project to Monorepo and TypeScript (#90) * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420 * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7 * fix(tiny-vue): 修改license[WI2029] Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45 * fix(tiny-vue): 修改package.json[WI2029] Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0 * fix: fix conflict --------- Co-authored-by: OpenTiny <opentiny@sina.com> | 3 年前 |
| chore: Add TinyVue repository structure description (#3383) * chore: 添加TinyVue 仓库结构说明 * docs: 更新PACKAGES.md中的Aurora设计规范名称 | 1 年前 |
| docs: add "Build with AI" content to README.md (#4121) | 4 个月前 |
| docs: add "Build with AI" content to README.md (#4121) | 4 个月前 |
| ci(commmitlint): modify the commitlint tool submission limit (#2526) | 1 年前 |
| chore: add dialog-select/filter-panel to tiny-vue.yml (#487) | 2 年前 |
| chore: add dialog-select/filter-panel to tiny-vue.yml (#487) | 2 年前 |
| fix: 恢复指南菜单以及构建open模式,不带业务组件 (#4283) | 5 天前 |
| chore(dependencies): update vitest and @vitest/ui versions to v3 (#3089) | 1 年前 |
| docs: add "Build with AI" content to README.md (#4121) | 4 个月前 |
| fix: fix renderless tsconfig paths not working (#3362) | 1 年前 |
| feat(common): use the hotspot function provided by the ArkWeb JS engine to optimize the execution of defineProperties function in the common adaptation layer (#3530) | 1 年前 |
| feat(common): use the hotspot function provided by the ArkWeb JS engine to optimize the execution of defineProperties function in the common adaptation layer (#3530) | 1 年前 |
| feat(common): use the hotspot function provided by the ArkWeb JS engine to optimize the execution of defineProperties function in the common adaptation layer (#3530) | 1 年前 |
| chore(ci): add pr preview through vercel deploy (#1388) | 2 年前 |
| chore: add dialog-select/filter-panel to tiny-vue.yml (#487) | 2 年前 |