Commit Graph
100 Commits
Author SHA1 Message Date
codecalm e34bfa4e0a Align per-color CSS variable names with Bootstrap v6
Add --{color}-contrast, --{color}-bg-subtle, --{color}-bg-muted,
--{color}-fg-emphasis, --{color}-border and --{color}-focus-ring for
all theme, extra, and social colors, matching Bootstrap v6's token
naming. --{color}-lt and --{color}-200 stay as deprecated aliases.

Wire the new tokens into components that already recomputed the same
formulas locally (badges, ribbons, status, alerts, calendars,
buttons' focus ring) and give colored buttons a color-matched focus
ring, a gap left by --btn-focus-shadow-rgb never being set for them.
Also drop two dead --{color}-rgb variables found along the way.

core/scss/bootstrap/* is left untouched throughout.
2026-08-06 18:09:14 +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
codecalm 510871674d Add build configuration for @tabler/preview with caching and output paths 2026-07-31 00:36:07 +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
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
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
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
codecalm f27da44d12 Enhance dependabot configuration by adding labels for dependencies and GitHub actions 2026-07-28 01:35:17 +02:00
codecalm 851582043c Update documentation JSON to include new Astro library entry 2026-07-28 01:09:07 +02:00
codecalm 3277fa029f Add Astro library entry to documentation JSON 2026-07-28 00:39:37 +02:00
codecalm 7206717d1b Update .gitignore to include preview-astro and docs-astro directories 2026-07-22 16:41:26 +02:00
codecalm 9f8643eaa8 Fix missing closing brace in settings.html to ensure proper functionality of localStorage and URL parameter updates. 2026-07-22 01:33:46 +02:00
codecalm cfd53fef13 Update vercel.json to exclude robots.txt and sitemap.xml from error handling route 2026-07-14 23:11:49 +02:00
codecalm c8a72bf0ff Update robots.liquid to include environment variable output at the end of the file 2026-07-14 23:08:49 +02:00
codecalm e13be2aa47 Update robots.liquid to include environment variable output at the end of the file 2026-07-14 23:07:15 +02:00
codecalm ff397c40a9 Add new environment variables for DocSearch in turbo.json 2026-07-14 22:57:50 +02:00
codecalm 0c79a35b75 Update robots.liquid to conditionally include sitemap URL for production environment 2026-07-14 22:56:13 +02:00
codecalm 6a43b1f1b7 Update robots.liquid to allow all user agents in development environment 2026-07-14 22:53:17 +02:00
codecalm 1a91bfd235 Merge branch 'main' of https://github.com/tabler/tabler into dev 2026-07-14 22:45:19 +02:00
codecalm e534c4fdba Add sitemap collection to Eleventy config, update .gitignore for preview-astro, and adjust production environment check in default layout 2026-07-14 22:42:57 +02:00
codecalm 636f70851e Merge branch 'dev' of https://github.com/tabler/tabler into dev-dependencies-07-05 2026-07-05 23:04:51 +02:00
codecalm 734e84abad add Cursor skills for MR description generation 2026-07-05 23:03:52 +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 d8bbb1e5a7 Update welcome card layout to improve responsiveness by adjusting column sizes 2026-03-19 23:10:41 +01: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
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
codecalm c3e6aa1bd3 refactor: update stylesheet linking logic in default.html 2026-01-10 21:30:34 +01:00
codecalm 8e3cddb70f Remove Playwright configuration and related dependencies from the project, including visual regression tests and associated scripts. 2026-01-09 21:51:57 +01:00
codecalm 0c654c61f0 chore: update Node.js version to 22 in configuration files 2026-01-08 17:23:59 +01:00
codecalm 8e73f57140 docs: update browser support documentation to reflect minimum version requirements and clarify unsupported browsers 2026-01-08 16:50:48 +01:00
codecalm f0fb9c66c0 chore: update browserslist configuration to support newer versions and remove outdated entries 2026-01-08 16:48:50 +01:00
codecalm abac36c580 chore: update illustrations for dark and light themes 2026-01-06 01:58:46 +01:00
codecalm ee8875deb6 fix: add aria-orientation attribute for vertical navigation in nav-segmented.html 2026-01-06 00:19:23 +01:00
codecalm c0a93b8611 refactor: simplify SRI generation process and improve error handling in generate-sri.js 2026-01-05 23:32:16 +01:00
codecalm 42081245b4 fix: update input background variable to use form background color 2026-01-05 23:05:34 +01:00
codecalm d56e1a2bac chore: add .env and sri.json to .gitignore 2026-01-03 01:43:34 +01:00
codecalm c6e8879bb6 chore: remove unused sri.json file 2026-01-03 01:43:05 +01:00
codecalm a811fdb662 chore: update copyright year in LICENSE and correct date format in text-features.html to 2026 2026-01-03 01:42:00 +01:00
codecalm 63a35a849c fix: fix EU flag svg 2025-12-12 19:56:38 +01:00
codecalm deb887b4aa fix: update appData function to use dynamic path resolution for core files 2025-11-28 15:11:12 +01:00
codecalm f9551c3b8e fix: sort illustration filenames and update illustrations.json content 2025-11-27 03:07:08 +01:00
codecalm b1f711635b fix: remove sticky-top class from icons banner card 2025-11-26 19:24:42 +01:00
codecalm d0fe913453 Refactor SCSS utilities to use logical properties for border-radius 2025-11-24 00:06:57 +01:00
codecalm 3bcd82ae9f Update illustrations for dark and light themes 2025-11-15 16:41:49 +01:00
codecalm ba7bb880c4 style: Update badge positioning and size in navbar and adjust SCSS variables for consistency 2025-11-15 13:37:14 +01:00
codecalm 0042472f9a feat: add new statistics cards to widgets page and update card styles 2025-11-02 18:57:51 +01:00
codecalm 21eb18f918 refactor: remove GitHub source code button from sidebar navbar 2025-11-01 22:34:20 +01:00
codecalm 496704b163 Merge branch 'main' of https://github.com/tabler/tabler into dev 2025-10-24 00:08:42 +02:00
codecalm e098fdfaa6 fix: ensure generated IDs do not start with a number in headings 2025-10-06 20:18:50 +02:00
codecalm 58417be796 Merge branch 'main' of https://github.com/tabler/tabler into dev 2025-09-23 23:39:09 +02:00
codecalm a7fccda74c fix: remove analytics environment variables and adjust layout inclusion 2025-09-23 23:15:32 +02:00
codecalm dbb5e7d2ed fix: restore analytics environment variables in appData 2025-09-23 23:07:40 +02:00
codecalm 5da9078f55 fix: add domains 2025-09-23 23:06:26 +02:00
codecalm 1cd1fcaf28 refactor: clean up comments in analytics script 2025-09-23 23:03:57 +02:00
codecalm b4ab1100ef fix: update PostHog initialization to use dynamic API key 2025-09-23 23:02:22 +02:00
codecalm af41699e84 remove old analytics 2025-09-23 22:59:55 +02:00
codecalm 6e2e4e3317 add analytics to docs 2025-09-23 22:57:04 +02:00
codecalm d8077f438c clean prettier comments 2025-09-23 22:55:26 +02:00
codecalm 0c07677606 clean prettier comments 2025-09-23 22:54:13 +02:00
codecalm 14418a1c08 fix posthog 2025-09-23 22:28:41 +02:00
codecalm 7b74fee012 init posthog stats 2025-09-23 22:24:36 +02:00
codecalm 9893b11ed2 init posthog stats 2025-09-23 22:19:25 +02:00
codecalm fcb38a4059 update changelog 2025-09-19 23:48:17 +02:00
codecalm f763e3b1dd fix: set default limit for activity loop to 40 2025-09-18 17:59:27 +02:00
codecalm 212d560a87 Init sortable library 2025-09-09 01:05:18 +02:00
codecalm 0ee3c0a3b4 new emails page 2025-08-28 23:32:04 +02:00
codecalm bddacee9ad Cursor rules update 2025-08-28 21:39:34 +02:00
codecalm 8b12ba0b01 new Cursor rules 2025-08-28 17:21:48 +02:00
codecalm d2c812e023 new Cursor rules 2025-08-28 17:20:31 +02:00
codecalm 4b65380293 fix: update environment condition from preview to production in default.html 2025-07-16 22:27:51 +02:00
codecalm a967970419 Update version from patch to minor for core dependencies and clean up changelogs 2025-07-12 13:11:34 +02:00
codecalm f91b0f7cfa Merge branch 'main' of https://github.com/tabler/tabler into dev 2025-07-07 17:58:01 +02:00
codecalm af816227bc fix: update banner script data-tblr-ref for production environment 2025-07-07 17:45:48 +02:00
codecalm 59b6f73a06 Merge branch 'main' of https://github.com/tabler/tabler into dev 2025-06-12 12:06:22 +02:00
codecalm 266d5ad773 fix: update banner script data-tblr-ref for preview and production environments 2025-06-03 22:49:55 +02:00
codecalm 545defc852 fix: restore shx dependency in package.json and pnpm-lock.yaml 2025-05-26 20:46:34 +02:00
codecalm 1b0f8206ee fix: update banner script loading condition to production environment 2025-05-26 20:45:14 +02:00
codecalm c2cb3d3255 fix: remove shx dependency from importers in pnpm-lock.yaml 2025-05-26 20:41:48 +02:00
codecalm a0377f9752 fix: remove shx dependency from core, docs, and preview packages 2025-05-26 20:40:05 +02:00
codecalm c914ecfb05 feat: add shx dependency to core, docs, and preview packages 2025-05-26 20:36:01 +02:00
codecalm 57afd0bb11 feat: add data attribute to banner script for preview environment 2025-05-26 20:31:17 +02:00
codecalm 8db1c08744 feat: add banner script loading for preview environment 2025-05-26 20:22:22 +02:00
codecalm 08e4919ae1 Add conditional loading of banner script in development environment 2025-05-26 20:21:57 +02:00
codecalm ef9d75f32f fix: update footer condition to include preview environment for changelog link 2025-05-19 23:39:35 +02:00
codecalm 0d106a89b7 Add role to sample people json 2025-05-18 18:59:01 +02:00
codecalm 0d59e2f13a fix: Correct typos and improve clarity in pagination documentation 2025-05-17 21:28:46 +02:00
codecalm a1af8014e8 feat: Add FullCalendar integration 2025-05-17 16:53:01 +02:00
codecalm c8fee60023 feat: Refactor pagination and table of contents into separate includes for better maintainability 2025-05-17 16:50:59 +02:00
codecalm d8c70a8b94 fix: Adjust layout spacing and improve footer structure in documentation 2025-05-17 16:40:30 +02:00
codecalm b70cb48e0b feat: Add Open Collective link to documentation layout 2025-05-17 15:24:19 +02:00
codecalm 5b8746c702 Merge branch 'dev' of https://github.com/tabler/tabler into dev-docs-footer 2025-05-17 15:20:19 +02:00
codecalm f2c0c65f98 feat: Add package managers data and update tabs documentation 2025-05-17 15:20:08 +02:00
codecalm 06021fad99 Refactor SCSS variables for code styling 2025-05-17 14:36:22 +02:00
codecalm bd67b3f82e feat: Add social media links and GitHub edit link in documentation layout 2025-05-17 14:16:02 +02:00
codecalm 8e2acc82e0 Merge branch 'dev' of https://github.com/tabler/tabler into dev 2025-05-17 13:58:46 +02:00
codecalm 85f212293d chore: Update package dependencies and improve welcome link 2025-05-17 13:57:52 +02:00
codecalm acbe4ff35f Merge branch 'dev' of https://github.com/tabler/tabler into dev 2025-05-15 23:52:04 +02:00
codecalm e2411b3518 fix: Refactor SCSS variable names for shadows 2025-05-15 23:44:22 +02:00