Skip to content

Commit

Permalink
docs: 📝 change log 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Aug 16, 2024
1 parent 8255a87 commit 1a79424
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.8.1

`2024-08-16`

- feat: support progress by [@xierenyuan](https://github.com/xierenyuan) in [#1466](https://github.com/umijs/mako/pull/1466)
- refactor: ✨ disable emotion source map in prod by [@stormslowly](https://github.com/stormslowly) in [#1494](https://github.com/umijs/mako/pull/1494)
- refactor: define env by [@xusd320](https://github.com/xusd320) in [#1499](https://github.com/umijs/mako/pull/1499)
- fix: sass plugin support `.scss` extension by [@jeasonnow](https://github.com/jeasonnow) in [#1482](https://github.com/umijs/mako/pull/1482)
- fix: try require should support return stmt by [@sorrycc](https://github.com/sorrycc) in [#1488](https://github.com/umijs/mako/pull/1488)
- fix: hashed chunk file name starts with underscore by [@stormslowly](https://github.com/stormslowly) in [#1498](https://github.com/umijs/mako/pull/1498)
- fix: no unnecessary chunk group in update by [@stormslowly](https://github.com/stormslowly) in [#1503](https://github.com/umijs/mako/pull/1503)
- fix: support require css modules by [@bytemain](https://github.com/bytemain) in [#1501](https://github.com/umijs/mako/pull/1501)

## 0.8.0

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.8.1

`2024-08-16`

- 新增构建进度条 by [@xierenyuan](https://github.com/xierenyuan) in [#1466](https://github.com/umijs/mako/pull/1466)
- 改进 emtion 插件在生产构建关闭 source map by [@stormslowly](https://github.com/stormslowly) in [#1494](https://github.com/umijs/mako/pull/1494)
- 改进 define 实现 by [@xusd320](https://github.com/xusd320) in [#1499](https://github.com/umijs/mako/pull/1499)
- 修复 sass 插件以支持 `.scss` 后缀 by [@jeasonnow](https://github.com/jeasonnow) in [#1482](https://github.com/umijs/mako/pull/1482)
- 修复 try 代码块中使用 `return require()` 的解析问题 [@sorrycc](https://github.com/sorrycc) in [#1488](https://github.com/umijs/mako/pull/1488)
- 修复 chunk 文件名以下划线开头 by [@stormslowly](https://github.com/stormslowly) in [#1498](https://github.com/umijs/mako/pull/1498)
- 修复 热更新时没有必要的分 chunk 调用 by [@stormslowly](https://github.com/stormslowly) in [#1503](https://github.com/umijs/mako/pull/1503)
- 修复 require css module 错误调换语句的问题 by [@bytemain](https://github.com/bytemain) in [#1501](https://github.com/umijs/mako/pull/1501)

## 0.8.0

Expand Down

0 comments on commit 1a79424

Please sign in to comment.