diff --git a/CHANGELOG.md b/CHANGELOG.md index b276fe00b33dab793338215cc4335a69cf2d2899..072a562fe2af79ad074f4acfad51544244851d0f 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 fca7b1812c121bb5302fda63a5a72774e21fb0dd..e30170e4da93ac295d99f2c3817bdbc153016045 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