From e5f30bf8312eb0030176ccffab37114da79bde4c Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 19 Sep 2022 17:25:17 +0200 Subject: [PATCH] changelog update --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- src/pages/_data/changelog.yml | 28 +++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b0f9f12..3c3652b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,10 +129,36 @@ All notable changes to this project will be documented in this file. - new `TinyMCS` component - new `Inline Player` component - new `Pricing table` component -- new `Datagrid` compontent +- new `Datagrid` component - new optgroup form examples - new settings page - update Tabler Icons to v1.78 - added popover docs page - fix: #1125 incorrect chart display in the mobile version - update Bootstrap to 5.2.0 + + +## `1.0.0-beta12` - 2022-09-19 + +- new "Job listing" page +- new "Sign in with cover" page +- new "Logs" page +- new `progressbg` component +- add a lot of CSS variables +- add Dockerfile with alpine base +- add icon pulse/tada/rotate animations +- use :host in selectors to support Web Components +- use dark table variant colors in dark mode (#1200) +- update Tabler Icons to v1.96 +- change `space-y` component +- headings, shadows and borders unify +- toggle TinyMCE dark mode and skin based on the set Tabler theme +- fix `card-footer` background +- fix headers weight +- fix transparent hover background in pagination +- fix dark mode card text color +- fix `--#{$prefix}card-bg` is undefined +- fix global variable for `.card` and `.btn` +- fix code sample in the customize tabler docs +- fix form elements demo page radio buttons +- replace `gulp-minify` with `gulp-terser` diff --git a/src/pages/_data/changelog.yml b/src/pages/_data/changelog.yml index 97715a9ce..48929fa74 100644 --- a/src/pages/_data/changelog.yml +++ b/src/pages/_data/changelog.yml @@ -129,4 +129,30 @@ - update Tabler Icons to v1.78 - added popover docs page - "fix: #1125 incorrect chart display in the mobile version" - - update Bootstrap to 5.2.0 \ No newline at end of file + - update Bootstrap to 5.2.0 + +- version: 1.0.0-beta12 + date: 2022-09-19 + changes: + - new "Job listing" page + - new "Sign in with cover" page + - new "Logs" page + - new `progressbg` component + - add a lot of CSS variables + - add Dockerfile with alpine base + - add icon pulse/tada/rotate animations + - "use :host in selectors to support Web Components" + - "use dark table variant colors in dark mode (#1200)" + - update Tabler Icons to v1.96 + - "change `space-y` component" + - headings, shadows and borders unify + - toggle TinyMCE dark mode and skin based on the set Tabler theme + - fix `card-footer` background + - fix headers weight + - fix transparent hover background in pagination + - fix dark mode card text color + - "fix `--#{$prefix}card-bg` is undefined" + - "fix global variable for `.card` and `.btn`" + - fix code sample in the customize tabler docs + - fix form elements demo page radio buttons + - "replace `gulp-minify` with `gulp-terser`"