1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-03 17:04:39 +04:00

3230 Commits

Author SHA1 Message Date
Bartosz-Do 49c3e4c880 Fix high-severity dependency vulnerabilities from pnpm audit --prod (#2771) 2026-08-03 09:46:16 +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
codecalm f27c70ad38 Fix Prettier formatting regression and Astro type-check errors
`Render Modal as real markup` (#2742) reformatted ~140 files back to
tabs/semicolons, breaking the Prettier config added by the Astro
quality gates (#2749). Re-run prettier --write to restore it, and fix
the type errors it had been masking: HTMLElement casts and `this`
typing in ChangePasswordModalContent/ConfirmDeleteModalContent
scripts, plain-JS syntax in the inline-injected progress.astro script,
narrowed prop unions in Button/Check/Spinner, nullable icon svg casts
in Icons/Rating, and a duplicate firstLetters/invalid `placeholder`
attribute in Select.astro. Also fix shared/vitest.config.mts's stale
`astro/lib/**/*.test.ts` include glob left over from the shared source
restructure, which made `pnpm test` report zero test files.
2026-08-03 01:26:19 +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 575d68572f Render Modal as real markup; drain scripts via CaptureScript (#2742)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-03 00:55:32 +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
Paweł Kuna 4d04c102d3 Remove unused bootstrapLink frontmatter field (#2753) 2026-08-02 01:40:57 +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
Paweł Kuna 2ad46002ac Enable Astro TypeScript checks across preview, docs, and shared (#2743)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-01 01:58:03 +02:00
Bartosz-Do 7fde04b859 Make write-docs skill trigger proactively and track menu entries (#2747) 2026-07-31 22:44:38 +02:00
Paweł Kuna 7305d84f2a Serve error-404.html as the Vercel 404 page (#2748)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-31 22:44:06 +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 166c63cc34 Mark demo HTML sections with BEGIN/END comments (#2741) 2026-07-31 01:10:55 +02:00
codecalm 510871674d Add build configuration for @tabler/preview with caching and output paths 2026-07-31 00:36:07 +02:00
Paweł Kuna c54732922c Fix dead Plugins link on docs homepage (#2738) 2026-07-31 00:25:32 +02:00
Paweł Kuna 91974de894 Disable trailing slash on docs URLs (#2739) 2026-07-31 00:25:11 +02:00
Paweł Kuna f72cb5cedf Render component scripts as real JS instead of built strings (#2731) 2026-07-31 00:23:25 +02:00
Paweł Kuna ad2ed849dd Restructure shared Astro sources and import aliases (#2737) 2026-07-30 23:58:48 +02:00
Paweł Kuna 0f8dcb0a3c Extract Liquid filter helpers into shared typed lib modules (#2725) 2026-07-30 23:46:12 +02:00
codecalm c08e52a885 Merge branch 'dev' of https://github.com/tabler/tabler into dev 2026-07-30 23:25:47 +02:00
codecalm 7bb5a26b63 Update .gitignore to include settings.local.json for Claude configuration 2026-07-30 23:25:45 +02:00
Paweł Kuna bea97f81b3 Remove @hotwired/turbo integration and Turbo loader demo (#2735) 2026-07-30 23:13:22 +02:00
Paweł Kuna ced821db1d Fix prettier silently skipping preview's built HTML (#2736) 2026-07-30 23:11:46 +02:00
Paweł Kuna bc949c414c Keep issue links when regenerating MR descriptions (#2733) 2026-07-30 23:11:05 +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 b43fae2fe3 Fix class rendering artifacts left over from Astro migration (#2734) 2026-07-30 19:49:29 +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
dependabot[bot] 634d059cc8 chore(deps): bump actions/setup-node from 6 to 7 (#2704)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-30 18:07:24 +02:00
dependabot[bot] 814c316eeb chore(deps): bump actions/stale from 10 to 11 (#2727)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-30 18:06:32 +02:00
Bartosz-Do 64142389f7 Fix barely visible checkbox borders in dark theme (#2728) 2026-07-30 18:06:01 +02:00
Paweł Kuna 3a1d741fd0 Pass list props as arrays instead of comma-separated strings (#2726) 2026-07-30 18:03:57 +02:00
codecalm 07e7d15828 Merge branch 'dev' of https://github.com/tabler/tabler into dev 2026-07-30 17:59:33 +02:00
codecalm b4e36c39d0 Ignore temporary demo build assets in preview 2026-07-30 17:59:32 +02:00
Bartosz-Do d0a793c527 Fix disabled input background in dark theme (#2622) 2026-07-30 17:57:01 +02:00
Paweł Kuna 4ea449df1b Use shared Astro UI components across preview pages (#2724) 2026-07-30 13:53:33 +02:00
Bartosz-Do bc24b3ada8 Fix --tblr-gray-*-fg tokens resolving to white (#2624) 2026-07-30 02:36:55 +02:00
codecalm 1ed2889cf1 Update Astro dependencies to version 7.1.5 and related packages; add new versions for internal helpers and markdown packages 2026-07-29 23:13:45 +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
Bartosz-Do 416ca63ca4 Add framework integration guides to the docs (#2707)
Co-authored-by: codecalm <codecalm@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 00:57:35 +02:00
Paweł Kuna 1ec82d0038 Add CONTRIBUTING.md, docs markdown linting and fixed dev server ports (#2714) 2026-07-29 00:04:08 +02:00
Paweł Kuna 8f86f1f4a7 Update icons to v3.45.0 and illustrations to v1.16.0; restore import scripts (#2715)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-28 01:57:32 +02:00
dependabot[bot] 47af9e14b6 chore(deps): bump actions/labeler from 5 to 7 (#2716)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-28 01:56:56 +02:00