Commit 2ac72da 1 parent 20f7018 commit 2ac72da Copy full SHA for 2ac72da
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # [ 1.0.0-beta.1] ( https://github.com/arvinxx/umi-plugin-extensions/compare/v0.7.0-beta.1...v1.0.0-beta.1 ) (2022-11-27)
4
+
5
+ ### ✨ Features
6
+
7
+ - 完整支持 umi4 ([ e17b11c] ( https://github.com/arvinxx/umi-plugin-extensions/commit/e17b11c ) )
8
+
9
+ ### 🎫 Chores
10
+
11
+ - 移除依赖注入的功能 ([ 6df8d1c] ( https://github.com/arvinxx/umi-plugin-extensions/commit/6df8d1c ) )
12
+
13
+ ### 💥 BREAKING CHANGES
14
+
15
+ - 不再支持 umi3 的写法
16
+ - 由于 Manifest V3 不再支持动态化注入脚本的能力,因此移除相关模块功能
17
+
3
18
# [ 0.7.0-beta.1] ( https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.2...v0.7.0-beta.1 ) (2022-08-27)
4
19
5
20
### ✨ Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umi-plugin-extensions" ,
3
- "version" : " 0.7 .0-beta.1" ,
3
+ "version" : " 1.0 .0-beta.1" ,
4
4
"description" : " a umi plugin to build chrome extensions" ,
5
5
"homepage" : " https://github.com/arvinxx/umi-plugin-extensions#readme" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments