From 4dff0e733b97c1baf87c80e967006f39249f47bd Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 5 Aug 2022 12:14:17 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++++++++ src/pages/_data/changelog.yml | 18 +++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b276fe00..072a562f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,3 +120,19 @@ All notable changes to this project will be documented in this file. - new carousel indicators: dots, vertical, thumbs (#1101) - replace !important modifier with more specific selectors (#1100) - new 'FAQ' page + + +## `1.0.0-beta11` - 2022-07-05 + +- new 'Dropzone' component +- new 'Lightbox' component +- new 'TinyMCS' component +- new 'Inline Player' component +- new 'Pricing table' component +- new 'Datagrid' compontent +- 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 diff --git a/src/pages/_data/changelog.yml b/src/pages/_data/changelog.yml index fca7b181..e30170e4 100644 --- a/src/pages/_data/changelog.yml +++ b/src/pages/_data/changelog.yml @@ -113,4 +113,20 @@ - "fix: #1024 - fix Tom-select in dark mode" - "new carousel indicators: dots, vertical, thumbs (#1101)" - "replace !important modifier with more specific selectors (#1100)" - - new 'FAQ' page \ No newline at end of file + - new 'FAQ' page + +- version: 1.0.0-beta11 + date: 2022-07-05 + changes: + - new 'Dropzone' component + - new 'Lightbox' component + - new 'TinyMCS' component + - new 'Inline Player' component + - new 'Pricing table' component + - new 'Datagrid' compontent + - 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 \ No newline at end of file -- GitLab