Commit Graph

5678 Commits

Author SHA1 Message Date
Benjamin Canac 717601d2ae fix(docs): scope sourcemap disabling to production builds 2026-08-16 12:23:08 +02:00
Benjamin Canac 22fd7666aa chore(docs): fix nuxt config key order 2026-08-16 12:11:03 +02:00
Benjamin Canac 5530b5016a perf(docs): cut build memory by externalizing icon JSON and dropping sourcemaps 2026-08-16 12:10:45 +02:00
Benjamin Canac 08e753174f docs: resolve icon load failures during prerender (#6844) 2026-08-16 11:11:05 +02:00
Benjamin Canac a4fe7d86d7 docs(page-hero): resize image in usage example 2026-08-16 11:10:25 +02:00
Benjamin Canac 689c671a28 chore: narrow tailwind source scope in docs and playgrounds (#6843) 2026-08-16 10:41:22 +02:00
Benjamin Canac a4ab81a995 docs: add calendar template to lists and ci 2026-08-14 17:15:31 +02:00
Benjamin Canac 0fabbe5bc4 fix(theme): keep variants when replacing slot classes in app config (#6824) 2026-08-14 16:33:52 +02:00
Benjamin Canac 4a3168fb0d docs(templates): add calendar template 2026-08-14 16:32:19 +02:00
Benjamin Canac 731ff26bf9 fix(Theme): merge class from props with the component class (#6842) 2026-08-14 15:44:06 +02:00
Benjamin Canac 7c74269387 fix(components): resolve theme props consistently in form controls (#6834) 2026-08-13 15:17:47 +02:00
Benjamin Canac 3a568b5e58 feat(vue): support experimental.componentDetection (#6731) 2026-08-13 11:54:43 +02:00
Benjamin Canac edf73d346a chore: remove dead code
- `as any` on the Modal `tv` call
- never-assigned `completed` ref in PinInput
- `@defeaultValue` typo in PricingTable
- unreachable `InferInput` branch, already matched by the first
- empty `compoundVariants` in the color-picker theme
2026-08-12 16:28:36 +02:00
Benjamin Canac 9b08a84f1d fix(Marquee): use logical properties and drop broken vertical RTL animation (#6833) 2026-08-12 16:27:17 +02:00
Benjamin Canac 29f9890b35 fix(Calendar): correct size scale (#6832) 2026-08-12 16:26:18 +02:00
Benjamin Canac ce489e8512 docs(mcp): resolve examples by their prerendered name (#6831) 2026-08-12 16:24:52 +02:00
Benjamin Canac 4fdccd333b docs(mcp): compact component metadata and rank search by intent (#6829) 2026-08-12 16:06:40 +02:00
Arsalan Ahmed 592d5b594b docs(timeline): make the alternating layout example RTL-aware (#6830) 2026-08-12 15:53:04 +02:00
Benjamin Canac 0a2dc08d4c test(BlogPost): update snapshots 2026-08-12 15:25:36 +02:00
Lazizbek Ergashev 958a3ba557 fix(Tree): use logical padding for indentation (#6815) 2026-08-12 14:41:01 +02:00
Benjamin Canac ce5b1df44d fix(theme): respect reduced motion on remaining movement transitions 2026-08-12 14:27:59 +02:00
Benjamin Canac 5e552e1a81 chore(components): clean up imports 2026-08-12 11:58:27 +02:00
Benjamin Canac feb2689628 docs(theme): improve colors and radius guidance 2026-08-12 10:38:09 +02:00
Benjamin Canac 90343dde10 docs(tabs): improve content section 2026-08-12 10:22:27 +02:00
Benjamin Canac 6c1a66b955 docs(installation): add note about aliases in theme.colors option 2026-08-12 10:22:13 +02:00
Benjamin Canac 283885d133 docs(components): add missing /docs prefix to links 2026-08-11 18:59:46 +02:00
Estéban 3dbca02096 docs(mcp): add x-mcp-tools header to specify available tools (#6788)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-11 17:19:01 +02:00
Benjamin Canac 387ce9a49e feat(locale): validate locales against CLDR in CLI and tests (#6826) 2026-08-11 16:45:23 +02:00
hieuNV0871 21db429682 docs(ComponentCode): fix number input after clearing (#6805)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-11 14:56:34 +02:00
Benjamin Canac 3e89ea791b fix(theme): blank top-level base in applyUnstyled (#6825) 2026-08-11 14:53:34 +02:00
eitea-phil 80cad107e4 feat(locale): add Austrian language (#6806)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-11 12:48:26 +02:00
Benjamin Canac e333e8d424 fix(locale): correct native names and tajik language code (#6823) 2026-08-11 12:44:05 +02:00
Lazizbek Ergashev 795c3538bb fix(AuthForm): type submit payload with the schema output (#6816) 2026-08-11 11:19:21 +02:00
Benjamin Canac 10ec237623 fix(locale): correct slide placeholder casing in lb (#6822) 2026-08-11 11:17:15 +02:00
Benjamin Canac 094fb576c3 chore(deps): release-it to v21 and @release-it/conventional-changelog to v12 2026-08-10 22:22:13 +02:00
Benjamin Canac 18c231a57f chore(deps): update @nuxtjs/mdc to ^0.23.1 2026-08-10 22:13:58 +02:00
renovate[bot] 3342c75c37 chore(deps): update nuxt framework to ^4.5.2 (#6801) 2026-08-10 19:16:36 +02:00
renovate[bot] 8d0b5a80c6 chore(deps): update tiptap to ^3.29.2 (#6819) 2026-08-10 15:32:24 +02:00
renovate[bot] 229b64f67e chore(deps): update all non-major dependencies (#6794)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-10 15:13:11 +02:00
Max 7e615e1a0e fix(Editor): ignore updates without document changes (#6807)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-10 14:39:21 +02:00
Lazizbek Ergashev e7b126b7aa chore(deps): allow typescript v7 as peer dependency (#6813) 2026-08-10 09:33:07 +02:00
renovate[bot] 6add5fb7d8 chore(deps): update codspeedhq/action action to v5 (#6795) 2026-08-03 10:54:47 +02:00
Benjamin Canac 3a19e23631 docs: use content native sqlite connector (#6792) 2026-08-03 10:36:53 +02:00
renovate[bot] a592f8e3ca chore(deps): update dependency @takumi-rs/core to v2 (#6720) 2026-08-03 10:10:40 +02:00
Benjamin Canac 4200e80c03 perf(components): memoize tv slot invocations with simple args (#6737) 2026-07-31 16:41:07 +02:00
Benjamin Canac 702f481fb5 docs(input-rating): remove stray defaultValue line in size 2026-07-31 16:33:44 +02:00
Benjamin Canac 5afbd5c9ae fix(Modal): emit transition events from overlay when scrollable (#6786) 2026-07-31 15:51:17 +02:00
Benjamin Canac 8aa804167e chore(github): add CodSpeed workflow (#6785) 2026-07-31 15:44:32 +02:00
Benjamin Canac 735b264e4d fix(theme): unify motion easing and respect prefers-reduced-motion (#6742) 2026-07-31 14:43:28 +02:00
Yoshihiro Yamaguchi 10bfba4d63 chore(deps): update devdependency @nuxt/test-utils to ^4.1.0 (#6784) 2026-07-31 14:31:07 +02:00