1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Commit Graph

187 Commits

Author SHA1 Message Date
Bartek 0ce0db4009 Revert "Remove deprecated Stylelint configuration and update dependencies for improved linting support"
This reverts commit 2f34c938b4.
2026-08-05 10:37:50 +02:00
Bartek 2f34c938b4 Remove deprecated Stylelint configuration and update dependencies for improved linting support 2026-08-05 10:28:21 +02:00
Bartosz-Do 7ae422f23a Migrate CSS direction properties to logical properties for improved RTL support (#2773)
Co-authored-by: codecalm <codecalm@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-05 01:58:04 +02:00
Bartosz-Do dbe391dc23 Fix signature pad clear button accessibility and canvas height drift (#2789)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-05 00:39:44 +02:00
Bartosz-Do 346e0914bc Copy only runtime files into dist/libs instead of whole npm packages (#2781)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-05 00:29:33 +02:00
Bartosz-Do 52fe729781 Fix .min.css source maps by adding the banner before minification (#2776) 2026-08-03 19:20:25 +02:00
Bartosz-Do 46c1ce1e6d Add bundlewatch size budgets for all built dist assets (#2775) 2026-08-03 19:19:31 +02:00
Bartosz-Do 35e6c5d68b Fix icon-to-text spacing in navbar nav links (#2777) 2026-08-03 17:15:58 +02:00
Paweł Kuna de44d61365 Fix .card-tabs .nav-tabs z-index colliding with dropdowns (#2752) 2026-08-03 01:47:43 +02:00
Paweł Kuna fa678a7a48 Migrate dark-mode root color tokens to light-dark() (#2754) 2026-08-03 01:47:28 +02:00
Paweł Kuna 5246f0b6fd Fix turbo dev asset race with task ordering and Astro copy hooks (#2750)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-03 01:08:30 +02:00
Paweł Kuna 66dc336726 Restore $caret-width value shrunk by SCSS refactor (#2751) 2026-08-03 00:53:32 +02:00
Paweł Kuna 8962710163 Add quality gates: Prettier for Astro, astro check for shared, unused SCSS variable lint (#2749)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-03 00:47:55 +02:00
Bartosz-Do a508bb6c3e Extract hardcoded rem values into SCSS variables (#2745)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-01 19:06:39 +02:00
Terminal Chai 832470183c Fix .card-header to respect --tblr-card-cap-bg (#2626)
Co-authored-by: terminalchai <213856599+terminalchai@users.noreply.github.com>
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-01 01:59:06 +02:00
Riccardo Bessone 70193fef56 Fix .icon so transform animations work on webfont icons (#2729)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-01 01:58:45 +02:00
Ionut Antohi 70f069cd05 Fix .form-select box-shadow inside .input-group (#2618)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-01 01:58:18 +02:00
Ionut Antohi 9ea657bac6 Add .text-gray-* utility classes (#2619)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-07-31 01:57:01 +02:00
Paweł Kuna bea97f81b3 Remove @hotwired/turbo integration and Turbo loader demo (#2735) 2026-07-30 23:13:22 +02:00
codecalm 02499be091 Fix Prettier formatting in core SCSS files
pnpm run lint failed on dev: these files had style deviations
(missing space around +/>/== operators, @else placement) that
predate the lint-prettier glob covering core/scss/**. No behavior
change, formatting only.
2026-07-30 20:09:21 +02:00
Bartosz-Do f0b909d300 Fix sm and lg height consistency for form controls and buttons (#2648)
Co-authored-by: codecalm <codecalm@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-30 19:50:19 +02:00
Paweł Kuna 6db32ea2c2 Unify workspace lint, format, and type-check quality gates (#2732) 2026-07-30 19:36:41 +02:00
Guillaume Sainthillier c527135aae Fix .form-select start-padding selector in .input-icon (#2625)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-07-30 18:27:10 +02:00
Vinay kumar Korakoppula ef18be5abe Fix .steps horizontal overflow on mobile (#2586) 2026-07-30 18:26:02 +02:00
Bartosz-Do 64142389f7 Fix barely visible checkbox borders in dark theme (#2728) 2026-07-30 18:06:01 +02:00
Bartosz-Do d0a793c527 Fix disabled input background in dark theme (#2622) 2026-07-30 17:57:01 +02:00
Bartosz-Do bc24b3ada8 Fix --tblr-gray-*-fg tokens resolving to white (#2624) 2026-07-30 02:36:55 +02:00
Paweł Kuna 46dbf6093b Update dependencies (ApexCharts 6, TypeScript 7) and fix build warnings (#2717)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-29 23:07:00 +02:00
Paweł Kuna 9820d110f6 Migrate core SCSS from @import to @use/@forward (#2709) 2026-07-22 23:33:04 +02:00
Paweł Kuna 7556ae2097 Add auto color mode to theme settings (#2701)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-22 01:21:18 +02:00
Paweł Kuna a373e17c8e Add SCSS unit tests for mixins, utilities, and helpers (#2699)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 21:13:57 +02:00
Bartosz-Do 0fd35c3858 Reduce empty space in Active Users homepage chart (#2693)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-07-20 00:35:08 +02:00
Paweł Kuna 271230ee0d Refactor Tabler SCSS to @forward/@use module graph (#2689) 2026-07-18 15:14:02 +02:00
Paweł Kuna 70ec6838d1 Fix card tab corners and update status strip size (#2683) 2026-07-08 10:26:21 +02:00
Bartosz-Do 9c78cf68c4 Fix .bg-gradient conflict and add gradient documentation pages (#2681) 2026-07-08 10:25:19 +02:00
Paweł Kuna b1d49e9762 Fix CountUp, dropdown viewport boundary, and input mask lazy option (#2684) 2026-07-07 23:46:05 +02:00
Paweł Kuna 218b0c5f15 Fix squircle border-radius scaling for multi-value corners (#2682) 2026-07-07 23:10:23 +02:00
Terminal Chai 6849337a11 fix(tom-select): override --bs- CSS vars with --tblr- equivalents (#2644)
Co-authored-by: terminalchai <213856599+terminalchai@users.noreply.github.com>
Co-authored-by: codecalm <codecalm@gmail.com>
2026-07-07 22:53:17 +02:00
Terminal Chai 601e950b7b fix(dark-mode): increase text selection opacity for better visibility (#2642)
Co-authored-by: terminalchai <213856599+terminalchai@users.noreply.github.com>
Co-authored-by: codecalm <codecalm@gmail.com>
2026-07-07 22:50:25 +02:00
Paweł Kuna e49facec37 Bump dev dependencies and pnpm to latest versions (#2679) 2026-07-07 18:33:39 +02:00
codecalm 36a02d3f0f update dependencies in package.json and pnpm-lock.yaml to latest versions, including @types/node, playwright, and vitest 2026-07-05 22:35:44 +02:00
codecalm ce5ac01328 chore(deps): update apexcharts to version 5.10.4 and bump pnpm to 10.32.1 2026-03-19 23:05:00 +01:00
Paweł Kuna 9d5c83f3ad Remove Bootstrap dependency and vendor JS/SCSS sources into Tabler (#2627) 2026-03-18 21:55:42 +01:00
codecalm 65829e9d5e Refactor SCSS variables for box-shadow and nav-link colors to use CSS custom properties for improved consistency and customization 2026-02-19 00:10:04 +01:00
Paweł Kuna 943283568a Implement border-radius mixin across various SCSS files (#2612) 2026-02-15 22:56:49 +01:00
Paweł Kuna 666ccd659a Refactor box-shadow variables in SCSS for improved customization and … (#2595) 2026-02-15 14:57:47 +01:00
Paweł Kuna 100a37b38e Add background pattern utilities and patterns demo page (#2615) 2026-02-15 14:47:40 +01:00
Paweł Kuna c8b8b24441 Update body color variable and fix SCSS variable interpolation in themes (#2611) 2026-02-07 01:22:38 +01:00
Paweł Kuna 1489b13cda Rename .markdown class to .prose (#2605) 2026-01-31 13:41:33 +01:00
Paweł Kuna 938e9d35cc refactor: migrate Vite configuration from .ts to .mts (#2594) 2026-01-12 02:52:15 +01:00