diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index a7818f4b..527d4d00 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## ✨ 2.0.9 Adds Multi-Page Support [PR #663](https://github.com/Lissy93/dashy/pull/663) +- Fix KeyCloak API URL (#564) +- Fix guest has config access (#590) +- Fix collapsible content in multi-page support (#626) +- Fix layout and item size buttons ( #629) +- Refactor make request in RSS widget (#632) +- Fix material-design-icons header in schema (#640) +- Add option to hide seconds in clock widget (#644) +- Fix pageInfo not being read in router (#645) +- Fix startingView not honored (#646) +- Fix Status Check default (#651) +- Add option to hide image in SportsScores Widget (#654) +- Add Adventure-basic theme (#655) +- Write docs for sub-items (#657) +- Add Font-Awesome displaying as square to troubleshooting guide (#659) +- Show expand / collapse in context menu (#660) +- Only deploy new release when relevant files have changed + ## ✨ 2.0.8 Adds Multi-Page Support [PR #617](https://github.com/Lissy93/dashy/pull/617) - Adds support for multiple pages per-dashboard - Adds new attribute at root of main config file: `pages` diff --git a/.github/LATEST_CHANGELOG.md b/.github/LATEST_CHANGELOG.md index bbd4106b..89e76a44 100644 --- a/.github/LATEST_CHANGELOG.md +++ b/.github/LATEST_CHANGELOG.md @@ -1,4 +1,17 @@ -## ✨ 2.0.8 Adds Multi-Page Support [PR #617](https://github.com/Lissy93/dashy/pull/617) -- Adds support for multiple pages per-dashboard -- Adds new attribute at root of main config file: `pages` -- Updates router and nav-bar to automatically create paths for both local and remote configs +## ✨ 2.0.9 Adds Multi-Page Support [PR #663](https://github.com/Lissy93/dashy/pull/663) +- Fix KeyCloak API URL (#564) +- Fix guest has config access (#590) +- Fix collapsible content in multi-page support (#626) +- Fix layout and item size buttons ( #629) +- Refactor make request in RSS widget (#632) +- Fix material-design-icons header in schema (#640) +- Add option to hide seconds in clock widget (#644) +- Fix pageInfo not being read in router (#645) +- Fix startingView not honored (#646) +- Fix Status Check default (#651) +- Add option to hide image in SportsScores Widget (#654) +- Add Adventure-basic theme (#655) +- Write docs for sub-items (#657) +- Add Font-Awesome displaying as square to troubleshooting guide (#659) +- Show expand / collapse in context menu (#660) +- Only deploy new release when relevant files have changed diff --git a/package.json b/package.json index 1a85325b..73f73e72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.0.8", + "version": "2.0.9", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)", @@ -47,6 +47,7 @@ }, "devDependencies": { "@architect/sandbox": "^4.5.2", + "@babel/preset-env": "^7.17.10", "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-eslint": "^4.5.15", "@vue/cli-plugin-pwa": "^4.5.15", @@ -87,6 +88,12 @@ "parser": "babel-eslint" } }, + "babel": { + "presets": [ + "@vue/app", + "@babel/preset-env" + ] + }, "postcss": { "plugins": { "autoprefixer": {}