Commit Graph

2698 Commits

Author SHA1 Message Date
Sandro Circi 3a534ce08a Merge branch 'v4' into feat/custom-editor-instance 2026-09-10 19:37:14 +02:00
Bao Nguyen 2b29c33f45 fix(Form): clear only the targeted field inside a nested form (#6923) 2026-09-10 12:27:30 +02:00
Benjamin Canac cf9e838593 fix(SelectMenu): open menu on arrow keys (#6933) 2026-09-10 09:23:13 +02:00
Khaled Waleed 22efd35d12 fix(PinInput): emit blur whenever focus leaves the group (#6858)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-09-10 09:22:19 +02:00
Bao Nguyen 6d6737af38 fix(Input/Textarea): keep 0 with nullable and optional modifiers (#6871) 2026-09-08 10:17:00 +02:00
Lazizbek Ergashev 9076ca2d35 fix(components): fall back to md for custom sizes in virtualizer (#6917) 2026-09-07 16:20:58 +02:00
Khaled Waleed 2d4782ba92 fix(InputNumber): work uncontrolled with only a default value (#6859)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-09-07 14:15:56 +02:00
Lazizbek Ergashev 2e8f533dc6 fix(Table): exclude hidden columns from colspan (#6894)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-09-07 13:37:22 +02:00
Lazizbek Ergashev 726e1420ac fix(NavigationMenu): avoid duplicate accordion trigger on items without to (#6862) 2026-09-07 11:43:00 +02:00
Arsalan Ahmed e4cb042b0e fix(CommandPalette): keep astral characters intact when truncating search results (#6817) 2026-09-07 11:07:14 +02:00
Benjamin Canac 612ab1cb03 fix(Link): wait for onNuxtReady before observing visibility (#6922) 2026-09-05 14:27:32 +02:00
Baptiste Leproux fbb9e22032 fix(ProseCodeTree): invoke default slot from render (#6906)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-09-04 17:41:26 +02:00
Benjamin Canac c4ee0ea316 fix(Link): restore prefetching with Nuxt 4.5 custom slot (#6921) 2026-09-04 17:35:41 +02:00
Nestor Vera 90c45a66e6 fix(Checkbox/RadioGroup): add flex-wrap on list and card variants (#6913) 2026-09-04 16:39:29 +02:00
Gunnar Oledal bbf1e14906 fix(ChatMessages): add missing color to user and assistant props (#6920) 2026-09-04 16:31:23 +02:00
Sandro Circi 9c6bf2f18e Merge branch 'v4' into feat/custom-editor-instance 2026-09-03 15:27:52 +02:00
Benjamin Canac 6caa6a9522 fix(SelectMenu): prevent search input focus on open with autofocus: false (#6905) 2026-09-01 11:02:15 +02:00
Benjamin Canac e791d302ba fix(Select/SelectMenu): add responsive text size (#6903) 2026-08-31 17:58:36 +02:00
renovate[bot] 9c99bf1616 chore(deps): update all non-major dependencies (#6899)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-31 15:08:57 +02:00
Lazizbek Ergashev 3d2de0ce79 fix(Slider): emit a number for a single thumb (#6890) 2026-08-28 14:36:21 +02:00
Mateusz Narowski a494a97daf fix(Form): omit method attribute on nested forms (#6888) 2026-08-28 14:01:03 +02:00
Benjamin Canac 9bdb89b0c7 fix(Checkbox/RadioGroup): use border-default on card and table variants (#6884) 2026-08-26 14:11:29 +02:00
Benjamin Canac c6a756c57c docs: fix broken links and outdated content (#6867) 2026-08-24 13:11:08 +02:00
Jakub Michálek d6c3802a12 fix(Slider): forward aria attributes to the thumb (#6848)
Co-authored-by: Jakub <jakub.michalek@freelo.io>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-21 16:41:28 +02:00
Francesco Mussoni 07f3fe8dac feat(CheckboxGroup/RadioGroup): support icon in items (#6726)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-21 12:06:57 +02:00
Benjamin Canac f5f6c91a60 Merge branch 'v4' into feat/custom-editor-instance 2026-08-20 14:16:48 +02:00
Benjamin Canac d4f2ca0232 fix(theme): replace deprecated bare tailwind aliases (#6865) 2026-08-20 11:13:13 +02:00
Mathieu TUDISCO 545f9e37c1 fix(Icon): render bundled icons during SSR in Vue (#6841)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2026-08-19 17:53:08 +02:00
Benjamin Canac 14ac243804 feat(ProgressGroup): new component (#6860) 2026-08-19 10:49:34 +02:00
Benjamin Canac ae2bd5eb39 feat(Splitter): new component (#6670) 2026-08-18 12:49:22 +02:00
Khaled Waleed f3c2ac21fb fix(Slider): bind form aria attributes on thumbs instead of root (#6768)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 14:56:18 +02:00
Benjamin Canac 08e753174f docs: resolve icon load failures during prerender (#6844) 2026-08-16 11:11:05 +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 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 82644162cc Merge branch 'v4' into feat/custom-editor-instance 2026-08-12 16:31:50 +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 4fdccd333b docs(mcp): compact component metadata and rank search by intent (#6829) 2026-08-12 16:06:40 +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 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
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