From 3532976b5e6d00b06ca666384c306cb9049c0386 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:58:48 +0000 Subject: [PATCH] chore: update versions --- .changeset/angry-bananas-brake.md | 6 -- .changeset/bootstrap-exports-cleanup.md | 5 -- .changeset/btn-icon-square.md | 5 -- .changeset/button-ghost.md | 5 -- .changeset/card-gradient-components.md | 6 -- .changeset/card-gradients-page.md | 6 -- .changeset/change-password-modal.md | 6 -- .changeset/chilled-pans-cheer.md | 5 -- .changeset/confirm-delete-modal.md | 6 -- .changeset/crypto-dashboard.md | 6 -- .changeset/crypto-data-files.md | 6 -- .changeset/curvy-timers-sneeze.md | 5 -- .changeset/edit-profile-modal.md | 6 -- .changeset/eleven-trainers-sip.md | 5 -- .../fix-border-color-translucent-dark.md | 5 -- .changeset/fix-input-icon-z-index.md | 5 -- .changeset/fix-status-colors-variables.md | 5 -- .changeset/fix-white-space-scrollbar.md | 5 -- .changeset/flags-avatars-updates.md | 6 -- .changeset/fresh-rockets-retire.md | 5 -- .changeset/funny-kings-double.md | 5 -- .changeset/geist-fonts.md | 7 -- .changeset/icon-stroke-width.md | 5 -- .changeset/language-selector.md | 6 -- .changeset/late-pugs-breathe2.md | 6 -- .changeset/light-cooks-hug.md | 5 -- .changeset/many-dogs-rest.md | 6 -- .changeset/media-print-mixin.md | 5 -- .changeset/menu-structure-refactor.md | 6 -- .changeset/modern-dots-bathe.md | 5 -- .changeset/navbar-side-refactor.md | 7 -- .changeset/new-task-modal.md | 6 -- .changeset/onboarding-page.md | 5 -- .changeset/pretty-chefs-design.md | 5 -- .changeset/progress-background.md | 6 -- .changeset/progress-sizes.md | 5 -- .changeset/progress-steps.md | 6 -- .changeset/progress-transitions.md | 5 -- .changeset/redundant-nullish-operator.md | 6 -- .changeset/silly-crabs-walk.md | 7 -- .changeset/skip-link-accessibility.md | 5 -- .changeset/tasks-list-page.md | 6 -- .changeset/three-seas-move.md | 5 -- .changeset/tidy-apples-ring.md | 5 -- .changeset/trending-icons.md | 6 -- .changeset/tricky-moons-laugh.md | 5 -- .changeset/twelve-tables-attack.md | 5 -- .changeset/upgrade-apexcharts.md | 7 -- .changeset/young-needles-love.md | 5 -- core/CHANGELOG.md | 40 +++++++++++ core/package.json | 2 +- docs/CHANGELOG.md | 40 +++++++++++ docs/package.json | 2 +- preview/CHANGELOG.md | 66 +++++++++++++++++++ preview/package.json | 2 +- 55 files changed, 149 insertions(+), 275 deletions(-) delete mode 100644 .changeset/angry-bananas-brake.md delete mode 100644 .changeset/bootstrap-exports-cleanup.md delete mode 100644 .changeset/btn-icon-square.md delete mode 100644 .changeset/button-ghost.md delete mode 100644 .changeset/card-gradient-components.md delete mode 100644 .changeset/card-gradients-page.md delete mode 100644 .changeset/change-password-modal.md delete mode 100644 .changeset/chilled-pans-cheer.md delete mode 100644 .changeset/confirm-delete-modal.md delete mode 100644 .changeset/crypto-dashboard.md delete mode 100644 .changeset/crypto-data-files.md delete mode 100644 .changeset/curvy-timers-sneeze.md delete mode 100644 .changeset/edit-profile-modal.md delete mode 100644 .changeset/eleven-trainers-sip.md delete mode 100644 .changeset/fix-border-color-translucent-dark.md delete mode 100644 .changeset/fix-input-icon-z-index.md delete mode 100644 .changeset/fix-status-colors-variables.md delete mode 100644 .changeset/fix-white-space-scrollbar.md delete mode 100644 .changeset/flags-avatars-updates.md delete mode 100644 .changeset/fresh-rockets-retire.md delete mode 100644 .changeset/funny-kings-double.md delete mode 100644 .changeset/geist-fonts.md delete mode 100644 .changeset/icon-stroke-width.md delete mode 100644 .changeset/language-selector.md delete mode 100644 .changeset/late-pugs-breathe2.md delete mode 100644 .changeset/light-cooks-hug.md delete mode 100644 .changeset/many-dogs-rest.md delete mode 100644 .changeset/media-print-mixin.md delete mode 100644 .changeset/menu-structure-refactor.md delete mode 100644 .changeset/modern-dots-bathe.md delete mode 100644 .changeset/navbar-side-refactor.md delete mode 100644 .changeset/new-task-modal.md delete mode 100644 .changeset/onboarding-page.md delete mode 100644 .changeset/pretty-chefs-design.md delete mode 100644 .changeset/progress-background.md delete mode 100644 .changeset/progress-sizes.md delete mode 100644 .changeset/progress-steps.md delete mode 100644 .changeset/progress-transitions.md delete mode 100644 .changeset/redundant-nullish-operator.md delete mode 100644 .changeset/silly-crabs-walk.md delete mode 100644 .changeset/skip-link-accessibility.md delete mode 100644 .changeset/tasks-list-page.md delete mode 100644 .changeset/three-seas-move.md delete mode 100644 .changeset/tidy-apples-ring.md delete mode 100644 .changeset/trending-icons.md delete mode 100644 .changeset/tricky-moons-laugh.md delete mode 100644 .changeset/twelve-tables-attack.md delete mode 100644 .changeset/upgrade-apexcharts.md delete mode 100644 .changeset/young-needles-love.md diff --git a/.changeset/angry-bananas-brake.md b/.changeset/angry-bananas-brake.md deleted file mode 100644 index 80223753b..000000000 --- a/.changeset/angry-bananas-brake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": minor -"@tabler/preview": minor ---- - -Added Pay page with dedicated layout, navigation link, and card/PayPal payment form. diff --git a/.changeset/bootstrap-exports-cleanup.md b/.changeset/bootstrap-exports-cleanup.md deleted file mode 100644 index 2e54533d2..000000000 --- a/.changeset/bootstrap-exports-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Refactored Bootstrap exports to use single source of truth in `bootstrap.js` and removed duplicate exports from `tabler.js` for better maintainability. diff --git a/.changeset/btn-icon-square.md b/.changeset/btn-icon-square.md deleted file mode 100644 index a591064ca..000000000 --- a/.changeset/btn-icon-square.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Fixed `.btn-icon` to be square by aligning `min-width` calculation with base `.btn` formula. diff --git a/.changeset/button-ghost.md b/.changeset/button-ghost.md deleted file mode 100644 index 1c051183d..000000000 --- a/.changeset/button-ghost.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": minor ---- - -Added `.btn-ghost` button variant with transparent background and hover effects. diff --git a/.changeset/card-gradient-components.md b/.changeset/card-gradient-components.md deleted file mode 100644 index c159ed0b6..000000000 --- a/.changeset/card-gradient-components.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": minor ---- - -Added `.card-gradient` component with gradient variants, direction modifiers, and animated backgrounds. - diff --git a/.changeset/card-gradients-page.md b/.changeset/card-gradients-page.md deleted file mode 100644 index 780e62164..000000000 --- a/.changeset/card-gradients-page.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added new `card-gradients.html` page showcasing various gradient card styles and components. - diff --git a/.changeset/change-password-modal.md b/.changeset/change-password-modal.md deleted file mode 100644 index deffec3ef..000000000 --- a/.changeset/change-password-modal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added Change Password modal with current password, new password with strength indicator, confirm password validation, and show/hide password toggles. - diff --git a/.changeset/chilled-pans-cheer.md b/.changeset/chilled-pans-cheer.md deleted file mode 100644 index a5383d119..000000000 --- a/.changeset/chilled-pans-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added color palette to signing component. diff --git a/.changeset/confirm-delete-modal.md b/.changeset/confirm-delete-modal.md deleted file mode 100644 index df8d39583..000000000 --- a/.changeset/confirm-delete-modal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added Confirm Delete modal with warning icon, confirmation checkbox, and JavaScript validation to enable delete button only when confirmed. - diff --git a/.changeset/crypto-dashboard.md b/.changeset/crypto-dashboard.md deleted file mode 100644 index fcafd4021..000000000 --- a/.changeset/crypto-dashboard.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added new Crypto Dashboard page with cryptocurrency portfolio overview, market data, and order history. - diff --git a/.changeset/crypto-data-files.md b/.changeset/crypto-data-files.md deleted file mode 100644 index b0322e7ba..000000000 --- a/.changeset/crypto-data-files.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": patch ---- - -Added crypto markets and orders data files (`crypto-markets.json`, `crypto-orders.json`) for cryptocurrency dashboard functionality. - diff --git a/.changeset/curvy-timers-sneeze.md b/.changeset/curvy-timers-sneeze.md deleted file mode 100644 index 41b2a6d11..000000000 --- a/.changeset/curvy-timers-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Fixed icon alignment for `.btn-sm` and `.btn-xl` sizes. diff --git a/.changeset/edit-profile-modal.md b/.changeset/edit-profile-modal.md deleted file mode 100644 index 70e1a9940..000000000 --- a/.changeset/edit-profile-modal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added Edit Profile modal with avatar upload, personal information fields, social links, and date of birth. - diff --git a/.changeset/eleven-trainers-sip.md b/.changeset/eleven-trainers-sip.md deleted file mode 100644 index 4c878f9ad..000000000 --- a/.changeset/eleven-trainers-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/preview": patch ---- - -Update Tabler Icons to v3.35.0 diff --git a/.changeset/fix-border-color-translucent-dark.md b/.changeset/fix-border-color-translucent-dark.md deleted file mode 100644 index 8599d13fc..000000000 --- a/.changeset/fix-border-color-translucent-dark.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Updated `$border-color-translucent-dark` from `rgba(72, 110, 149, 0.14)` to `rgba(128, 150, 172, 0.2)` to improve visibility of form checkboxes and other form elements in dark mode. diff --git a/.changeset/fix-input-icon-z-index.md b/.changeset/fix-input-icon-z-index.md deleted file mode 100644 index 02a9946a1..000000000 --- a/.changeset/fix-input-icon-z-index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Fixed `.input-icon-addon` z-index issue with form validation feedback and added default height. diff --git a/.changeset/fix-status-colors-variables.md b/.changeset/fix-status-colors-variables.md deleted file mode 100644 index 0d8a26e2b..000000000 --- a/.changeset/fix-status-colors-variables.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Fixed status color classes to use CSS variables instead of hardcoded values and include social colors (bitbucket, facebook, etc.) in status class generation. diff --git a/.changeset/fix-white-space-scrollbar.md b/.changeset/fix-white-space-scrollbar.md deleted file mode 100644 index 6528c96dd..000000000 --- a/.changeset/fix-white-space-scrollbar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Fixed white space on left side when scrollbar is present by replacing `margin-inline-start: calc(100vw - 100%)` with `scrollbar-gutter: stable` on `html` element, with `overflow-y: scroll` fallback for unsupported browsers. diff --git a/.changeset/flags-avatars-updates.md b/.changeset/flags-avatars-updates.md deleted file mode 100644 index 233ff46e7..000000000 --- a/.changeset/flags-avatars-updates.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": patch ---- - -Updated flags and avatars styling for better visual consistency. - diff --git a/.changeset/fresh-rockets-retire.md b/.changeset/fresh-rockets-retire.md deleted file mode 100644 index 81ec40d81..000000000 --- a/.changeset/fresh-rockets-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Fixed mixed declarations in SCSS. diff --git a/.changeset/funny-kings-double.md b/.changeset/funny-kings-double.md deleted file mode 100644 index 420a39bdf..000000000 --- a/.changeset/funny-kings-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Update SCSS to use logical properties diff --git a/.changeset/geist-fonts.md b/.changeset/geist-fonts.md deleted file mode 100644 index 236f46dc5..000000000 --- a/.changeset/geist-fonts.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tabler/core": minor -"@tabler/docs": patch ---- - -Added Geist font family integration. - diff --git a/.changeset/icon-stroke-width.md b/.changeset/icon-stroke-width.md deleted file mode 100644 index 0cae0ffb8..000000000 --- a/.changeset/icon-stroke-width.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Updated `stroke-width` for `.icon-sm` from `1` to `1.5` for better visibility. diff --git a/.changeset/language-selector.md b/.changeset/language-selector.md deleted file mode 100644 index 8e1eb38d9..000000000 --- a/.changeset/language-selector.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": minor -"@tabler/preview": minor ---- - -Added language selector dropdown to navbar with flag indicators for multilingual support. diff --git a/.changeset/late-pugs-breathe2.md b/.changeset/late-pugs-breathe2.md deleted file mode 100644 index dc39c4960..000000000 --- a/.changeset/late-pugs-breathe2.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": patch -"@tabler/preview": patch ---- - -Added `bg-blur` utility and increased `container-tight` width for layout flexibility. diff --git a/.changeset/light-cooks-hug.md b/.changeset/light-cooks-hug.md deleted file mode 100644 index 63ff15416..000000000 --- a/.changeset/light-cooks-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/preview": patch ---- - -Updated icons to v3.34.1 with 75 new icons. diff --git a/.changeset/many-dogs-rest.md b/.changeset/many-dogs-rest.md deleted file mode 100644 index b587201f8..000000000 --- a/.changeset/many-dogs-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": patch ---- - -Added `border-top-left-radius` and `border-top-right-radius` to first and last child elements in `.card-table` for proper corner rounding. - diff --git a/.changeset/media-print-mixin.md b/.changeset/media-print-mixin.md deleted file mode 100644 index 646b3f1d7..000000000 --- a/.changeset/media-print-mixin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Added `media-print` mixin and print styles to hide interactive components during printing. diff --git a/.changeset/menu-structure-refactor.md b/.changeset/menu-structure-refactor.md deleted file mode 100644 index 41b38a59b..000000000 --- a/.changeset/menu-structure-refactor.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Refactored page-menu structure for dashboards and updated navigation menu organization. - diff --git a/.changeset/modern-dots-bathe.md b/.changeset/modern-dots-bathe.md deleted file mode 100644 index a2184043d..000000000 --- a/.changeset/modern-dots-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/preview": patch ---- - -Updated activity messages. diff --git a/.changeset/navbar-side-refactor.md b/.changeset/navbar-side-refactor.md deleted file mode 100644 index 7916258d2..000000000 --- a/.changeset/navbar-side-refactor.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tabler/core": minor -"@tabler/preview": minor ---- - -Refactored navbar-side component by consolidating separate include files (apps, language, notifications, theme, user) into a single `navbar-side.html` file for better maintainability. - diff --git a/.changeset/new-task-modal.md b/.changeset/new-task-modal.md deleted file mode 100644 index bce47b42a..000000000 --- a/.changeset/new-task-modal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added New Task modal with fields for task name, description, assigned user, priority, due date, and category tags. - diff --git a/.changeset/onboarding-page.md b/.changeset/onboarding-page.md deleted file mode 100644 index 764d309d3..000000000 --- a/.changeset/onboarding-page.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added new onboarding page with progress indicator and navigation layout. diff --git a/.changeset/pretty-chefs-design.md b/.changeset/pretty-chefs-design.md deleted file mode 100644 index 412ff7184..000000000 --- a/.changeset/pretty-chefs-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Fixed double bottom border in tables. diff --git a/.changeset/progress-background.md b/.changeset/progress-background.md deleted file mode 100644 index d6a7ae295..000000000 --- a/.changeset/progress-background.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": minor -"@tabler/preview": minor ---- - -Added Progress Background component with text labels and value display. diff --git a/.changeset/progress-sizes.md b/.changeset/progress-sizes.md deleted file mode 100644 index e46a4aea5..000000000 --- a/.changeset/progress-sizes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": minor ---- - -Added `.progress-lg` and `.progress-xl` size variants for the progress component. diff --git a/.changeset/progress-steps.md b/.changeset/progress-steps.md deleted file mode 100644 index 79c696c39..000000000 --- a/.changeset/progress-steps.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": minor -"@tabler/preview": minor ---- - -Added Progress Steps component for step-by-step navigation indicators. diff --git a/.changeset/progress-transitions.md b/.changeset/progress-transitions.md deleted file mode 100644 index 82e3edc1a..000000000 --- a/.changeset/progress-transitions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Added smooth transitions for progress bar `width` and `background-color` changes. diff --git a/.changeset/redundant-nullish-operator.md b/.changeset/redundant-nullish-operator.md deleted file mode 100644 index 83ba05d56..000000000 --- a/.changeset/redundant-nullish-operator.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": patch ---- - -Removed redundant nullish coalescing operator from `html` option in popover and tooltip initialization. - diff --git a/.changeset/silly-crabs-walk.md b/.changeset/silly-crabs-walk.md deleted file mode 100644 index 5d0f04d20..000000000 --- a/.changeset/silly-crabs-walk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tabler/core": patch -"@tabler/preview": patch ---- - -Added Driver.js library integration and Tour demo page for interactive product tours and onboarding guides. - diff --git a/.changeset/skip-link-accessibility.md b/.changeset/skip-link-accessibility.md deleted file mode 100644 index 35b3a7608..000000000 --- a/.changeset/skip-link-accessibility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Updated skip-link to use `visually-hidden` for improved accessibility. diff --git a/.changeset/tasks-list-page.md b/.changeset/tasks-list-page.md deleted file mode 100644 index 80b4c6147..000000000 --- a/.changeset/tasks-list-page.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/preview": minor ---- - -Added new Task List page with tables showing tasks organized by status (Upcoming, In Progress, Completed) and modal dialog for adding new tasks. - diff --git a/.changeset/three-seas-move.md b/.changeset/three-seas-move.md deleted file mode 100644 index e58b485f8..000000000 --- a/.changeset/three-seas-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Updated deprecated global Sass functions to module equivalents (`map.merge`, `string.slice`, `math.percentage`, etc.). diff --git a/.changeset/tidy-apples-ring.md b/.changeset/tidy-apples-ring.md deleted file mode 100644 index 09bd8df7c..000000000 --- a/.changeset/tidy-apples-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/core": patch ---- - -Updated Bootstrap to v5.3.8. diff --git a/.changeset/trending-icons.md b/.changeset/trending-icons.md deleted file mode 100644 index 7676b983a..000000000 --- a/.changeset/trending-icons.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabler/core": patch -"@tabler/preview": patch ---- - -Updated trending component to use `arrow-up`/`arrow-down` instead of `trending-up`/`trending-down`. diff --git a/.changeset/tricky-moons-laugh.md b/.changeset/tricky-moons-laugh.md deleted file mode 100644 index fe3f01c5e..000000000 --- a/.changeset/tricky-moons-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/docs": patch ---- - -Fixed Docs search display in dark mode. diff --git a/.changeset/twelve-tables-attack.md b/.changeset/twelve-tables-attack.md deleted file mode 100644 index 5aec0a8c9..000000000 --- a/.changeset/twelve-tables-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/preview": patch ---- - -Fixed responsive layouts on the Form Elements page. diff --git a/.changeset/upgrade-apexcharts.md b/.changeset/upgrade-apexcharts.md deleted file mode 100644 index aee58400e..000000000 --- a/.changeset/upgrade-apexcharts.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tabler/core": minor -"@tabler/preview": minor ---- - -Upgraded `apexcharts` from `3.54.1` to `5.3.6` and added CSS variables (`--chart-{id}-color-{index}`) for dynamic chart colors to fix compatibility with the new version. - diff --git a/.changeset/young-needles-love.md b/.changeset/young-needles-love.md deleted file mode 100644 index 0a2c7d7d8..000000000 --- a/.changeset/young-needles-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tabler/preview": patch ---- - -Added comprehensive All Elements page with all UI components and Bootstrap elements diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index e20402113..5f0fdd185 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,45 @@ # @tabler/core +## 1.5.0 + +### Minor Changes + +- 5e119d4: Added Pay page with dedicated layout, navigation link, and card/PayPal payment form. +- 9c5d729: Added `.btn-ghost` button variant with transparent background and hover effects. +- ec94693: Added `.card-gradient` component with gradient variants, direction modifiers, and animated backgrounds. +- a198b0c: Added Geist font family integration. +- 8d8727f: Added language selector dropdown to navbar with flag indicators for multilingual support. +- 4ce08ca: Refactored navbar-side component by consolidating separate include files (apps, language, notifications, theme, user) into a single `navbar-side.html` file for better maintainability. +- 9c5d729: Added Progress Background component with text labels and value display. +- 9c5d729: Added `.progress-lg` and `.progress-xl` size variants for the progress component. +- 9c5d729: Added Progress Steps component for step-by-step navigation indicators. +- e3d86c5: Upgraded `apexcharts` from `3.54.1` to `5.3.6` and added CSS variables (`--chart-{id}-color-{index}`) for dynamic chart colors to fix compatibility with the new version. + +### Patch Changes + +- 059bae1: Refactored Bootstrap exports to use single source of truth in `bootstrap.js` and removed duplicate exports from `tabler.js` for better maintainability. +- 5018aa9: Fixed `.btn-icon` to be square by aligning `min-width` calculation with base `.btn` formula. +- c860288: Fixed icon alignment for `.btn-sm` and `.btn-xl` sizes. +- 2dc7eda: Updated `$border-color-translucent-dark` from `rgba(72, 110, 149, 0.14)` to `rgba(128, 150, 172, 0.2)` to improve visibility of form checkboxes and other form elements in dark mode. +- 6e656ad: Fixed `.input-icon-addon` z-index issue with form validation feedback and added default height. +- 8bc6fa7: Fixed status color classes to use CSS variables instead of hardcoded values and include social colors (bitbucket, facebook, etc.) in status class generation. +- e206d7a: Fixed white space on left side when scrollbar is present by replacing `margin-inline-start: calc(100vw - 100%)` with `scrollbar-gutter: stable` on `html` element, with `overflow-y: scroll` fallback for unsupported browsers. +- 4ce08ca: Updated flags and avatars styling for better visual consistency. +- b8b63d7: Fixed mixed declarations in SCSS. +- 0106d6b: Update SCSS to use logical properties +- 9c5d729: Updated `stroke-width` for `.icon-sm` from `1` to `1.5` for better visibility. +- 5e119d4: Added `bg-blur` utility and increased `container-tight` width for layout flexibility. +- 3aba62e: Added `border-top-left-radius` and `border-top-right-radius` to first and last child elements in `.card-table` for proper corner rounding. +- 0c79963: Added `media-print` mixin and print styles to hide interactive components during printing. +- 9a3361f: Fixed double bottom border in tables. +- 9c5d729: Added smooth transitions for progress bar `width` and `background-color` changes. +- 41ed22a: Removed redundant nullish coalescing operator from `html` option in popover and tooltip initialization. +- 83ec6f8: Added Driver.js library integration and Tour demo page for interactive product tours and onboarding guides. +- 9c5d729: Updated skip-link to use `visually-hidden` for improved accessibility. +- 736e604: Updated deprecated global Sass functions to module equivalents (`map.merge`, `string.slice`, `math.percentage`, etc.). +- f8dee0a: Updated Bootstrap to v5.3.8. +- 9c5d729: Updated trending component to use `arrow-up`/`arrow-down` instead of `trending-up`/`trending-down`. + ## 1.4.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index c6f1cf2ec..714966988 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/core", - "version": "1.4.0", + "version": "1.5.0", "description": "Premium and Open Source dashboard template with responsive and high quality UI.", "homepage": "https://tabler.io", "scripts": { diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 95b25f2b6..b2d6c4101 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,45 @@ # Tabler Documentation Changelog +## 1.5.0 + +### Patch Changes + +- a198b0c: Added Geist font family integration. +- ab8009b: Fixed Docs search display in dark mode. +- Updated dependencies [5e119d4] +- Updated dependencies [059bae1] +- Updated dependencies [5018aa9] +- Updated dependencies [9c5d729] +- Updated dependencies [ec94693] +- Updated dependencies [c860288] +- Updated dependencies [2dc7eda] +- Updated dependencies [6e656ad] +- Updated dependencies [8bc6fa7] +- Updated dependencies [e206d7a] +- Updated dependencies [4ce08ca] +- Updated dependencies [b8b63d7] +- Updated dependencies [0106d6b] +- Updated dependencies [a198b0c] +- Updated dependencies [9c5d729] +- Updated dependencies [8d8727f] +- Updated dependencies [5e119d4] +- Updated dependencies [3aba62e] +- Updated dependencies [0c79963] +- Updated dependencies [4ce08ca] +- Updated dependencies [9a3361f] +- Updated dependencies [9c5d729] +- Updated dependencies [9c5d729] +- Updated dependencies [9c5d729] +- Updated dependencies [9c5d729] +- Updated dependencies [41ed22a] +- Updated dependencies [83ec6f8] +- Updated dependencies [9c5d729] +- Updated dependencies [736e604] +- Updated dependencies [f8dee0a] +- Updated dependencies [9c5d729] +- Updated dependencies [e3d86c5] + - @tabler/core@1.5.0 + ## 1.4.0 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index faaa073b1..ae7c218f7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/docs", - "version": "1.4.0", + "version": "1.5.0", "description": "", "private": true, "scripts": { diff --git a/preview/CHANGELOG.md b/preview/CHANGELOG.md index 105e1d93e..aa546474a 100644 --- a/preview/CHANGELOG.md +++ b/preview/CHANGELOG.md @@ -1,5 +1,71 @@ # @tabler/preview +## 1.5.0 + +### Minor Changes + +- 5e119d4: Added Pay page with dedicated layout, navigation link, and card/PayPal payment form. +- ec94693: Added new `card-gradients.html` page showcasing various gradient card styles and components. +- b0fa655: Added Change Password modal with current password, new password with strength indicator, confirm password validation, and show/hide password toggles. +- ad22d04: Added color palette to signing component. +- b0fa655: Added Confirm Delete modal with warning icon, confirmation checkbox, and JavaScript validation to enable delete button only when confirmed. +- 4ce08ca: Added new Crypto Dashboard page with cryptocurrency portfolio overview, market data, and order history. +- b0fa655: Added Edit Profile modal with avatar upload, personal information fields, social links, and date of birth. +- 8d8727f: Added language selector dropdown to navbar with flag indicators for multilingual support. +- 4ce08ca: Refactored page-menu structure for dashboards and updated navigation menu organization. +- 4ce08ca: Refactored navbar-side component by consolidating separate include files (apps, language, notifications, theme, user) into a single `navbar-side.html` file for better maintainability. +- b0fa655: Added New Task modal with fields for task name, description, assigned user, priority, due date, and category tags. +- 9c5d729: Added new onboarding page with progress indicator and navigation layout. +- 9c5d729: Added Progress Background component with text labels and value display. +- 9c5d729: Added Progress Steps component for step-by-step navigation indicators. +- 99b9ea4: Added new Task List page with tables showing tasks organized by status (Upcoming, In Progress, Completed) and modal dialog for adding new tasks. +- e3d86c5: Upgraded `apexcharts` from `3.54.1` to `5.3.6` and added CSS variables (`--chart-{id}-color-{index}`) for dynamic chart colors to fix compatibility with the new version. + +### Patch Changes + +- 4ce08ca: Added crypto markets and orders data files (`crypto-markets.json`, `crypto-orders.json`) for cryptocurrency dashboard functionality. +- cf04a00: Update Tabler Icons to v3.35.0 +- 5e119d4: Added `bg-blur` utility and increased `container-tight` width for layout flexibility. +- 399a5c5: Updated icons to v3.34.1 with 75 new icons. +- 8947d7c: Updated activity messages. +- 83ec6f8: Added Driver.js library integration and Tour demo page for interactive product tours and onboarding guides. +- 9c5d729: Updated trending component to use `arrow-up`/`arrow-down` instead of `trending-up`/`trending-down`. +- bd35fd3: Fixed responsive layouts on the Form Elements page. +- c707018: Added comprehensive All Elements page with all UI components and Bootstrap elements +- Updated dependencies [5e119d4] +- Updated dependencies [059bae1] +- Updated dependencies [5018aa9] +- Updated dependencies [9c5d729] +- Updated dependencies [ec94693] +- Updated dependencies [c860288] +- Updated dependencies [2dc7eda] +- Updated dependencies [6e656ad] +- Updated dependencies [8bc6fa7] +- Updated dependencies [e206d7a] +- Updated dependencies [4ce08ca] +- Updated dependencies [b8b63d7] +- Updated dependencies [0106d6b] +- Updated dependencies [a198b0c] +- Updated dependencies [9c5d729] +- Updated dependencies [8d8727f] +- Updated dependencies [5e119d4] +- Updated dependencies [3aba62e] +- Updated dependencies [0c79963] +- Updated dependencies [4ce08ca] +- Updated dependencies [9a3361f] +- Updated dependencies [9c5d729] +- Updated dependencies [9c5d729] +- Updated dependencies [9c5d729] +- Updated dependencies [9c5d729] +- Updated dependencies [41ed22a] +- Updated dependencies [83ec6f8] +- Updated dependencies [9c5d729] +- Updated dependencies [736e604] +- Updated dependencies [f8dee0a] +- Updated dependencies [9c5d729] +- Updated dependencies [e3d86c5] + - @tabler/core@1.5.0 + ## 1.4.0 ### Patch Changes diff --git a/preview/package.json b/preview/package.json index d7486205a..e21cb0776 100644 --- a/preview/package.json +++ b/preview/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/preview", - "version": "1.4.0", + "version": "1.5.0", "private": true, "scripts": { "build": "pnpm run clean && pnpm run build-assets && pnpm run html",