Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Apr 16, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.

Releases

@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.
  • 48dbd1e: Migrated build system from Rollup to Vite across all packages. Replaced rollup.config.mjs with vite.config.mjs and updated build scripts to use vite build instead of rollup. Build outputs remain identical (UMD and ESM formats) with no breaking changes for end users.
  • 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.
  • 301e778: Migrated rgba() functions to modern CSS color functions (color-mix() and color-transparent()) for better browser support and cleaner code. Replaced rgba(var(--#{$prefix}*-rgb), ...) with color-mix(in srgb, var(--#{$prefix}*) ..., transparent), static percentage color-mix() with
    color-transparent(), and rgba($variable, ...) with color-transparent($variable, ...).
  • 9a3361f: Fixed double bottom border in tables.
  • 9c5d729: Added smooth transitions for progress bar width and background-color changes.
  • 1489b13: Added .prose alias for markdown content and updated preview/docs references and redirects.
  • 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.

@tabler/docs@1.5.0

Minor Changes

  • 48dbd1e: Migrated build system from Rollup to Vite across all packages. Replaced rollup.config.mjs with vite.config.mjs and updated build scripts to use vite build instead of rollup. Build outputs remain identical (UMD and ESM formats) with no breaking changes for end users.

Patch Changes

  • 684f40e: Updated documentation to explain font sizing and system color CSS variables (--tblr-primary-rgb, --tblr-secondary, --tblr-tertiary, --tblr-link-color, --tblr-gray-*).
  • a198b0c: Added Geist font family integration.
  • 1489b13: Added .prose alias for markdown content and updated preview/docs references and redirects.
  • 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 [301e778]
  • Updated dependencies [48dbd1e]
  • Updated dependencies [4ce08ca]
  • Updated dependencies [9a3361f]
  • Updated dependencies [9c5d729]
  • Updated dependencies [9c5d729]
  • Updated dependencies [9c5d729]
  • Updated dependencies [9c5d729]
  • Updated dependencies [1489b13]
  • 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

@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.
  • 48dbd1e: Migrated build system from Rollup to Vite across all packages. Replaced rollup.config.mjs with vite.config.mjs and updated build scripts to use vite build instead of rollup. Build outputs remain identical (UMD and ESM formats) with no breaking changes for end users.
  • 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.
  • 1489b13: Added .prose alias for markdown content and updated preview/docs references and redirects.
  • 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.
  • 41fd82b: Updated @tabler/icons to v3.36.1.
  • 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 [301e778]
  • Updated dependencies [48dbd1e]
  • Updated dependencies [4ce08ca]
  • Updated dependencies [9a3361f]
  • Updated dependencies [9c5d729]
  • Updated dependencies [9c5d729]
  • Updated dependencies [9c5d729]
  • Updated dependencies [9c5d729]
  • Updated dependencies [1489b13]
  • 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
@github-actions github-actions bot force-pushed the changeset-release/dev branch 2 times, most recently from 86be2f2 to af7eeb0 Compare April 29, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 11 times, most recently from 2cfef8e to 53615d2 Compare May 11, 2025 18:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 10 times, most recently from 6a3a3a2 to 9e14949 Compare May 19, 2025 18:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 3 times, most recently from 63aede7 to 4d70405 Compare May 30, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch from 4d70405 to be4996e Compare June 12, 2025 12:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 3 times, most recently from 007d3f4 to c70d4ad Compare July 12, 2025 12:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 2 times, most recently from cbfa156 to e589d7c Compare September 24, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch from e589d7c to a8f3204 Compare October 24, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 3 times, most recently from ac5b0d7 to 0a47e86 Compare November 3, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 3 times, most recently from 02392ef to 9db7e70 Compare November 18, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 5 times, most recently from 95026b6 to a12c7e5 Compare November 29, 2025 12:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 2 times, most recently from 66c28dd to 1084d8a Compare December 2, 2025 18:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 3 times, most recently from bd50cc1 to 6b6afd1 Compare December 13, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/dev branch 8 times, most recently from 8e41c32 to ad1419c Compare January 12, 2026 06:38
@github-actions github-actions bot force-pushed the changeset-release/dev branch from ad1419c to e9b8695 Compare January 21, 2026 18:38
@github-actions github-actions bot force-pushed the changeset-release/dev branch from e9b8695 to b40af92 Compare January 31, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants