Skip to content

Commit

Permalink
docs: 📝 changelog 2024.12.26
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Dec 27, 2024
1 parent b281650 commit 37fe7c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.11.0

`2024-12-27`

- fix: support optional chaining in environment variable by [@yezaoshu](https://github.com/yezaoshu) in [#1730](https://github.com/umijs/mako/pull/1730)
- refactor: 🎨 no need to resolve empty url in css by [@stormslowly](https://github.com/stormslowly) in [#1732](https://github.com/umijs/mako/pull/1732)
- feat: support unplugin context by [@sorrycc](https://github.com/sorrycc) in [#1728](https://github.com/umijs/mako/pull/1728)
- fix: legacy octal escape is not permitted in strict mode by [@xusd320](https://github.com/xusd320) in [#1736](https://github.com/umijs/mako/pull/1736)

## 0.10.0

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

`2024-12-27`

- define env 支持 optional chain by [@yezaoshu](https://github.com/yezaoshu) in [#1730](https://github.com/umijs/mako/pull/1730)
- css url 地址未空时不进行依赖解析 by [@stormslowly](https://github.com/stormslowly) in [#1732](https://github.com/umijs/mako/pull/1732)
- 支持 unplugin context by [@sorrycc](https://github.com/sorrycc) in [#1728](https://github.com/umijs/mako/pull/1728)
- 修复源码中包含八进制字面量时解析 ast 会失败 [@xusd320](https://github.com/xusd320) in [#1736](https://github.com/umijs/mako/pull/1736)


## 0.10.0

`2024-12-19`
Expand Down

0 comments on commit 37fe7c0

Please sign in to comment.