File tree Expand file tree Collapse file tree 7 files changed +22
-12
lines changed Expand file tree Collapse file tree 7 files changed +22
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.7.19] ( https://github.com/sanyuan0704/island.js/compare/v0.7.18...v0.7.19 ) (2022-12-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * ssr entry esm format ([ 7ba2061] ( https://github.com/sanyuan0704/island.js/commit/7ba20616b06b2b808e00009abb7a3bee0c3b2dee ) )
7
+ * support sidebar collapse ([ e2e1fd7] ( https://github.com/sanyuan0704/island.js/commit/e2e1fd736ea112c98cb4791f4b38c6c2a8eec1e6 ) )
8
+
9
+
10
+
1
11
## [ 0.7.18] ( https://github.com/sanyuan0704/island.js/compare/v0.7.17...v0.7.18 ) (2022-11-29)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " islandjs-monorepo" ,
3
3
"private" : true ,
4
- "version" : " 0.7.18 " ,
4
+ "version" : " 0.7.19 " ,
5
5
"description" : " Vite & Islands architecture SSG framework" ,
6
6
"packageManager" : " pnpm@7.9.2" ,
7
7
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " islandjs" ,
3
- "version" : " 0.7.18 " ,
3
+ "version" : " 0.7.19 " ,
4
4
"description" : " Vite & Islands architecture SSG framework" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
49
49
"@babel/helper-plugin-utils" : " 7.19.0" ,
50
50
"@babel/preset-react" : " 7.18.6" ,
51
51
"@iconify-json/carbon" : " 1.1.8" ,
52
- "@islandjs/plugin-backtop" : " 0.7.18 " ,
53
- "@islandjs/plugin-search" : " 0.7.18 " ,
52
+ "@islandjs/plugin-backtop" : " 0.7.19 " ,
53
+ "@islandjs/plugin-search" : " 0.7.19 " ,
54
54
"@mdx-js/mdx" : " 2.1.3" ,
55
55
"@mdx-js/react" : " 2.1.3" ,
56
56
"@mdx-js/rollup" : " 2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @islandjs/plugin-backtop" ,
3
- "version" : " 0.7.18 " ,
3
+ "version" : " 0.7.19 " ,
4
4
"description" : " Back top plugin for islandjs" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
40
40
"react" : " ^18.2.0"
41
41
},
42
42
"peerDependencies" : {
43
- "islandjs" : " 0.7.18 "
43
+ "islandjs" : " 0.7.19 "
44
44
},
45
45
"files" : [
46
46
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @islandjs/plugin-check-links" ,
3
- "version" : " 0.7.18 " ,
3
+ "version" : " 0.7.19 " ,
4
4
"description" : " Dead links check plugin for islandjs" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
40
40
"react" : " ^18.2.0"
41
41
},
42
42
"peerDependencies" : {
43
- "islandjs" : " 0.7.18 "
43
+ "islandjs" : " 0.7.19 "
44
44
},
45
45
"files" : [
46
46
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @islandjs/plugin-search" ,
3
- "version" : " 0.7.18 " ,
3
+ "version" : " 0.7.19 " ,
4
4
"description" : " Search plugin for islandjs" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
40
40
"react" : " ^18.2.0"
41
41
},
42
42
"peerDependencies" : {
43
- "islandjs" : " 0.7.18 "
43
+ "islandjs" : " 0.7.19 "
44
44
},
45
45
"files" : [
46
46
" dist" ,
You can’t perform that action at this time.
0 commit comments