Add added-in: 1.5.0 badges to docs pages new in the 1.5 release (#2879)

This commit is contained in:
Bartosz-Do
2026-08-17 11:51:39 +02:00
committed by GitHub
parent cb4e198323
commit 2a0664098c
5 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/docs": patch
---
Added `added-in` badges to Card gradient, Progress steps and new getting-started guides; fixed background patterns' version.
@@ -2,6 +2,7 @@
title: Card gradient
summary: Card gradients add rich color backgrounds to cards and help emphasize key information in dashboards and marketing sections.
description: Build eye-catching cards with gradient variants, directions, and animated backgrounds.
added-in: '1.5.0'
related: [/ui/components/card]
---
@@ -2,6 +2,7 @@
title: Progress steps
summary: A progress step helps users track their place in a short process by breaking it into clear, simple steps. This makes flows like setup or onboarding easier to follow and finish.
description: Use progress steps to display compact onboarding, checkout, and setup progress.
added-in: '1.5.0'
related: [/ui/components/progress, /ui/components/step]
---
import Example from '@components/Example.astro';
@@ -2,6 +2,7 @@
title: Upgrade to 1.5
summary: Move your project from Tabler 1.4 to 1.5. This guide lists every breaking change, with a before and after example for each one, so you know exactly what to update in your markup, JavaScript and Sass.
description: Upgrade guide from Tabler 1.4 to 1.5 with all breaking changes, renamed classes and Sass updates.
added-in: '1.5.0'
---
Most projects only use the compiled CSS and JavaScript from `dist/`. If that is you, the upgrade is short: update the package, remove Bootstrap, and check the [visual changes](#visual-changes). Projects that compile Tabler from the Sass sources have more work to do — see [Sass changes](#sass-changes).
@@ -2,7 +2,7 @@
title: Background patterns
summary: Use background pattern utilities to add subtle textures to elements. Combine pattern type, color, and size modifiers for different visual effects.
description: Add decorative background patterns with utility classes.
added-in: '1.4.0'
added-in: '1.5.0'
related: [/ui/utilities/gradients]
---