Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 10, 2025
1 parent b05a846 commit 4bb698d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.11.2

`2025-01-10`

* feat: support unplugin context (again) by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1741
* fix: https://github.com/umijs/mako/issues/1007 by [@notcold](https://github.com/notcold) in https://github.com/umijs/mako/pull/1738
* fix: win path problem with context module and require context by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1742
* fix: normalize Windows paths in ModuleId constructors by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1744
* fix: normalize Windows paths in Compiler output path handling by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1745
* chore(mako): add debug notice for local builds by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1743

## 0.11.1

`2025-01-02`

* Revert "feat: support unplugin context (#1728)" by [@xusd320](https://github.com/xusd320) in https://github.com/umijs/mako/pull/1737

## 0.11.0

`2024-12-27`
Expand Down
21 changes: 19 additions & 2 deletions CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.11.2

`2025-01-10`

* 功能:重新支持 unplugin 上下文 - [@sorrycc](https://github.com/sorrycc)https://github.com/umijs/mako/pull/1741
* 修复:https://github.com/umijs/mako/issues/1007 - [@notcold](https://github.com/notcold)https://github.com/umijs/mako/pull/1738
* 修复:context module 和 require context 的 Windows 路径问题 - [@sorrycc](https://github.com/sorrycc)https://github.com/umijs/mako/pull/1742
* 修复:在 ModuleId 构造函数中规范化 Windows 路径 - [@sorrycc](https://github.com/sorrycc)https://github.com/umijs/mako/pull/1744
* 修复:在 Compiler 输出路径处理中规范化 Windows 路径 - [@sorrycc](https://github.com/sorrycc)https://github.com/umijs/mako/pull/1745
* 为本地构建添加调试提示 - [@sorrycc](https://github.com/sorrycc)https://github.com/umijs/mako/pull/1743

## 0.11.1

`2025-01-02`

* 回滚 "功能:支持 unplugin 上下文 (#1728)" - [@xusd320](https://github.com/xusd320)https://github.com/umijs/mako/pull/1737

## 0.11.0

`2024-12-27`
Expand Down Expand Up @@ -253,7 +270,7 @@
`2024-08-08`

- Break Change: 不再写入 stats.json 文件 by [@xusd320](https://github.com/xusd320) in [#1485](https://github.com/umijs/mako/pull/1485)
- 新增: less 支持 globalVars 功能 by [@gin-lsl](https://github.com/gin-lsl) in [#1465](https://github.com/umijs/mako/pull/1465)
- 新增: less 支持 "globalVars" 功能 by [@gin-lsl](https://github.com/gin-lsl) in [#1465](https://github.com/umijs/mako/pull/1465)
- 新增(bundler-mako): 通过 babel 和 webpack 配置生成 dynamicImportToRequire by [@PeachScript](https://github.com/PeachScript) in [#1479](https://github.com/umijs/mako/pull/1479)
- 优化: 避免 chunk 文件名称使用下划线前缀 by [@PeachScript](https://github.com/PeachScript) in [#1471](https://github.com/umijs/mako/pull/1471)

Expand Down Expand Up @@ -444,7 +461,7 @@
- 优化 watch、dev_server 和 hmr 配置(含 Break Change) by [@sorrycc](https://github.com/sorrycc) in [#1206](https://github.com/umijs/mako/pull/1206)
- 优化改进 parseServerStats by [@sorrycc](https://github.com/sorrycc) in [#1203](https://github.com/umijs/mako/pull/1203)
- 修复 hooks 丢失传输问题 by [@Jinbao1001](https://github.com/Jinbao1001) in [#1170](https://github.com/umijs/mako/pull/1170)
- 修复 with-antd 示例在 watch 时 too many files open 错误 by [@zhangpanweb](https://github.com/zhangpanweb) in [#1022](https://github.com/umijs/mako/pull/1022)
- 修复 with-antd 示例在 watch 时 "too many files open" 错误 by [@zhangpanweb](https://github.com/zhangpanweb) in [#1022](https://github.com/umijs/mako/pull/1022)
- 修复 decorator visitor 应该在 preset env 之前运行 by [@stormslowly](https://github.com/stormslowly) in [#1176](https://github.com/umijs/mako/pull/1176)
- 修复 node 场景,添加需要 ignore 的报名 by [@sorrycc](https://github.com/sorrycc) in [#1182](https://github.com/umijs/mako/pull/1182)
- 修复 less ,在 Linux 上的 node 版本 < 20.12.0 时禁用并行 less loader by [@xusd320](https://github.com/xusd320) in [#1184](https://github.com/umijs/mako/pull/1184)
Expand Down

0 comments on commit 4bb698d

Please sign in to comment.