Changelog
Explore the latest Tabler release notes, product updates, new features, improvements, and bug fixes across Tabler UI, Icons, and Illustrations.
Tabler v1.5

Tabler 1.5 is out. It’s the biggest release we’ve done, with more than 250 changes across the framework, the demo pages and the docs. The sidebar folds now. Cards can have gradients, backgrounds can have patterns, charts got seven new types, and the demo comes with two new dashboards. Bootstrap also moved into the Tabler source tree, and that’s where a lot of the smaller changes in this release come from.
Folded sidebar

The vertical sidebar can fold down to a narrow strip of icons with navbar-folded. With navbar-folded-hover it stays folded and opens when you hover over it. Submenus open as flyouts next to the icon, and there’s a pin toggle if you want to keep the sidebar open.
Two smaller things came with it. Section titles in the sidebar (nav-section-title) turn into short separators while it’s folded, so you don’t lose the grouping. And there’s a new navbar-footer zone for the user block at the bottom. The navigation scrolls between the pinned brand and the pinned footer.
The sidebar is also light and 16rem wide by default now.
Layout settings

The theme panel does more than light and dark now. It also switches the layout, through four attributes you can set on <html> yourself: data-bs-layout for the container width (default, fluid, boxed), data-bs-navbar-position for whether the page shows the vertical or the horizontal navigation, data-bs-navbar for a sticky top bar, and data-bs-navbar-theme for coloring the navigation dark or primary. The folded sidebar has its own data-bs-sidebar.
The panel itself was redesigned around them, with an illustrated intro, color scheme presets and thumbnail tiles for most settings. A Customize entry in the sidebar footer and in the navbar opens it.
Gradient cards

.card-gradient gives a card a gradient background. There are variants for each theme color, modifiers for the direction, and an animated version.
The gradient stops are plain utilities, so you can use them anywhere else too. .bg-gradient-from-*, -via-* and -to-* now also take transparent and -inverted.
There’s a new Card gradients page in the demo with all the combinations.
Background patterns

Backgrounds can have a pattern now. Dots, grids, stripes and a few more, through a set of .bg-pattern-* utilities.
You can also control how strong the pattern is. --tblr-pattern-opacity-factor scales the opacity globally, and .bg-pattern-opacity-* sets it per element.
New chart types

