Skip to content

Commit

Permalink
docs: changelog for 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Oct 25, 2024
1 parent a3e39c2 commit 12c80fe
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.9.3

`2024-10-25`

- feat: add `buildEnd` plugin hook by [@sorrycc](https://github.com/sorrycc) in [#1644](https://github.com/umijs/mako/pull/1644)
- feat: add `enforce` plugin hook by [@sorrycc](https://github.com/sorrycc) in [#1646](https://github.com/umijs/mako/pull/1646)
- feat: add `writeBundle` plugin hook by [@sorrycc](https://github.com/sorrycc) in [#1650](https://github.com/umijs/mako/pull/1650)
- feat: add `watchChanges` plugin hook by [@sorrycc](https://github.com/sorrycc) in [#1651](https://github.com/umijs/mako/pull/1651)
- fix: mako on windows don't work by [@sorrycc](https://github.com/sorrycc) in [#1652](https://github.com/umijs/mako/pull/1652)
- fix: devtool sourcemap explosion in windows by [@sorrycc](https://github.com/sorrycc) in [#1653](https://github.com/umijs/mako/pull/1653)
- fix: should not re-group when span changed by [@xusd320](https://github.com/xusd320) in [#1654](https://github.com/umijs/mako/pull/1654)
- fix: umd should be import as cjs by [@Jinbao1001](https://github.com/Jinbao1001) in [#1642](https://github.com/umijs/mako/pull/1642)
- fix: add `process.env.SOCKET_SERVER` define to prevent process polyfilll by [@stormslowly](https://github.com/stormslowly) in [#1655](https://github.com/umijs/mako/pull/1655)

## 0.9.2

`2024-10-16`
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## 0.9.0
## 0.9.3

`2024-10-25`

- 新增:支持 `buildEnd` 插件勾子 by [@sorrycc](https://github.com/sorrycc) in [#1644](https://github.com/umijs/mako/pull/1644)
- 新增:支持 `enforce` 插件勾子 by [@sorrycc](https://github.com/sorrycc) in [#1646](https://github.com/umijs/mako/pull/1646)
- 新增:支持 `writeBundle` 插件勾子 by [@sorrycc](https://github.com/sorrycc) in [#1650](https://github.com/umijs/mako/pull/1650)
- 新增:支持 `watchChanges` 插件勾子 by [@sorrycc](https://github.com/sorrycc) in [#1651](https://github.com/umijs/mako/pull/1651)
- 修复:在 Windows 环境中异常中断的问题 by [@sorrycc](https://github.com/sorrycc) in [#1652](https://github.com/umijs/mako/pull/1652)
- 修复:在 Windows 环境中 sourcemap 后缀不正确的问题 by [@sorrycc](https://github.com/sorrycc) in [#1653](https://github.com/umijs/mako/pull/1653)
- 修复:span 改变时会重新执行 chunk group 的问题 by [@xusd320](https://github.com/xusd320) in [#1654](https://github.com/umijs/mako/pull/1654)
- 修复:引入 umd 模块异常的问题 by [@Jinbao1001](https://github.com/Jinbao1001) in [#1642](https://github.com/umijs/mako/pull/1642)
- 修复:预置 `process.env.SOCKET_SERVER` 防止 process pollyfill 引入异常 by [@stormslowly](https://github.com/stormslowly) in [#1655](https://github.com/umijs/mako/pull/1655)

## 0.9.2

`2024-10-16`

Expand Down

0 comments on commit 12c80fe

Please sign in to comment.