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

update changelog

This commit is contained in:
codecalm
2025-09-19 23:48:17 +02:00
parent 9c5d729e6d
commit fcb38a4059
16 changed files with 16 additions and 16 deletions

View File

@@ -3,4 +3,4 @@
"@tabler/preview": minor
---
Added new "Pay" page with dedicated layout, navigation link, and payment form (card + PayPal).
Added Pay page with dedicated layout, navigation link, and card/PayPal payment form.

View File

@@ -2,4 +2,4 @@
"@tabler/preview": minor
---
Add a color palette in the signing component
Added color palette to signing component.

View File

@@ -2,4 +2,4 @@
"@tabler/core": patch
---
Fix icon alignment for `.btn-sm` and `.btn-xl` sizes
Fixed icon alignment for `.btn-sm` and `.btn-xl` sizes.

View File

@@ -2,4 +2,4 @@
"@tabler/core": patch
---
Fix mixed declarations in SCSS
Fixed mixed declarations in SCSS.

View File

@@ -3,4 +3,4 @@
"@tabler/preview": patch
---
Introduced `bg-blur` utility for backdrop blur effects and increased container-tight width for layout flexibility.
Added `bg-blur` utility and increased `container-tight` width for layout flexibility.

View File

@@ -2,4 +2,4 @@
"@tabler/preview": patch
---
Update icons to v3.34.1 (75 new icons)
Updated icons to v3.34.1 with 75 new icons.

View File

@@ -2,4 +2,4 @@
"@tabler/preview": patch
---
Update activity messages
Updated activity messages.

View File

@@ -2,4 +2,4 @@
"@tabler/core": patch
---
Fix double bottom border in tables.
Fixed double bottom border in tables.

View File

@@ -2,4 +2,4 @@
"@tabler/core": minor
---
Added large and extra-large sizes for progress component (`.progress-lg`, `.progress-xl`).
Added `.progress-lg` and `.progress-xl` size variants for the progress component.

View File

@@ -2,4 +2,4 @@
"@tabler/core": patch
---
Added smooth transitions for progress bar width and background color changes.
Added smooth transitions for progress bar `width` and `background-color` changes.

View File

@@ -2,4 +2,4 @@
"@tabler/core": patch
---
Updated skip-link to use `visually-hidden` class for better accessibility.
Updated skip-link to use `visually-hidden` for improved accessibility.

View File

@@ -2,4 +2,4 @@
"@tabler/core": patch
---
Updated deprecated global functions (`map-merge`, `str-slice`, `percentage`, etc.) with their module-based equivalents (`map.merge`, `string.slice`, `math.percentage`, etc.).
Updated deprecated global Sass functions to module equivalents (`map.merge`, `string.slice`, `math.percentage`, etc.).

View File

@@ -2,4 +2,4 @@
"@tabler/core": patch
---
Update Bootstrap to v5.3.8
Updated Bootstrap to v5.3.8.

View File

@@ -3,4 +3,4 @@
"@tabler/preview": patch
---
Updated trending component to use `arrow-up`/`arrow-down` icons instead of `trending-up`/`trending-down`.
Updated trending component to use `arrow-up`/`arrow-down` instead of `trending-up`/`trending-down`.

View File

@@ -2,4 +2,4 @@
"@tabler/docs": patch
---
Fix Docs search in dark mode
Fixed Docs search display in dark mode.

View File

@@ -2,4 +2,4 @@
"@tabler/preview": patch
---
Fix responsive layputs in 'Form Elements' page
Fixed responsive layouts on the Form Elements page.