diff --git a/CHANGELOG.md b/CHANGELOG.md index de5560730..c82aac26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,7 @@ All notable changes to this project will be documented in this file. - add `tom-select` and remove `choices.js` -## `1.0.0-beta6` - 2021-01-18 +## `1.0.0-beta6` - 2022-01-18 - pricing cards fix - fix bug `fw-...`, `.fs-...` is missed (#987) @@ -74,7 +74,7 @@ All notable changes to this project will be documented in this file. - update package dependencies to newest version -## `1.0.0-beta7` - 2021-02-05 +## `1.0.0-beta7` - 2022-02-05 - fix: #1019 - project-overview.html link not working - fix: #1010 - card with bottom tabs has incorrect border radius @@ -88,7 +88,7 @@ All notable changes to this project will be documented in this file. - new card action demos -## `1.0.0-beta8` - 2021-02-05 +## `1.0.0-beta8` - 2022-02-05 - update dependencies - new vector maps demos @@ -96,3 +96,17 @@ All notable changes to this project will be documented in this file. - docs improvement - replace `badge` with `status-dot` in `navbar-notifications.html` - map tooltip fixes + + +## `1.0.0-beta9` - 2022-02-26 + +- fix: #1061 - list group item colors in light and dark modes +- new 'tasks' dashboard +- fix: #1059 - upload button in form element in dark view has problem +- fix: #1052 - card background icon is practically invisible +- remove Inter font and use default font system stack +- fix: #1018 - vector map not working +- fix: #1035 - wrong background color of hovered list group items in dark mode +- dependencies update +- add `font-display: swap;` to improve font loading +- new `Boxed` layout diff --git a/src/pages/_data/changelog.yml b/src/pages/_data/changelog.yml index 844ee9683..357563568 100644 --- a/src/pages/_data/changelog.yml +++ b/src/pages/_data/changelog.yml @@ -54,7 +54,7 @@ - add `tom-select` and remove `choices.js` - version: 1.0.0-beta6 - date: 2021-01-18 + date: 2022-01-18 changes: - pricing cards fix - "fix bug `fw-...`, `.fs-...` is missed (#987)" @@ -68,7 +68,7 @@ - update package dependencies to newest version - version: 1.0.0-beta7 - date: 2021-02-05 + date: 2022-02-05 changes: - "fix: #1019 - project-overview.html link not working" - "fix: #1010 - card with bottom tabs has incorrect border radius" @@ -82,7 +82,7 @@ - new card action demos - version: 1.0.0-beta8 - date: 2021-02-05 + date: 2022-02-05 changes: - update dependencies - new vector maps demos @@ -91,3 +91,16 @@ - replace `badge` with `status-dot` in `navbar-notifications.html` - map tooltip fixes +- version: 1.0.0-beta9 + date: 2022-02-26 + changes: + - "fix: #1061 - list group item colors in light and dark modes" + - new 'tasks' dashboard + - "fix: #1059 - upload button in form element in dark view has problem" + - "fix: #1052 - card background icon is practically invisible" + - remove Inter font and use default font system stack + - "fix: #1018 - vector map not working" + - "fix: #1035 - wrong background color of hovered list group items in dark mode" + - dependencies update + - "add `font-display: swap;` to improve font loading" + - new `Boxed` layout \ No newline at end of file