From be964d8a63d44daaca9892710eba8a07034cf031 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 18 Oct 2022 23:20:41 +0200 Subject: [PATCH] update changelog --- src/pages/_data/changelog.yml | 37 ++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/src/pages/_data/changelog.yml b/src/pages/_data/changelog.yml index 48929fa74..90628d176 100644 --- a/src/pages/_data/changelog.yml +++ b/src/pages/_data/changelog.yml @@ -33,7 +33,7 @@ - upgrade required node.js version to 14 - upgrade Bootstrap to 5.1 - upgrade dependencies - - "fix #775 litepicker not initializing" + - "fix #775 - litepicker not initializing" - fix `nouislider` import in dev - version: 1.0.0-beta5 @@ -42,7 +42,7 @@ changes: - "**Dark mode enabled!**" - add more cursors (#947) - - "fix #892 - Media queries need to be nested when negating" + - "fix #892 - media queries need to be nested when negating" - update `@tabler/icons` to newest version - move optional dependencies to peerDependencies (#924) - move deployment to Github Actions (#934) @@ -141,7 +141,7 @@ - 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 `: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" @@ -156,3 +156,34 @@ - fix code sample in the customize tabler docs - fix form elements demo page radio buttons - "replace `gulp-minify` with `gulp-terser`" + +- version: 1.0.0-beta13 + date: 2022-10-18 + changes: + - "update Bootstrap to 5.2.1, update dependencies" + - new `tracking` component + - new radio button version of `form-imagecheck` + - update icons to v1.105.0 + - dark mode improvements + - corrects the spelling of New Zealand (#1318) + - remove `$border-color-dark` + - "fix #1301 - code snippets in docs look bad in dark mode" + - "fix #1305 - different default link color for dark mode" + - fix popover background in dark mode + - fix button default border color + - fix `form-imagecheck` bg in dark mode + - navbar logo fix + - move card ribbons config to variables + - navbar border fix + - dark mode active fix + - using globalThis instead of window (#1315) + - "fix #1210 - lastmod not generated for pages in `sitemap.xml`" + - fix card border in dark mode + - "fix #895 - background color overwrites background image" + - "fix #1302 - wrong card header in dark mode" + - "fix #1303 - wrong color when hovering over `selectgroup` in dark mode" + - "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"