diff --git a/CHANGELOG.md b/CHANGELOG.md index e64cc7196..3e0494130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -191,11 +191,29 @@ All notable changes to this project will be documented in this file. - fix #1308 - bad coloring in table in dark mode - fix #1273 - datepicker background color broken - fix `$prefix` hard coded `layout/_dark.scss` -- fix #1275 remove last border-right on progress bar -- fix #1261: broken offcanvas bg +- fix #1275 - remove last border-right on progress bar +- fix #1261 - broken offcanvas bg ## `1.0.0-beta14` - 2022-10-21 - fix active items in dark mode - update Jekyll to newest version + + +## `1.0.0-beta15` - 2022-11-01 + +- new `badges` page +- `` styling +- update icons to v1.109.0 +- `tom-select` border fix +- exclude `playgrounds` from build +- update jekyll to v4.3.1 +- fix: facebook color update +- navbar aria atributes fixes +- fix #808 - `navbar-menu` and `sidebar-menu` has the same `id` +- fix #1335 - missing color variables usage in `alert` and `btn-ghost-*` +- move border style to CSS variables +- add missing forms +- `btn-actions` fixes +- replace `$text-muted` to css variable diff --git a/src/pages/_data/changelog.yml b/src/pages/_data/changelog.yml index 8d0399520..49303f579 100644 --- a/src/pages/_data/changelog.yml +++ b/src/pages/_data/changelog.yml @@ -185,11 +185,29 @@ - "fix #1308 - bad coloring in table in dark mode" - "fix #1273 - datepicker background color broken" - "fix `$prefix` hard coded `layout/_dark.scss`" - - "fix #1275 remove last border-right on progress bar" - - "fix #1261: broken offcanvas bg" + - "fix #1275 - remove last border-right on progress bar" + - "fix #1261 - broken offcanvas bg" - version: 1.0.0-beta14 date: 2022-10-21 changes: - fix active items in dark mode - - update Jekyll to newest version \ No newline at end of file + - update Jekyll to newest version + +- version: 1.0.0-beta15 + date: 2022-11-01 + changes: + - new `badges` page + - "`` styling" + - update icons to v1.109.0 + - "`tom-select` border fix" + - exclude `playgrounds` from build + - update jekyll to v4.3.1 + - "fix: facebook color update" + - navbar aria atributes fixes + - "fix #808 - `navbar-menu` and `sidebar-menu` has the same `id`" + - "fix #1335 - missing color variables usage in `alert` and `btn-ghost-*`" + - move border style to CSS variables + - add missing forms + - "`btn-actions` fixes" + - "replace `$text-muted` to css variable"