Bartek
364559b381
Add "Signature" component documentation to the UI components section in docs.json
2026-08-04 16:31:27 +02:00
Bartosz-Do
49c3e4c880
Fix high-severity dependency vulnerabilities from pnpm audit --prod ( #2771 )
2026-08-03 09:46:16 +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
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
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
Paweł Kuna
166c63cc34
Mark demo HTML sections with BEGIN/END comments ( #2741 )
2026-07-31 01:10:55 +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
ced821db1d
Fix prettier silently skipping preview's built HTML ( #2736 )
2026-07-30 23:11:46 +02:00
Paweł Kuna
3a1d741fd0
Pass list props as arrays instead of comma-separated strings ( #2726 )
2026-07-30 18:03:57 +02:00
Paweł Kuna
4ea449df1b
Use shared Astro UI components across preview pages ( #2724 )
2026-07-30 13:53:33 +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
codecalm
3277fa029f
Add Astro library entry to documentation JSON
2026-07-28 00:39:37 +02:00
Paweł Kuna
d8956a06d6
Migrate preview and docs packages from Eleventy to Astro ( #2694 )
...
Co-authored-by: Bartek <xbartoszdobija@gmail.com >
2026-07-28 00:09:02 +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
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
Bartosz-Do
08cad98ddc
Document new Progress variants and improve docs example layout ( #2678 )
2026-07-09 22:44:51 +02:00
Bartosz-Do
4a97921cac
Add Accordion documentation with working collapse examples ( #2686 )
2026-07-09 22:43:26 +02:00
Bartosz-Do
8af57f9cde
Add Tag documentation with practical usage variants ( #2687 )
2026-07-09 22:41:13 +02:00
Bartosz-Do
bd4e381573
Add Star Rating docs with static and interactive examples ( #2688 )
2026-07-09 22:40:39 +02:00
Bartosz-Do
9c78cf68c4
Fix .bg-gradient conflict and add gradient documentation pages ( #2681 )
2026-07-08 10:25:19 +02:00
Bartosz-Do
46da1f725a
Improve background patterns docs coverage ( #2680 )
2026-07-07 22:25:36 +02:00
Paweł Kuna
e49facec37
Bump dev dependencies and pnpm to latest versions ( #2679 )
2026-07-07 18:33:39 +02:00
Bartek
55efbee248
Revert "Enhance background patterns documentation with new transparent utility and updated examples. Consolidate pattern descriptions and improve layout clarity."
...
This reverts commit 39c4f7589b .
2026-07-07 18:02:36 +02:00
Bartek
39c4f7589b
Enhance background patterns documentation with new transparent utility and updated examples. Consolidate pattern descriptions and improve layout clarity.
2026-07-07 18:00:52 +02:00
Bartosz-Do
43eee38ce6
Add documentation for the Progress Step component ( #2677 )
2026-07-07 17:26:34 +02:00
Paweł Kuna
9d5c83f3ad
Remove Bootstrap dependency and vendor JS/SCSS sources into Tabler ( #2627 )
2026-03-18 21:55:42 +01:00
Paweł Kuna
100a37b38e
Add background pattern utilities and patterns demo page ( #2615 )
2026-02-15 14:47:40 +01:00
Paweł Kuna
c430cfe547
Add markdown documentation rules for component pages ( #2616 )
2026-02-15 13:53:07 +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
Paweł Kuna
eac69eb35b
Add branch and PR guidelines ( #2589 )
2026-01-11 17:24:10 +01:00
Paweł Kuna
684f40e7c1
Enhance customization guide with font size and color variables ( #2588 )
2026-01-11 16:49:28 +01:00
Paweł Kuna
857988dd44
Migrate core JavaScript to TypeScript ( #2582 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-09 21:49:22 +01:00
Paweł Kuna
a24d5cab13
Add markdown linting script ( #2585 )
2026-01-09 21:39:18 +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
Paweł Kuna
84c31d1383
chore: update dependencies and improve Eleventy configuration ( #2581 )
2026-01-06 16:12:56 +01:00
Paweł Kuna
48dbd1ed1b
refactor: migrate build system from Rollup to Vite ( #2578 )
2026-01-06 00:26:42 +01:00