31 Star 226 Fork 113

帝莎编程 / tov-template

2024-01-03 14:54
10249119 markthree 1640753343 markthree

compare changes

🚀 Enhancements

  • 多文件加载多语言配置 (#135)

🔥 Performance

  • 简化 i18n 模块逻辑,使用 defu 替换 lodash/merge (71e792c)
  • ⚠️ 自动检测是否使用 Lightning CSS 来加快 css 处理 (e311f7a)

🩹 Fixes

  • pages/echarts: 简单的修复类型 (e95ae61)
  • pages/echarts: 修复样式 (2ef3b3b)
  • 全局注入 i18n,close #134 (#134)
  • vite-plugin-warmup: 仅服务时开启 (48afba2)
  • presets: 同步打包目标 (3e72542)
  • ⚠️ 统一预设中的所有路径为绝对路径, close #142 (#142)
  • presets: 更精准的 vite 重启 (6cb1999)

💅 Refactors

  • presets: 纯 esm _dirname (bb80120)
  • presets: 抽离内置插件 (2d51141)
  • preset: 美化插件逻辑 (576acae)

📖 Documentation

  • README: 规范化 feature 标题 (97b3903)
  • README: 添加 lightningcss 支持 (b23d1b9)
  • README: 添加 vite 配置层支持 (实验性) (8f86abb)

📦 Build

  • 使用内置 Warmup 预热 (75ae48e)

🏡 Chore

  • 添加 scripts 到 lint 规则中 (70b6ab4)
  • 更新最小版本引擎 (b350698)
  • 更新依赖 (f2792ee)
  • .vscode/settings.json: 移除能自动检测的配置 (61c7af9)
  • 更新依赖 (0f732b5)
  • 更新依赖 (94b7412)
  • ⚠️ 更新依赖 (3355d19)
  • 更新依赖 (5de32a6)
  • ⚠️ 更新 node 推荐版本为 v20 (61569c3)

⚠️ Breaking Changes

  • ⚠️ 自动检测是否使用 Lightning CSS 来加快 css 处理 (e311f7a)
  • ⚠️ 统一预设中的所有路径为绝对路径, close #142 (#142)
  • ⚠️ 更新依赖 (3355d19)
  • ⚠️ 更新 node 推荐版本为 v20 (61569c3)

❤️ Contributors

最后提交信息为: chore(release): v1.19.0
2023-12-01 15:26
10249119 markthree 1640753343 markthree

compare changes

🩹 Fixes

  • 使用同构的 _dirname (f367d1a)
  • i18n: I18n 持久化 (444d887)
  • components/Navigation: 不存在 i18n key 时回滚 (5879e94)
  • 修复 vite-plugin-use-modules (284a11f)
  • antd: 使用 css in js, close #124 (#124)
  • 修复 vite-plugin-vue-meta-layouts 依赖 (f837c71)
  • Base 安全的路径解析,close #128 (#128)
  • 拉平重定向 BASE_URL 路由 (339be8c)

📖 Documentation

  • 添加赞助商链接 (454f746)
  • README: 添加 base 安全的路径解析 (7c08be3)

📦 Build

  • package.json: 规范 overrides (2e71012)

🏡 Chore

❤️ Contributors

最后提交信息为: chore(release): v1.18.1
2023-08-29 16:13
10249119 markthree 1640753343 markthree

compare changes

🚀 Enhancements

  • 支持页面级 meta 标题 (8bb19fc)
  • 支持 @ 路径别名 (b7618c4)
  • env: 暴露开发环境和生产环境 (c696642)

🩹 Fixes

  • 修复 @ 路径别名失效 (8f1d3da)
  • 支持在开发时安装组件库,close #93 (#93)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ 更新 markdown 插件依赖 (50ecf40)
  • ⚠️ 在 package.json 中统一管理 browserslist (9d2131d)

❤️ Contributors

最后提交信息为: chore(release): v1.18.0
2023-07-26 14:31
10249119 markthree 1640753343 markthree

🚀 Enhancements

  • 添加 vscode debug 配置,close #47 (#47)
  • Devcontainer 容器开发支持 (5a94e4f)

🩹 Fixes

📦 Build

  • 限制包管理器为 pnpm (10c03f8)

🏡 Chore

❤️ Contributors

  • chore: update deps
  • chore(deps): update all non-major dependencies (#84)
  • chore(deps): update devdependency prettier to v3 (#82)

完整的更新日志: https://gitee.com/dishait/tov-template/compare/v1.17.1...v1.17.2

最后提交信息为: chore(release): v1.17.2
2023-07-04 16:21
10249119 markthree 1640753343 markthree

compare changes

🚀 Enhancements

  • unocss: 前缀组支持 (0390f99)
  • 最小最快的 dockerfile 静态服务 (c7fb036)

📖 Documentation

  • 移除错误模板 (bb51a1a)
  • 修复 README 描述 (b242e25)
  • README: 添加最快最小的 dockerfile 静态 go 服务说明 (06dd689)

🏡 Chore

❤️ Contributors

最后提交信息为: chore(release): v1.17.1
2023-06-05 14:44
10249119 markthree 1640753343 markthree

compare changes

🔥 Performance

🩹 Fixes

  • Tdesign 组件库与包自动引入冲突,close #71 (#71)

📖 Documentation

  • 更新库 api 引入列表 (0c9ae91)

🏡 Chore

  • Git 忽略生成的类型 (8423012)
  • Git 忽略自动引入的 eslint 变量 (856ee27)
  • 更新依赖 (bf3f3b2)
  • 保存自动格式化 (35df5cd)

❤️ Contributors

最后提交信息为: chore(release): v1.17.0
2023-05-28 14:15
10249119 markthree 1640753343 markthree

compare changes

📖 Documentation

  • 更新自动依赖更新说明 (85fe5ef)

🏡 Chore

  • ⚠️ 更精简的自动依赖更新 (255488a)

⚠️ Breaking Changes

  • ⚠️ 更精简的自动依赖更新 (255488a)

❤️ Contributors

最后提交信息为: chore(release): v1.16.1
2023-05-28 13:11
10249119 markthree 1640753343 markthree

compare changes

🔥 Performance

  • 移除暗黑 switch 的 polyfill (eb9dc17)

🩹 Fixes

🏡 Chore

  • Vscode 配置文件合并 (9c9252d)

❤️ Contributors

最后提交信息为: chore(release): v1.16.0
2023-05-24 17:08
10249119 markthree 1640753343 markthree

compare changes

📖 Documentation

🏡 Chore

  • Vscode 配置文件合并 (4fb57ac)

❤️ Contributors

最后提交信息为: chore(release): v1.15.11
2023-05-24 16:44
10249119 markthree 1640753343 markthree

compare changes

🤖 CI

   🐞 Bug Fixes

❤️ Contributors

最后提交信息为: chore(release): v1.15.10
2023-05-24 15:56
10249119 markthree 1640753343 markthree

   🐞 Bug Fixes

    View changes on GitHub
最后提交信息为: chore: release v1.15.7
2023-05-24 15:55
10249119 markthree 1640753343 markthree

   🚀 Features

    View changes on GitHub
最后提交信息为: chore: release v1.15.6
2023-05-22 12:59
10249119 markthree 1640753343 markthree

   🐞 Bug Fixes

    View changes on GitHub
最后提交信息为: chore: release v1.15.5
2023-05-21 13:53
10249119 markthree 1640753343 markthree

   🚀 Features

    View changes on GitHub
最后提交信息为: chore: release v1.15.2
2023-05-20 18:38
10249119 markthree 1640753343 markthree

   🚨 Breaking Changes

    View changes on GitHub
最后提交信息为: chore: release v1.15.0
2023-05-20 15:53
10249119 markthree 1640753343 markthree

   🐞 Bug Fixes

    View changes on GitHub
最后提交信息为: chore: release v1.14.1
2023-05-19 19:28
10249119 markthree 1640753343 markthree

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
最后提交信息为: chore: release v1.14.0
2023-05-19 13:27
10249119 markthree 1640753343 markthree

   🚨 Breaking Changes

    View changes on GitHub
最后提交信息为: chore: release v1.13.0
2023-05-17 15:08
10249119 markthree 1640753343 markthree

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
最后提交信息为: chore: release v1.12.0
2023-05-16 18:20
10249119 markthree 1640753343 markthree

   🐞 Bug Fixes

    View changes on GitHub
最后提交信息为: chore: release v1.11.7
TypeScript
1
https://gitee.com/dishait/tov-template.git
git@gitee.com:dishait/tov-template.git
dishait
tov-template
tov-template

搜索帮助