Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Sep 19, 2022
1 parent 01b3cbf commit e5f30bf
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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`
28 changes: 27 additions & 1 deletion src/pages/_data/changelog.yml
Expand Up @@ -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
- 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`"

1 comment on commit e5f30bf

@vercel
Copy link

@vercel vercel bot commented on e5f30bf Sep 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabler – ./

tabler-tabler-ui.vercel.app
preview.tabler.io
tabler-git-main-tabler-ui.vercel.app
demo.tabler.io

Please sign in to comment.