1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-21 21:11:43 +04:00

changelog update

This commit is contained in:
codecalm
2022-02-05 14:38:17 +01:00
parent 30db340ab2
commit 4910a7ef46
3 changed files with 51 additions and 2 deletions
+24
View File
@@ -72,3 +72,27 @@ All notable changes to this project will be documented in this file.
- fix #960 - Badges not honoring font sizes
- fix #959 - `node-sass` does not properly compile nested media queries
- update package dependencies to newest version
## `1.0.0-beta7` - 2021-02-05
- fix: #1019 - project-overview.html link not working
- fix: #1010 - card with bottom tabs has incorrect border radius
- uptime monitor mobile fixes
- navbar dark button fix
- `tabler-icons` link
- autoloading webfonts
- cards fixes, new cards demos
- ruby dependencies update
- RTL stylesheet fixes
- new card action demos
## `1.0.0-beta8` - 2021-02-05
- update dependencies
- new vector maps demos
- fixes update map on resize
- docs improvement
- replace `badge` with `status-dot` in `navbar-notifications.html`
- map tooltip fixes
+1 -1
View File
@@ -15,7 +15,7 @@
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"changelog": "gulp changelog"
},
"repository": {
"type": "git",
+26 -1
View File
@@ -65,4 +65,29 @@
- update `@tabler/icons` to version 1.48
- "fix #960 - Badges not honoring font sizes"
- "fix #959 - `node-sass` does not properly compile nested media queries"
- update package dependencies to newest version
- update package dependencies to newest version
- version: 1.0.0-beta7
date: 2021-02-05
changes:
- "fix: #1019 - project-overview.html link not working"
- "fix: #1010 - card with bottom tabs has incorrect border radius"
- uptime monitor mobile fixes
- navbar dark button fix
- "`tabler-icons` link"
- autoloading webfonts
- "cards fixes, new cards demos"
- ruby dependencies update
- RTL stylesheet fixes
- new card action demos
- version: 1.0.0-beta8
date: 2021-02-05
changes:
- update dependencies
- new vector maps demos
- fixes update map on resize
- docs improvement
- replace `badge` with `status-dot` in `navbar-notifications.html`
- map tooltip fixes