Skip to content

Commit

Permalink
docs: 📝 changelog 2024.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Dec 20, 2024
1 parent 5ed3198 commit 5fd4f76
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.10.0

`2024-12-19`

- feat: supports umd export by [@xusd320](https://github.com/xusd320) in [#1723](https://github.com/umijs/mako/pull/1723)
- feat: support case sensitive by [@notcold](https://github.com/notcold) in [#1714](https://github.com/umijs/mako/pull/1714)
- feat: output filename config by [@stormslowly](https://github.com/stormslowly) in [#1725](https://github.com/umijs/mako/pull/1725)
- feat: native plugin init by [@Jinbao1001](https://github.com/Jinbao1001) in [#1691](https://github.com/umijs/mako/pull/1691)
- fix: replace the "typeof **webpack\_require**" content by [@notcold](https://github.com/notcold) in [#1688](https://github.com/umijs/mako/pull/1688)
- fix: umd config deserialization by [@xusd320](https://github.com/xusd320) in [#1726](https://github.com/umijs/mako/pull/1726)

## 0.9.9

`2024-12-12`
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.10.0

`2024-12-19`

- 支持 UMD 配置 export 参数 by [@xusd320](https://github.com/xusd320) in [#1723](https://github.com/umijs/mako/pull/1723)
- 支持导入文件名大小写检查 by [@notcold](https://github.com/notcold) in [#1714](https://github.com/umijs/mako/pull/1714)
- 支持 output 配置的 filename 参数 by [@stormslowly](https://github.com/stormslowly) in [#1725](https://github.com/umijs/mako/pull/1725)
- 支持原生 SWC 插件 by [@Jinbao1001](https://github.com/Jinbao1001) in [#1691](https://github.com/umijs/mako/pull/1691)
- 修复 "typeof **webpack\_require**" 报错 by [@notcold](https://github.com/notcold) in [#1688](https://github.com/umijs/mako/pull/1688)
- 修复 umd 配置反序列化的错误 by [@xusd320](https://github.com/xusd320) in [#1726](https://github.com/umijs/mako/pull/1726)



## 0.9.9

Expand Down

0 comments on commit 5fd4f76

Please sign in to comment.