Seven chart types joined the demo and the docs: radar, polar area, treemap, timeline, box plot, bubble and funnel. There’s also a new Advanced charts page for the harder cases, with two y-axes, annotations, a zoom brush and synced chart groups.
Chart colors aren’t hardcoded per chart any more. There’s a --tblr-chart-1 through --tblr-chart-5 palette wired into the ApexCharts theme tokens, so charts generally follow the current color mode on their own. ApexCharts itself went from 3.54.1 to 7.0.0.
New dashboard pages
Two dashboards joined the demo. One is a CRM dashboard built from reusable cards, the other a crypto dashboard with a portfolio overview, market data and order history.
There’s also an onboarding page, a task list and a pay page, plus four new modals: change password, confirm delete, edit profile and new task.
Upgrading
Bootstrap 5.3.8 now lives in the Tabler source tree as Sass modules and TypeScript components, so Tabler doesn’t depend on the Bootstrap package any more. A few other things changed along the way:
- The npm package ships TypeScript declarations, so
import { Modal } from "@tabler/core"is typed. - The default color mode is
autoand follows the system setting. - Tabler doesn’t bundle a web font any more. The default stack is the system one, so nothing gets downloaded.
- Components accept
data-tblr-*attributes next todata-bs-*. - The supported browsers are now Chrome 123, Firefox 128 and Safari 17.5, which is what the CSS actually needs.
- The Turbo integration is gone, along with a number of unused Sass variables.
Every breaking change is in the Upgrade to 1.5 guide, with a before and after example for each one.
Core changes
9ea657b: Added.text-gray-50through.text-gray-950utility classes alongside the existing.bg-gray-*utilities.100a37b: Added background pattern utilities and documentation, including updated preview demos.9d5c83f: Added Bootstrap 5.3.8 to the core source tree, with SCSS as modules and components converted to TypeScript.e1ecd39: Updated the supported browser baseline to what the CSS needs: Chrome 123, Firefox 128, Safari 17.5.9c5d729: Added.btn-ghostbutton variant with transparent background and hover effects.ec94693: Added.card-gradientcomponent with gradient variants, direction modifiers, and animated backgrounds.324b0fb: Added--tblr-card-header-bgand--tblr-card-footer-bgvariables so both backgrounds can be overridden independently.09d419a: Added a--tblr-chart-1…--tblr-chart-5palette and wired ApexCharts theme tokens, so every chart follows the color mode.d2c1271: Added TypeScript declarations to the npm package, soimport { Modal } from "@tabler/core"is typed.9d5c83f: Added support fordata-tblr-*attributes alongsidedata-bs-*for dropdown and other components.bf9e7ad: Added Driver.js tolibs.jsonanddist/libsfor product tours.bf9e7ad: Added--tblr-dropdown-item-gap,--tblr-dropdown-item-icon-sizeand--tblr-dropdown-item-icon-colorto.dropdown-menu.4f6e99b: Added a folded sidebar (navbar-folded,navbar-folded-hover) with flyout submenus, a pin toggle and a light16remsidebar by default.70f996b: Added the.font-sans-serif,.font-serifand.font-comicutilities next to.font-monospace.d2c1271: Added.bg-gradient-{from,via,to}-transparentand-invertedgradient stops, which the gradient docs already described.5baf073: Added 74 new payment provider icons imported fromtabler-paymentsand removed 12 outdated providers likedotpayandsolo.5e119d4: Addedbg-blurutility and increasedcontainer-tightwidth for layout flexibility.70f996b: Added thedata-bs-layout,data-bs-navbar-position,data-bs-navbaranddata-bs-navbar-themelayout settings.0c79963: Addedmedia-printmixin and print styles to hide interactive components during printing.48dbd1e: Updated the core build system from Rollup to Vite, with identical UMD and ESM output.4ce08ca: Updated the navbar-side component and reorganized its apps, language, notifications and user sections.70f996b: Added.navbar-sidesupport in the vertical navbar: a wrapper for a trailing.navbar-navgroup pinned to the bottom of the menu.f11ece4: Added--tblr-pattern-opacity-factorand.bg-pattern-opacity-*utilities for background patterns.cad8eb8: Removed the$prefixSass variable; the--tblr-prefix is now applied at build time by PostCSS.9c5d729: Added Progress Background component with text labels and value display.9c5d729: Added.progress-lgand.progress-xlsize variants for the progress component.9c5d729: Added Progress Steps component for step-by-step navigation indicators.bea97f8: Removed@hotwired/turbointegration, including.turbo-progress-barstyles and the Turbo loader preview demo.8962710: Removed unused SCSS!defaultvariables, which now raise a Sass error when set via@use ... with (...).9820d11: Updated core SCSS to the Sass module system with@useand@forward.4f6e99b: Addednav-section-titlegroup labels to the vertical sidebar, shown as short separators in the folded state.4f6e99b: Added anavbar-footersidebar zone with a user block; the sidebar nav scrolls between the pinned brand and footer.ff24af9: Updated the default$font-family-sans-serifand$font-family-monospaceto the system font stacks. Tabler no longer bundles a web font, so no font files are downloaded.9dd26fd: Changed the default theme oftabler-theme.jstoauto, following the system color scheme.7556ae2: Added anautocolor mode to theme settings with systemprefers-color-schemesupport.e3d86c5: Updatedapexchartsfrom3.54.1to7.0.0and added--chart-{id}-color-{index}variables.1effe22: Fixed invisible keyboard focus indicators and addedprefers-reduced-motionandforced-colorssupport.09d419a: Documented the ApexCharts dual license, which applies to the copy shipped indist/libs, in the readme and chart docs.080d3aa: Fixed the ApexCharts tooltip arrow staying white on the dark tooltip by setting the--apx-tt-bgand--apx-tt-bordertokens.ffe3489: Updated.badges-listto.badge-listand.tags-listto.tag-list, keeping the old names as deprecated aliases.059bae1: Updated Bootstrap exports to a single source of truth inbootstrap.jsand removed the duplicates fromtabler.js.4f6e99b: Movedbtn-floatingto the end side of the screen, so it does not cover the sidebar.5018aa9: Fixed.btn-iconto be square by aligningmin-widthcalculation with base.btnformula.a508bb6: Updated hardcodedremandpxvalues to SCSS variables across core components for easier theming.c71a321: Updated the@tabler/coreREADME with package usage, optional stylesheets, Sass setup and browser support.a0d84f6: Updated the npm package README with badges, quick links, CDN usage, documentation and changelog links.c860288: Fixed icon alignment for.btn-smand.btn-xlsizes.1adb710: Fixed.alert-actionand.alert-linkcolors inside.alert-importantso links stay readable.2dc7eda: Updated$border-color-translucent-darktorgba(128, 150, 172, 0.2)for better dark mode visibility.09ab0bc: Fixed disabled buttons falling back tocurrentColorfor the border and to a transparent background.febfa9f: Fixed the missing focus ring on buttons andbtn-checkbutton groups by using the shared focus ring token.8324701: Fixed.card-headerbackground being overridden by abackground: transparentshorthand.0187b26: Fixed thecard-status-*strips leaving a thin line over the card border and a mismatched corner radius.70ec683: Fixed card corner radius in tab layouts when tabs sit above or below tab content.c1e1fdf: Fixed the corner radius and the double bottom border on the first and last rows of a table inside a.card.de44d61: Fixed.card-tabs .nav-tabssharingz-indexwith.dropdown-menu, which hid dropdowns behind card tabs.6414238: Fixed barely visible checkbox and radio borders in dark theme by using$input-border-color.b1d49e9: Fixed CountUp to parse formatted number targets and avoid double-start whenenableScrollSpyis enabled.09d419a: Fixed chart colors in dark mode: axis lines and ticks, marker and treemap outlines, and the tooltip title.070248d: Fixed dark mode link contrast:--tblr-link-coloris now a lighter tint of--tblr-primaryon dark surfaces.601e950: Fixed dark mode text selection contrast with a new$selection-bgSass variable.d0a793c: Fixed the disabled form control background in dark theme with a new--tblr-bg-forms-disabledvariable.b1d49e9: Fixed dropdowndata-bs-boundary="viewport"to usedocument.documentElementinstead of the first.btnelement.c527135: Fixed.input-iconinline-start padding for.form-select.70f069c: Fixed.form-selectkeeping its default box-shadow inside.input-group.9c78cf6: Fixed.bg-gradientconflicts that brokefrom/via/torendering and updated the gradient docs.bc24b3a: Fixed--tblr-gray-*-fgtokens to map directly to--tblr-gray-*instead of contrast-based fallbacks.c8b8b24: Fixed gray theme custom properties output using SCSS interpolation and updated default$body-colorto$gray-500.70193fe: Fixed.icon-pulse,.icon-tadaand.icon-rotatenot animating webfont icons.f0b909d: Fixed thesmandlgsize mismatch between form controls, buttons and input groups.6e656ad: Fixed.input-icon-addonz-index issue with form validation feedback and added default height.b1d49e9: Fixed input masklazyoption to readdata-mask-visibleviadataset.maskVisible.fc16b6a: Defined--tblr-body-text-align,--tblr-nav-link-font-sizeand--tblr-nav-link-active-color, which the css already read.a883531: Fixed.list-group-item-{color}: the palette colors had no styling at all and no variant had its background.9dd26fd: Fixed the markdown table header keeping its surface background instead of going transparent.9d04e14: Fixed the marketing hero, browser and shape components reading custom properties nothing defined.9dd26fd: Fixedoffcanvas-narrow, which had no effect on the width of the panel.f5f75d4: Fixed print styles: hidden navbar/sidebar, forced lightcolor-scheme, and avoided breaking.card/table rows.1da70a7: Fixed ScrollSpy throwing on target ids that start with a digit, such as headings like1. Setup.464a522: Fixed oversized and mismatched validation icons on.form-selectand Tom Select selects.8bc6fa7: Fixed status color classes to use CSS variables and to include the social colors.c527135: Fixed.stepshorizontal overflow on small screens by enabling scrollable overflow below thesmbreakpoint.cd0b210: Fixed the typographic.stepsrule leaking its guideline and spacing onto the.stepscomponent.90c42f2: Fixed Tom Select’s.ts-dropdownlosing its z-index, background, and colors to the bootstrap5 preset CSS.6849337: Fixed Tom Select styles to use--tblr-*variables instead of undefined--bs-*references.e206d7a: Fixed white space next to the scrollbar by usingscrollbar-gutter: stableonhtml.bf9e7ad: Updated.flagto size by width with$border-radius-xsonxs, and narrowed tooltippadding-xtospacer-2.b8b63d7: Fixed Sass mixed-declaration warnings in the navbar, card, nav and table styles.9432835: Updated SCSS files to use theborder-radiusmixin.9c5d729: Updatedstroke-widthfor.icon-smfrom1to1.5for better visibility.bf9e7ad: Updated.input-group-flataddons to drop the inner border and sit above the control.fa678a7: Updated root color tokens to use CSSlight-dark()so paired values live in one:rootdeclaration.7ae422f: Updated core SCSS to logical properties and a--tblr-dirmultiplier, so RTL works with plaintabler.css.301e778: Updatedrgba()calls to the moderncolor-mix()andcolor-transparent()functions.9dd26fd: Fixed the avatar corner radius inside.form-imagecheck-imageand set.navfont size to the body font size.4f6e99b: Fixed thenavbar-togglericon: the middle bar was flex-squeezed, breaking the open-state X and shortening the hamburger.9c5d729: Added smooth transitions for progress barwidthandbackground-colorchanges.1489b13: Added.prosealias for markdown content and updated preview/docs references and redirects.f35aab3: Added the same border and radius tofigureimages as plain images in.proseand.markdowncontent.66dc336: Fixed thecaret()mixin by restoring$caret-widthto0.36em.70f996b: Fixed the sidebar marking two items as selected: a group holding the current page is now emphasized, not filled.70f996b: Fixed the vertical navbar brand sitting at the far edge on small screens when nothing follows it in the top bar.9c5d729: Updated skip-link to usevisually-hiddenfor improved accessibility.346e091: Fixed oversizeddist/libsby copying only the runtime files each library declares inlibs.json.d2c1271: Fixedtabler-theme.jsreplacing a server-rendereddata-bs-themewhen the visitor has no stored choice.736e604: Updated deprecated global Sass functions to module equivalents (map.merge,string.slice,math.percentage, etc.).b8b63d7: Updated Bootstrap to v5.3.8.9c5d729: Updated trending component to usearrow-up/arrow-downinstead oftrending-up/trending-down.70ec683: Updated$card-status-sizedefault from$border-width-wideto3px.666ccd6: Updated shadow tokens (--tblr-shadow-*) to use the newxs–2xlandoverlayvalues.
Demo changes
09d419a: Added acharts-advancedpage and docs for two y-axes, chart annotations, a zoom brush and synced chart groups.5e119d4: Added Pay page with dedicated layout, navigation link, and card/PayPal payment form.d8956a0: Updated thepreviewanddocspackages to build with Astro instead of Eleventy.ec94693: Added newcard-gradientspage showcasing various gradient card styles and components.b0fa655: Added Change Password modal with a strength indicator, confirm validation and show/hide toggles.ad22d04: Added a color palette to the signature pad component for selecting the pen color.b0fa655: Added Confirm Delete modal with a warning icon and a checkbox that enables the delete button.62178f8: Added newdashboard-crmpage with reusable CRM cards.4ce08ca: Added new Crypto Dashboard page with cryptocurrency portfolio overview, market data, and order history.118ca4b: Updated the demo pages to show their title and description in the page header, withpageHeaderfalling back totitle.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.70f996b: Added layout options to the theme settings panel and removed the dead demo script and thelayout-combopage.4ce08ca: Updated the page-menu structure for dashboards and reorganized the navigation menu.09d419a: Added radar, polar area, treemap, timeline, box plot, bubble and funnel chart types to the charts preview and docs.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.118ca4b: Removed theactionspreset prop fromDefaultLayout; pages now fill apage-header-actionsslot instead.cc298a6: Added aPageTitlecomponent and used it withCardSubtitlein place of raw.page-titleand.card-subtitlemarkup.5363668: Added the missing Prose demo page, linked from the menu but not previously built.83ec6f8: Added Tour demo page using Driver.js for product tours and onboarding guides.d7cbe87: Addedcolorandverticalprops to theStepscomponent and used it on the steps preview page.09d419a: Added a straightlinechart demo and setstroke-curveto straight on the line and area demos, so the spline ones differ.99b9ea4: Added a Task List page with tasks grouped by status and a modal for adding new tasks.1effe22: Fixed keyboard access by turning JavaScript-only<a href="#">controls into real<button>elements.1effe22: Added missing ARIA roles and states toPagination,NavSegmented,Accordion,Steps, tabs,Modal,OffcanvasandCarouselCard.1effe22: Addedaria-labelto theDatepickernavigation buttons and made theDropzoneupload area keyboard-operable.1effe22: Added<fieldset>and<legend>around radio and checkbox groups so screen readers announce the group purpose.1effe22: Fixed form accessibility with matchingfor/idlabels,aria-invalid,aria-describedbyandautocompletetokens.1effe22: Fixed the skip link to appear on focus and added missing<main>and labelled<nav>landmarks.1effe22: Added alabelprop toFlag,Payment,StatusDot,TrendingandAvatarstatus badges for screen readers.0fd35c3: Updated theactive-users-2card chart to usechart-id="active-users-2"withheight="11"for a more compact layout.1adb710: Addedactionandlinkexamples to the important alerts in the alerts preview and docs pages.8704725: Fixed root-absoluteButtonhrefs in demos, so error-page links work in the downloadable package.da11f08: Added a short description and a docs link to each card on the Buttons demo page, grouped into Styles and Colors.118ca4b: Fixed heading order by makingCardTitleandCardHeaderrenderh2, so cards no longer skip a level under the pageh1.632b69f: Updated the changelog page to redirect to tabler.io/changelog instead of renderingCHANGELOG.md.09d419a: Removed dead chart options (groups,spline,fill,debug,remove-padding,show-labels) fromcharts.json.4ce08ca: Addedcrypto-markets.jsonandcrypto-orders.jsondata files for the crypto dashboard.70f996b: Unified the Customize entry: the navbar and the sidebar use the same.navbar-sidebutton with thebrushicon.b3e873a: Fixed thevaluekey inselects.jsonnot preselecting options in the demo selects on the modals and form elements pages.8704725: Updated preview and docs examples to the unified demo component props:variant,color,size,ariaLabel.0f8dcb0: Updated preview and docs to use the shareddate-format,string-formatandpseudo-randomhelpers.09d419a: Fixed the combination chart demo so it mixes columns and lines instead of drawing plain bars.3cca8bf: Fixed task cards not showing their due date and removed dead props and classes such asfluidSearchandtext-*-lt-fg.3f1ad9d: Fixed the navbar not highlighting the active page for nested, RTL and settings pages.f2004da: Fixed payment icons on the all-elements page by rendering separate light and dark variants.9dd26fd: Removed the non-existentmtclass from the placeholder card.1da70a7: Fixed the marketing footer layout, timeline social icons, missingaltandaria-labelattributes and invalid nesting in demos.f2004da: Fixed the ribbon example background on the all-elements page to usevar(--tblr-bg-surface-secondary).1adb710: Fixed the sign-in cover page in dark mode by replacingbg-whitewithbg-surface.c7e895b: Updated the footer to show the version link everywhere and theGeneratedtimestamp only on preview builds.ac87b76: Updated preview templates to replace deprecatedfont-weight-*classes with Bootstrap-compatiblefw-*utility classes.8704725: Fixed icon-only demo buttons rendering a genericaria-label="Button"instead of a real label.25f466b: Updated the icon count on the icons pages to read fromicons-info.json, so it follows the installed version.8f86f1f: Restored theimport-iconsandimport-illustrationsscripts.5363668: Made Interface demo pages consistent with the Buttons page: card subtitles, one docs link, responsive grids.8704725: Updated the marketing CTALearn morebutton to the.btn-ghoststyle.70f996b: Removedaria-current="page"from menu groups, so only the link to the current page carries it.7cadbb8: UpdatedNewbadges inmenu.jsonto mark only pages added since 1.4, and dropped them from older pages.8947d7c: Updated the activity feed messages inactivity.jsonand the activity preview page.863884e: AddedDocsLinkto the header of 20 more demo pages, including Cards, Charts, Tables and Typography.b90554b: Moved theimport:iconsandimport:illustrationsscripts to the repository root, next toimport:payments.f35aab3: Added a Tabler Payments docs section with@tabler/payments-*package pages for React, Vue, Preact and Astro.38df58d: Added the500illustration to the preview 500 error page.d2c1271: Removed classes that no stylesheet defines from demo markup and added the onboarding and settings plan pages to the menu.118ca4b: Added ametadescription tag, filled from the pagedescriptionprop.7305d84: Fixed Vercel deployment to serveerror-404.htmlas the custom 404 page.43eee38: AddedProgress Stepcomponent documentation and cleaned up the progress steps preview markup for cleaner rendered output.09d419a: Replaced the placeholder chart data on the charts page and in the chart docs with realistic series, and titled every demo card.da11f08: Replaced lorem ipsum with unique placeholder text on the Scroll spy demo page and fixed its menu highlight.70f996b: Added a Customize entry to the sidebar footer that opens the theme settings panel.70f996b: The sidebar now always renders the user block, so the vertical layout keeps the profile menu on every page.552cf1f: Removed the<lastmod>element fromsitemap.xml, which carried the build time instead of a content date.da11f08: Reorganized the Star Ratings demo page into Basic/Icons/Sizes and Colors cards with short descriptions.70f996b: Redesigned the theme settings panel with an illustrated intro, color scheme presets and thumbnail tiles for most settings.bd35fd3: Fixed responsive layouts on the Form Elements page.53f5244: Updated theIllustrationandEmptycomponents to accept only the bundled illustration names, checked at build time.ee4c88f: Updated@tabler/iconsto v3.46.0.369322a: Updated Tabler Illustrations to v1.17.0 with 25 new illustrations.c707018: Added an All Elements page showing every UI component and Bootstrap element.
Docs changes
4a97921: AddedAccordiondocumentation page with usage variants and Bootstrapcollapsebehavior examples.f5f75d4: Added a Printing docs page coveringd-print-*utilities and themedia-printmixin.3277fa0: AddedAstroicons library documentation page for the new@tabler/icons-astropackage.73f7c2a: AddedAccept: text/markdowncontent negotiation for docs pages, with q-value parsing and406responses.9dd26fd: Added an Accessibility section to every UI documentation page.d2c1271: Added a Background blur page, gray utilities on the colors page and a language selector section on the navbars page.135f38d: AddedInfo,Tip,Warning,DangerandNotecallouts, usable in any MDX page, with a reference page under Resources.9dd26fd: Added installation and usage sections to the chart and countup pages, covering the.chart-*size classes and sparklines.9dd26fd: Added a class reference table to every component page, from the newclassnamesfront matter.6e6084a: Added docs pages for the Datepicker and Tom Select form plugins,form-datepickerandform-select-tomselect.9dd26fd: Updated the docs layout: elevated article panel, rounded sidebar navigation, “On this page” rail and restyled prev/next links.9dd26fd: Listed every component class inllms.txt, from theclassnamesfront matter.73f7c2a: Added allms-full.txtpage with all docs in one file,Content-Signalin robots.txt and markdownLinkalternate headers.9dd26fd: Added a source link and a copy-as-markdown button, and moved the class reference to the end of the page.9dd26fd: Addedclassnamesto the social icons and flags pages.9dd26fd: Rewrote the autosize, range slider, WYSIWYG and dropzone plugin pages with installation, usage and accessibility sections.9dd26fd: Expanded the social icons, payments, vector map, inline player, PDF, EPS, illustrations preview and references pages.9dd26fd: Documentedavatar-square,mention,offcanvas-narrow,btn-floating,card-cover,td-truncateand other variants.416ca63: Added framework integration guides for Laravel, React, Next.js, Vue, Angular, Nuxt, Symfony, Django, Rails, SvelteKit, and Astro.1adeb68: Added a Docs for LLMs page explainingllms.txtand the.mdpage mirrors, with a sidebar link.9dd26fd: Removed the EPS icons page, since@tabler/icons-epsis no longer maintained.fb3d7dc: Added an RTL support docs page covering thedir="rtl"attribute, the published*.rtl.cssbuilds, how rtlcss generates them, and which utility classes are direction-aware.bd4e381: AddedStar Ratingdocumentation page with static and interactive rating examples based on existing classes.8af57f9: AddedTagdocumentation page with examples for icon, media, badge, checkbox, and list usage.7b64726: Added a Theme base colors page documenting the fivedata-bs-theme-basegray palettes intabler-themes.css.f4c514a: Added anUpgrade to 1.5page with the breaking changes, renamed classes and Sass updates from 1.4.2a06640: Addedadded-inbadges to Card gradient, Progress steps and new getting-started guides; fixed background patterns’ version.46da1f7: Updated background patterns documentation with missing pattern variants, transparent utility usage, and size coverage.1ec82d0: Updated the contributing guide, README and Docker setup for the Astro-based development toolchain.38df58d: Added thenot-foundillustration and a search button to the docs 404 page.9dd26fd: Documented card status, progress, actions, subtitle, surfaces, scrollable body, tables, links and overlays.9dd26fd: Fixed highlighted code blocks using hardcoded colors instead of the Tabler surface tokens.9dd26fd: Fixed the copy button in docs examples to be abuttonwith an accessible name.684f40e: Updated the documentation to explain font sizing and system color CSS variables.9dd26fd: Fixed docs example code blocks gluing inline elements like<label>and<input>onto one line.9dd26fd: Added adarkbackground option to the docs<Example>component.9dd26fd: Updated docs examples to use the<Icon />component and consistent Prettier formatting.d2c1271: Fixed duplicate ids and missing targets in the modal, offcanvas, page headers and page layouts examples.9dd26fd: Fixed keyboard access in docs examples for carousel controls, disabled links,btn-loadingand progress bars.9dd26fd: Fixed install snippets pointing at urls that do not resolve on the vector map, inline player and icon pages.9dd26fd: Fixed docs examples using classes that do not exist, such asalert-facebook,btn-close-white,bg-gray,btn-xs,alert-titleandhr-text-center.9dd26fd: Added tooltips and accessible names to the footer icon links.9dd26fd: Stacked form docs examples in a column and tightened the sidebar nested menu indent.9dd26fd: Moved the form pages backed by a third-party library into the Plugins section.9dd26fd: Renamed form docs pages without theform-prefix and flattened the Illustrations and Emails sections.a0d84f6: Updated the How to Contribute guide with starter issues, Codespaces setup, commands and PR conventions.f35aab3: Added Introduction pages with quick starts and cover images to the Icons, Illustrations, Emails and Payments docs sections.1ec82d0: Fixed documentation formatting issues: heading hierarchy, missing image alt texts and broken list structure across docs pages.9dd26fd: Split the getting started menu group into Getting started and Resources.9dd26fd: Updated the docs navbar to usecontainer-lg.4afc2ea: Updated the prose on 75 docs pages to plain English, shortened the page summaries and merged duplicate sections on the button and card pages.9dd26fd: Moved components that need a third-party library into the Plugins section.9dd26fd: Moved the Website, Preview and Support links from the docs sidebar to the top navbar.9dd26fd: Restyled the related and prev/next cards, and moved prev/next below the article panel.9dd26fd: Restored thedocs.scsssource for the docs styles, compiled with Sass instead of a checked-indocs.css.9dd26fd: Fixed the search modal using the Algolia palette instead of Tabler colors, including an unreadable selected result.9dd26fd: Darkened the docs sidebar links, kept rows to one line and added a visible focus ring.c430cfe: Updated UI component docs to singular file names and frontmatter, with redirects from plural routes.826a073: Addedsitemap.xmlandrobots.txtendpoints for the docs site and fixed docs layout title rendering outside production.2f8f495: Fixed the docs header not staying sticky, and the table of contents sliding under it.9dd26fd: Documented sortable headers, selectable rows, stacked mobile tables, and outline, dot and icon-only badges.9dd26fd: Rewrote the timeline and datagrid pages with markup, variants and accessibility notes.9dd26fd: Fixed plugin demos showing their stock styles, because library CSS loaded aftertabler-vendors.css.ee4c88f: Updated@docsearch/jsand@docsearch/cssto v5 and kept the docs search on the keyword-only entry point.1adeb68: Fixed html comments in docs code examples running into the closing tag of the element before them.09d419a: Fixed the small chart example on the chart docs page, which shared an element id with the line chart example and stayed empty.c547329: Fixed thePluginscard on the docs homepage linking to a 404/pluginsroute instead of/ui/plugins.1da70a7: Fixed the docs logo link name, dead example links in the navbar and offcanvas pages, and the vector map error on its plugin page.ee4c88f: Fixed docs pages with callouts falling back to their MDX source inllms.txtinstead of the rendered examples.c71a321: Fixed the Sass import in the framework guides to use@useinstead of the deprecated@import.70f996b: Documented the layout theme settings on the color modes and page layouts pages.1adeb68: Fixed the.mddocs mirrors showing component tags like<Icon />instead of the rendered html.08cad98: Updated theProgress Bardocumentation with new variants and full-width stacked previews.4d04c10: Removed the unusedbootstrapLinkfront matter field fromDocsLayout,DocsMdxLayout, and all docs pages.
Get Started with Tabler
Ready to explore the latest features? Download Tabler today and start building with the most advanced version of Tabler yet! 🚀
We’d love to hear your thoughts and see what you build with this release. Share your feedback and creations with us!
Tabler Illustrations v1.17.0

