|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v1.19.0 |
| 4 | + |
| 5 | +[compare changes](https://github.com/dishait/tov-template/compare/v1.18.1...v1.19.0) |
| 6 | + |
| 7 | +### 🚀 Enhancements |
| 8 | + |
| 9 | +- 多文件加载多语言配置 ([#135](https://github.com/dishait/tov-template/pull/135)) |
| 10 | + |
| 11 | +### 🔥 Performance |
| 12 | + |
| 13 | +- 简化 i18n 模块逻辑,使用 defu 替换 lodash/merge ([71e792c](https://github.com/dishait/tov-template/commit/71e792c)) |
| 14 | +- ⚠️ 自动检测是否使用 Lightning CSS 来加快 css 处理 ([e311f7a](https://github.com/dishait/tov-template/commit/e311f7a)) |
| 15 | + |
| 16 | +### 🩹 Fixes |
| 17 | + |
| 18 | +- **pages/echarts:** 简单的修复类型 ([e95ae61](https://github.com/dishait/tov-template/commit/e95ae61)) |
| 19 | +- **pages/echarts:** 修复样式 ([2ef3b3b](https://github.com/dishait/tov-template/commit/2ef3b3b)) |
| 20 | +- 全局注入 i18n,close #134 ([#134](https://github.com/dishait/tov-template/issues/134)) |
| 21 | +- **vite-plugin-warmup:** 仅服务时开启 ([48afba2](https://github.com/dishait/tov-template/commit/48afba2)) |
| 22 | +- **presets:** 同步打包目标 ([3e72542](https://github.com/dishait/tov-template/commit/3e72542)) |
| 23 | +- ⚠️ 统一预设中的所有路径为绝对路径, close #142 ([#142](https://github.com/dishait/tov-template/issues/142)) |
| 24 | +- **presets:** 更精准的 vite 重启 ([6cb1999](https://github.com/dishait/tov-template/commit/6cb1999)) |
| 25 | + |
| 26 | +### 💅 Refactors |
| 27 | + |
| 28 | +- **presets:** 纯 esm _dirname ([bb80120](https://github.com/dishait/tov-template/commit/bb80120)) |
| 29 | +- **presets:** 抽离内置插件 ([2d51141](https://github.com/dishait/tov-template/commit/2d51141)) |
| 30 | +- **preset:** 美化插件逻辑 ([576acae](https://github.com/dishait/tov-template/commit/576acae)) |
| 31 | + |
| 32 | +### 📖 Documentation |
| 33 | + |
| 34 | +- **README:** 规范化 feature 标题 ([97b3903](https://github.com/dishait/tov-template/commit/97b3903)) |
| 35 | +- **README:** 添加 lightningcss 支持 ([b23d1b9](https://github.com/dishait/tov-template/commit/b23d1b9)) |
| 36 | +- **README:** 添加 vite 配置层支持 (实验性) ([8f86abb](https://github.com/dishait/tov-template/commit/8f86abb)) |
| 37 | + |
| 38 | +### 📦 Build |
| 39 | + |
| 40 | +- 使用内置 Warmup 预热 ([75ae48e](https://github.com/dishait/tov-template/commit/75ae48e)) |
| 41 | + |
| 42 | +### 🏡 Chore |
| 43 | + |
| 44 | +- 添加 scripts 到 lint 规则中 ([70b6ab4](https://github.com/dishait/tov-template/commit/70b6ab4)) |
| 45 | +- 更新最小版本引擎 ([b350698](https://github.com/dishait/tov-template/commit/b350698)) |
| 46 | +- 更新依赖 ([f2792ee](https://github.com/dishait/tov-template/commit/f2792ee)) |
| 47 | +- **.vscode/settings.json:** 移除能自动检测的配置 ([61c7af9](https://github.com/dishait/tov-template/commit/61c7af9)) |
| 48 | +- 更新依赖 ([0f732b5](https://github.com/dishait/tov-template/commit/0f732b5)) |
| 49 | +- 更新依赖 ([94b7412](https://github.com/dishait/tov-template/commit/94b7412)) |
| 50 | +- ⚠️ 更新依赖 ([3355d19](https://github.com/dishait/tov-template/commit/3355d19)) |
| 51 | +- 更新依赖 ([5de32a6](https://github.com/dishait/tov-template/commit/5de32a6)) |
| 52 | +- ⚠️ 更新 node 推荐版本为 v20 ([61569c3](https://github.com/dishait/tov-template/commit/61569c3)) |
| 53 | + |
| 54 | +#### ⚠️ Breaking Changes |
| 55 | + |
| 56 | +- ⚠️ 自动检测是否使用 Lightning CSS 来加快 css 处理 ([e311f7a](https://github.com/dishait/tov-template/commit/e311f7a)) |
| 57 | +- ⚠️ 统一预设中的所有路径为绝对路径, close #142 ([#142](https://github.com/dishait/tov-template/issues/142)) |
| 58 | +- ⚠️ 更新依赖 ([3355d19](https://github.com/dishait/tov-template/commit/3355d19)) |
| 59 | +- ⚠️ 更新 node 推荐版本为 v20 ([61569c3](https://github.com/dishait/tov-template/commit/61569c3)) |
| 60 | + |
| 61 | +### ❤️ Contributors |
| 62 | + |
| 63 | +- Markthree ([@markthree](http://github.com/markthree)) |
| 64 | +- Luoqiz ([@luoqiz](http://github.com/luoqiz)) |
| 65 | + |
3 | 66 | ## v1.18.1
|
4 | 67 |
|
5 | 68 | [compare changes](https://github.com/dishait/tov-template/compare/v1.18.0...v1.18.1)
|
|
0 commit comments