File tree 3 files changed +43
-5
lines changed
3 files changed +43
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## ✨ 2.0.9 Adds Multi-Page Support [ PR #663 ] ( https://github.com/Lissy93/dashy/pull/663 )
4
+ - Fix KeyCloak API URL (#564 )
5
+ - Fix guest has config access (#590 )
6
+ - Fix collapsible content in multi-page support (#626 )
7
+ - Fix layout and item size buttons ( #629 )
8
+ - Refactor make request in RSS widget (#632 )
9
+ - Fix material-design-icons header in schema (#640 )
10
+ - Add option to hide seconds in clock widget (#644 )
11
+ - Fix pageInfo not being read in router (#645 )
12
+ - Fix startingView not honored (#646 )
13
+ - Fix Status Check default (#651 )
14
+ - Add option to hide image in SportsScores Widget (#654 )
15
+ - Add Adventure-basic theme (#655 )
16
+ - Write docs for sub-items (#657 )
17
+ - Add Font-Awesome displaying as square to troubleshooting guide (#659 )
18
+ - Show expand / collapse in context menu (#660 )
19
+ - Only deploy new release when relevant files have changed
20
+
3
21
## ✨ 2.0.8 Adds Multi-Page Support [ PR #617 ] ( https://github.com/Lissy93/dashy/pull/617 )
4
22
- Adds support for multiple pages per-dashboard
5
23
- Adds new attribute at root of main config file: ` pages `
Original file line number Diff line number Diff line change 1
- ## ✨ 2.0.8 Adds Multi-Page Support [ PR #617 ] ( https://github.com/Lissy93/dashy/pull/617 )
2
- - Adds support for multiple pages per-dashboard
3
- - Adds new attribute at root of main config file: ` pages `
4
- - Updates router and nav-bar to automatically create paths for both local and remote configs
1
+ ## ✨ 2.0.9 Adds Multi-Page Support [ PR #663 ] ( https://github.com/Lissy93/dashy/pull/663 )
2
+ - Fix KeyCloak API URL (#564 )
3
+ - Fix guest has config access (#590 )
4
+ - Fix collapsible content in multi-page support (#626 )
5
+ - Fix layout and item size buttons ( #629 )
6
+ - Refactor make request in RSS widget (#632 )
7
+ - Fix material-design-icons header in schema (#640 )
8
+ - Add option to hide seconds in clock widget (#644 )
9
+ - Fix pageInfo not being read in router (#645 )
10
+ - Fix startingView not honored (#646 )
11
+ - Fix Status Check default (#651 )
12
+ - Add option to hide image in SportsScores Widget (#654 )
13
+ - Add Adventure-basic theme (#655 )
14
+ - Write docs for sub-items (#657 )
15
+ - Add Font-Awesome displaying as square to troubleshooting guide (#659 )
16
+ - Show expand / collapse in context menu (#660 )
17
+ - Only deploy new release when relevant files have changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Dashy" ,
3
- "version" : " 2.0.8 " ,
3
+ "version" : " 2.0.9 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " server" ,
6
6
"author" :
" Alicia Sykes <[email protected] > (https://aliciasykes.com)" ,
47
47
},
48
48
"devDependencies" : {
49
49
"@architect/sandbox" : " ^4.5.2" ,
50
+ "@babel/preset-env" : " ^7.17.10" ,
50
51
"@vue/cli-plugin-babel" : " ^4.5.15" ,
51
52
"@vue/cli-plugin-eslint" : " ^4.5.15" ,
52
53
"@vue/cli-plugin-pwa" : " ^4.5.15" ,
87
88
"parser" : " babel-eslint"
88
89
}
89
90
},
91
+ "babel" : {
92
+ "presets" : [
93
+ " @vue/app" ,
94
+ " @babel/preset-env"
95
+ ]
96
+ },
90
97
"postcss" : {
91
98
"plugins" : {
92
99
"autoprefixer" : {}
You can’t perform that action at this time.
0 commit comments