Tabler Illustrations 1.17 adds five new app-essentials scenes — from securing accounts to polishing the interface — so you can cover authentication, integrations, reliability, and theme preferences with consistent visuals. Here is what is included:
- 2FA: A two-factor authentication scene for MFA prompts, OTP verification, secure login flows, and account protection messaging.
- API: An application programming interface scene for developer docs, integrations, system architecture, and software workflow content.
- Dark mode: A dark mode theme toggle scene for appearance settings, light/dark switching, accessibility preferences, and UI customization.
- Password reset: A password reset scene for credential recovery, account unlock flows, secure refresh states, and login help screens.
- Too many requests: A 429 Too Many Requests scene for rate limits, throttling warnings, overload states, and API reliability messaging.
Tabler Icons v3.46.0
18 new icons:
outline/play-bugoutline/play-bugsoutline/remote-controloutline/rocking-chairoutline/run-sprintoutline/sparkles-2-offoutline/tabsoutline/tags-chevron-downoutline/tags-chevron-leftoutline/tags-chevron-rightoutline/tags-chevron-upoutline/thinking-highoutline/thinking-lowoutline/thinking-mediumoutline/treasure-chestoutline/twigoutline/vaultoutline/yarn
Fixed icons: outline/credits, outline/currency-tether, outline/device-3d-camera, outline/device-screen, outline/home-lock, outline/map-lock, outline/notdef, outline/queue-pop-in, outline/server-bolt, outline/server, outline/sparkles-2, outline/transform-point-bottom-left, outline/transform-point-bottom-right, outline/transform-point-top-left, outline/transform-point-top-right
Tabler Icons v3.45.0
20 new icons:
filled/brand-signaloutline/app-window-bottom-leftoutline/app-window-bottom-rightoutline/app-window-bottomoutline/app-window-centeroutline/arrow-fork-tripleoutline/brand-signaloutline/device-vision-pro-wifioutline/device-workstationoutline/dragonoutline/italic-offoutline/tab-closeoutline/text-outlineoutline/text-regex-asteriskoutline/text-regex-endoutline/text-regex-plusoutline/text-regex-questionoutline/text-regex-startoutline/underline-offoutline/virtual-space
New features
- New package:
@tabler/icons-astro— Astro support - Added
sideEffects: falsefor better tree-shaking in Vue package - Spelling fixes: corrected misspelled icon names
Fixed icons: outline/flip-horizontal, outline/flip-vertical
Renamed icons:
filled/mood-confuzedrenamed tofilled/mood-confusedoutline/brand-adobe-after-effectrenamed tooutline/brand-adobe-after-effectsoutline/brand-kako-talkrenamed tooutline/brand-kakao-talkoutline/currency-rubelrenamed tooutline/currency-rubleoutline/foodstepsrenamed tooutline/footstepsoutline/gender-trasvestirenamed tooutline/gender-travestioutline/ikosaedrrenamed tooutline/icosahedronoutline/mood-confuzedrenamed tooutline/mood-confusedoutline/physotherapistrenamed tooutline/physiotherapistoutline/sport-billardrenamed tooutline/sport-billiard
Tabler Illustrations v1.16.0

Tabler Illustrations 1.16 adds five new workplace and collaboration scenes — from cloud sync to video calls — so you can cover remote work, HR flows, and team planning with consistent visuals. Here is what is included:
- Cloud: A cloud sync and collaboration scene for backup, storage, verified sync, and distributed teamwork messaging.
- Onboarding: An employee onboarding scene for first-day orientation, HR flows, welcome screens, and new-hire experiences.
- Permissions: A permission review checklist scene for access control, authorization settings, approvals, and joint task verification.
- Teamwork: An agile team planning board scene for kanban workflows, brainstorming, sticky-note planning, and shared execution.
- Videoconference: A video conference call scene for remote meetings, distributed teams, muted participants, and collaboration tools.

