1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

chore: update versions (#2131)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-01 14:19:38 +01:00
committed by GitHub
parent d0f45a41f8
commit ac10f55405
33 changed files with 34 additions and 153 deletions

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Add Playwright configuration and visual regression tests

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix overflow of `label` in a `floating-input`

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Enable `scrollSpy` in `countup` module

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Refactor SCSS files to replace divide function with calc

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Add Segmented Control component

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Add new text features page with mentions: user, color and app.

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Add Scroll Spy page

View File

@@ -1,4 +0,0 @@
---
---
Refactor bundlewatch workflow to use Turbo

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Update border radius variables for consistency across components

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix size of `apexcharts` tooltip marker

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Add Signature Pad feature and signatures page

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix apexcharts heatmap example in docs

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Update color utility classes and replace background colors in pricing table

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix negative margins in `.navbar-bordered` variant

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Refactored the project into a monorepo, removed Gulp, and introduced a new, more efficient build process.

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Use the full license agreement for illustrations in docs

View File

@@ -1,5 +0,0 @@
---
---
Improve documentation for buttons

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix vertical alignment in single page and error layouts

View File

@@ -1,5 +0,0 @@
---
---
Fix spelling and improve grammar in the documentation

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": "minor"
---
Add documentation for segmented control component

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Add new payment provider (Troy)

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Add selectable table functionality with active background color

View File

@@ -1,5 +0,0 @@
---
---
Fixed missing image in the README and Getting Started page

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix `.avatar-upload` double borders

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fixes navbar styles with new hover effects and color variables

View File

@@ -1,4 +0,0 @@
---
---
Update `robots.txt` handling and improve sitemap URL generation

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Refactor badge styles, remove Bootstrap styles

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Refactor alert component styles and markup, remove Bootstrap styles

View File

@@ -1,4 +0,0 @@
---
---
Add section comments and format HTML for improved readability

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Refactor accordion component styles and markup, remove Bootstrap styles

View File

@@ -1,5 +0,0 @@
---
---
Fix instruction for CDN icons version

33
core/CHANGELOG.md Normal file
View File

@@ -0,0 +1,33 @@
# @tabler/core
## 1.1.0
### Minor Changes
- a2640e2: Add Playwright configuration and visual regression tests
- d3ae77c: Enable `scrollSpy` in `countup` module
- bd3d959: Refactor SCSS files to replace divide function with calc
- cb278c7: Add Segmented Control component
- b47725d: Add new text features page with mentions: user, color and app.
- b4b4d1a: Add Scroll Spy page
- 9cd5327: Update border radius variables for consistency across components
- 4376968: Add Signature Pad feature and signatures page
- f95f250: Update color utility classes and replace background colors in pricing table
- eaa7f81: Refactored the project into a monorepo, removed Gulp, and introduced a new, more efficient build process.
- ea14462: Add documentation for segmented control component
- 1edaff4: Add new payment provider (Troy)
- edbaa1e: Add selectable table functionality with active background color
- 378fba8: Refactor badge styles, remove Bootstrap styles
- f3c409f: Refactor alert component styles and markup, remove Bootstrap styles
- c240b5a: Refactor accordion component styles and markup, remove Bootstrap styles
### Patch Changes
- 687267d: Fix overflow of `label` in a `floating-input`
- 06b1dec: Fix size of `apexcharts` tooltip marker
- afd0700: Fix apexcharts heatmap example in docs
- 78383ef: Fix negative margins in `.navbar-bordered` variant
- 11f4487: Use the full license agreement for illustrations in docs
- b28ce9f: Fix vertical alignment in single page and error layouts
- 24b944c: Fix `.avatar-upload` double borders
- ca4ba14: Fixes navbar styles with new hover effects and color variables

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tabler/core", "name": "@tabler/core",
"version": "1.0.0", "version": "1.1.0",
"description": "Premium and Open Source dashboard template with responsive and high quality UI.", "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"homepage": "https://tabler.io", "homepage": "https://tabler.io",
"scripts": { "scripts": {