File tree Expand file tree Collapse file tree 15 files changed +103
-40
lines changed Expand file tree Collapse file tree 15 files changed +103
-40
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.9.2] ( https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2 ) (2022-10-21)
7
+
8
+ ### Performance Improvements
9
+
10
+ - cache connected block to avoid memory leak ([ 28109b9] ( https://github.com/ralliejs/rallie/commit/28109b9d1f3605054910a7e566960114978f38bf ) )
11
+
1
12
# Changelog
2
13
3
14
All notable changes to this project will be documented in this file.
@@ -8,11 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
19
## [ 0.9.1] - 2022-07-09
9
20
10
21
### Changed
22
+
11
23
- change the generic parameter of ` block.connect `
12
24
13
25
## [ 0.9.0] - 2022-07-08
14
26
15
27
### Added
28
+
16
29
- add ` CreatedBlock.export() ` and ` ConnectedBlock.import() `
17
30
18
31
## [ 0.8.1] - 2022-04-20
Original file line number Diff line number Diff line change 1
1
{
2
2
"useWorkspaces" : true ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.9.2 " ,
4
4
"command" : {
5
5
"version" : {
6
6
"allowBranch" : " master" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.9.2] ( https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2 ) (2022-10-21)
7
+
8
+ ** Note:** Version bump only for package @rallie/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rallie/core" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.2 " ,
4
4
"description" : " a progressive micro front framework" ,
5
5
"main" : " ./dist/index.umd.js" ,
6
6
"module" : " ./dist/index.es.js" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.9.2] ( https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2 ) (2022-10-21)
7
+
8
+ ** Note:** Version bump only for package @rallie/load-html
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rallie/load-html" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.2 " ,
4
4
"description" : " a middleware to load resources from html" ,
5
5
"main" : " ./dist/index.umd.js" ,
6
6
"module" : " ./dist/index.es.js" ,
22
22
},
23
23
"homepage" : " https://github.com/ralliejs/rallie#readme" ,
24
24
"devDependencies" : {
25
- "@rallie/core" : " ^ 0.9.0 "
25
+ "@rallie/core" : " 0.9.2 "
26
26
}
27
27
}
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.9.2] ( https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2 ) (2022-10-21)
7
+
8
+ ** Note:** Version bump only for package playground
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playground" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.9.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " vite build" ,
8
8
"serve" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@rallie/load-html" : " ^ 0.9.0 " ,
12
- "@rallie/react" : " ^ 0.9.1 " ,
13
- "@rallie/vue" : " ^ 0.9.1 " ,
11
+ "@rallie/load-html" : " 0.9.2 " ,
12
+ "@rallie/react" : " 0.9.2 " ,
13
+ "@rallie/vue" : " 0.9.2 " ,
14
14
"naive-ui" : " ^2.21.1" ,
15
- "rallie" : " ^ 0.9.1 "
15
+ "rallie" : " 0.9.2 "
16
16
},
17
17
"devDependencies" : {
18
18
"@vitejs/plugin-react" : " ^1.0.7" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.9.2] ( https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2 ) (2022-10-21)
7
+
8
+ ### Performance Improvements
9
+
10
+ - cache connected block to avoid memory leak ([ 28109b9] ( https://github.com/ralliejs/rallie/commit/28109b9d1f3605054910a7e566960114978f38bf ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rallie" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.9.2 " ,
4
4
"description" : " a progressive micro front framework" ,
5
5
"main" : " ./dist/index.umd.js" ,
6
6
"module" : " ./dist/index.es.js" ,
14
14
" dist"
15
15
],
16
16
"dependencies" : {
17
- "@rallie/core" : " ^ 0.9.0 "
17
+ "@rallie/core" : " 0.9.2 "
18
18
},
19
19
"repository" : {
20
20
"type" : " git" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.9.2] ( https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2 ) (2022-10-21)
7
+
8
+ ** Note:** Version bump only for package @rallie/react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rallie/react" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.9.2 " ,
4
4
"description" : " react binding for rallie" ,
5
5
"author" : " Philip Lau" ,
6
6
"homepage" : " https://github.com/ralliejs/rallie#readme" ,
26
26
"react" : " >=16.8.0"
27
27
},
28
28
"devDependencies" : {
29
- "@rallie/core" : " ^ 0.9.0 " ,
30
- "rallie" : " ^ 0.9.1 "
29
+ "@rallie/core" : " 0.9.2 " ,
30
+ "rallie" : " 0.9.2 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.9.2] ( https://github.com/ralliejs/rallie/compare/v0.9.1...v0.9.2 ) (2022-10-21)
7
+
8
+ ** Note:** Version bump only for package @rallie/vue
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rallie/vue" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.9.2 " ,
4
4
"description" : " vue binding for rallie" ,
5
5
"author" : " runnan <1608272694@qq.com>" ,
6
6
"homepage" : " https://github.com/ralliejs/rallie#readme" ,
26
26
"vue" : " >=2.0.0"
27
27
},
28
28
"devDependencies" : {
29
- "rallie" : " ^ 0.9.1 "
29
+ "rallie" : " 0.9.2 "
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments