Commit Graph

  • c175d14d31 feat(docs): per-mode neutral shade picker for shadow color Mike Newbon 2026-07-05 02:55:09 +02:00
  • a3076dd77d feat(docs): four new presets and a compact settings panel Mike Newbon 2026-07-05 02:47:47 +02:00
  • 41babb00cf feat(docs): holistic style system, masonry bento, reference brutalist palette Mike Newbon 2026-07-05 02:43:26 +02:00
  • 0a1a740176 fix(docs): correct bold-border and hard-shadow semantics Mike Newbon 2026-07-05 02:23:13 +02:00
  • 89c27a2de6 fix(docs): make bold/hard borders win over variant ring colors Mike Newbon 2026-07-05 02:14:22 +02:00
  • 6853b9628f feat(docs): shadow/border style controls and neo-brutalist preset Mike Newbon 2026-07-05 02:07:46 +02:00
  • f14e17643b fix(docs): keep dark mode background intact under the neutral-50 baseline Mike Newbon 2026-07-05 01:52:24 +02:00
  • 6135c97099 feat(docs): neutral-50 light background baseline + tighter drag transition Mike Newbon 2026-07-05 01:50:07 +02:00
  • e3837d5912 feat(docs): stream theme updates live while dragging curves Mike Newbon 2026-07-05 01:44:40 +02:00
  • 19bdb2d827 feat(docs): channel-curve palette editor with tailwind reverse-fitting Mike Newbon 2026-07-05 01:32:32 +02:00
  • f2f8f50b41 fix(docs): match generated ramps to tailwind's color scale shape Mike Newbon 2026-07-05 01:16:58 +02:00
  • 4ba2c59cc4 fix(docs): make palette editor opt-in and escapable Mike Newbon 2026-07-05 01:11:30 +02:00
  • 9301f24d81 feat(docs): add OKLCH palette curve editor to theme studio Mike Newbon 2026-07-05 01:05:42 +02:00
  • 8c26772a29 feat(docs): add theme engine and studio presets Mike Newbon 2026-07-05 00:47:00 +02:00
  • ccaa4caa9c feat(docs): add Theme Studio v0 page Mike Newbon 2026-07-05 00:32:05 +02:00
  • fb0667f990 docs: add theme studio master plan Mike Newbon 2026-07-05 00:20:33 +02:00
  • 5c986dd405 fix(ChatMessages): re-evaluate streaming indicator on each render (#6673) Benjamin Canac 2026-07-04 15:36:51 +02:00
  • 53e88a4688 feat(Drawer): add close and closeIcon props (#6669) Benjamin Canac 2026-07-03 16:07:45 +02:00
  • efd44e2c1a chore(deps): update all non-major dependencies (#6671) renovate[bot] 2026-07-02 18:25:20 +02:00
  • 269080a85d fix(Button): allow inline event handlers with non-void return types (#6668) Benjamin Canac 2026-07-02 17:57:54 +02:00
  • dfbbfeb5a9 chore(deps): migrate AI SDK to v7 (#6636) Benjamin Canac 2026-07-02 15:48:43 +02:00
  • 08bdab4fd9 chore(github): update reproduire workflow version Benjamin Canac 2026-07-01 10:37:34 +02:00
  • 7e6d0f7676 feat(Table): add getScrollElement virtualize option (#6657) Mike Newbon 2026-06-30 15:31:57 +02:00
  • 8d46034c19 feat(module): pre-bundle used icons into @nuxt/icon client bundle (#6633) Benjamin Canac 2026-06-30 14:39:56 +02:00
  • e4ca579811 fix(module): avoid unhead v2-only hookOnce in colors plugin (#6658) Benjamin Canac 2026-06-29 18:00:30 +02:00
  • 086b1d2b8b fix: prevent docs theme picker flash and over-eager neutral re-renders Benjamin Canac 2026-06-29 17:58:45 +02:00
  • 641869b123 Merge branch 'v4' into feat/neutral-primary Benjamin Canac 2026-06-29 15:45:03 +02:00
  • a84de85b2a feat(ScrollArea): add getScrollElement virtualize option (#6650) Mike Newbon 2026-06-29 14:41:36 +02:00
  • df099a5e69 chore(deps): update actions/checkout action to v7 (#6655) renovate[bot] 2026-06-29 11:10:02 +02:00
  • cd52459e10 chore(deps): update all non-major dependencies (#6651) renovate[bot] 2026-06-29 11:09:46 +02:00
  • 6576fb81dd perf(types): decouple useComponentProps from the component-types barrel (#6648) Sandro Circi 2026-06-29 11:01:03 +02:00
  • 82cd5b526c chore(deps): update dependency reka-ui to v2.10.1 (#6652) renovate[bot] 2026-06-29 09:42:33 +02:00
  • 3bf1a92a9d perf(components): drop the redundant inner in component extend (#6647) Sandro Circi 2026-06-28 17:07:46 +02:00
  • 7eab4bcb78 perf(types): import cross-component types from source, not the barrel (#6646) Sandro Circi 2026-06-28 16:44:27 +02:00
  • 88baabcf42 fix(Separator): forward fall-through attributes to root (#6641) Benjamin Canac 2026-06-26 17:38:32 +02:00
  • 09fb52b733 fix(ContentNavigation): key items by identity to prevent leading icon flash (#6640) Benjamin Canac 2026-06-26 16:05:43 +02:00
  • e32dacfcf0 fix(Link): allow null href from NuxtLink slot #6639 fix/nuxtlink-types Daniel Roe 2026-06-26 14:19:34 +01:00
  • 906e8fd49f fix(Link): fall back to original path when localePath fails (#6637) Syazany 2026-06-26 20:52:13 +08:00
  • 0faeb9265e fix(AuthForm): track password visibility per field (#6638) Benjamin Canac 2026-06-26 14:32:35 +02:00
  • cba2c2c40c feat(InputRating): new component (#5757) Francesco Mussoni 2026-06-25 17:31:18 +02:00
  • f2fa61fd55 docs(nuxt.config): scan .ts and .navigation.yml for client icon bundle Benjamin Canac 2026-06-25 15:49:14 +02:00
  • d3b5f1d3f9 fix(components): forward $attrs to root element when to prop is absent (#6628) Faiz Khairi 2026-06-24 22:40:27 +08:00
  • f03f98bafa feat(ContentSearch/DashboardSearch): support unmountOnHide prop (#6523) Benjamin Canac 2026-06-24 15:55:08 +02:00
  • 4deb61b91c feat(Modal/Slideover): support unmountOnHide prop (#6626) Benjamin Canac 2026-06-24 15:51:08 +02:00
  • 54125f3f6e feat(Popover): support enableTouch prop (#6626) Benjamin Canac 2026-06-24 15:51:09 +02:00
  • 8498238b41 docs(Chat): refocus prompt when sidebar reopens Benjamin Canac 2026-06-24 14:47:04 +02:00
  • 1ea8a98f21 chore(deps): update reka-ui (#6626) renovate[bot] 2026-06-24 12:46:32 +02:00
  • fab73ab2ec fix(LocaleSelect): add missing keys in emoji mapping (#6629) v5 reslear 2026-06-22 16:43:44 +02:00
  • 82cfef23cf chore(deps): update all non-major dependencies (#6625) renovate[bot] 2026-06-22 16:38:12 +02:00
  • 8577e955b9 chore(github): remove issue-labeler workflow and v4 version labeling Benjamin Canac 2026-06-19 17:47:25 +02:00
  • 650e3d3f97 chore(github): remove priority workflow in favor of native priority field Benjamin Canac 2026-06-19 17:01:12 +02:00
  • 2b29845eeb chore: route questions to discussions and adopt issue types Benjamin Canac 2026-06-19 15:58:35 +02:00
  • e4989f7cc1 docs(community): add json-render item Benjamin Canac 2026-06-19 15:57:45 +02:00
  • bca3324a2a fix: broaden neutral remap to all color keys and fix theme picker flash Benjamin Canac 2026-06-19 11:55:36 +02:00
  • 553397c65e docs: update Benjamin Canac 2026-06-19 11:36:16 +02:00
  • 9801fc1710 docs(index): add playground Benjamin Canac 2026-06-18 16:27:54 +02:00
  • 839bc7441f feat: support primary: 'neutral' in app config Benjamin Canac 2026-06-18 16:19:18 +02:00
  • ed4712c62c docs: rename framework for typecheck Benjamin Canac 2026-06-17 22:48:12 +02:00
  • 81745fe1c8 docs: improve SEO metadata Benjamin Canac 2026-06-17 16:44:40 +02:00
  • e327ec459b docs(content): update badges Benjamin Canac 2026-06-17 15:56:36 +02:00
  • 2166ff7772 chore(release): v4.9.0 v4.9.0 Benjamin Canac 2026-06-17 15:47:07 +02:00
  • 92b7e13fed docs(tabs): add bottom tab bar example (#6585) Mike Newbon 2026-06-17 15:28:15 +02:00
  • 7225e9f451 fix(module): remove inline script in SPA mode for strict CSP (#6577) ReCoN-96 2026-06-16 17:15:26 +02:00
  • cccb3d5a4a feat(vite): add root option to override .nuxt-ui directory location (#6595) Benjamin Canac 2026-06-16 16:25:07 +02:00
  • 09eb639a33 feat(components): allow hiding icon with false (#6597) Benjamin Canac 2026-06-16 11:11:05 +02:00
  • 006324aeb9 feat(Modal/Slideover): add leave and enter events (#6596) Robin 2026-06-15 17:29:21 +02:00
  • f99778e3e7 feat(ChatMessages): expose registerMessageRef (#6275) Daniele Nicosia 2026-06-15 13:51:23 +02:00
  • c34ab9278c chore(deps): update tiptap to ^3.26.1 (#6593) renovate[bot] 2026-06-15 13:36:55 +02:00
  • 7e359508f8 chore(deps): update all non-major dependencies (#6592) renovate[bot] 2026-06-15 11:01:33 +02:00
  • 3909032706 chore(deps): update dependency @nuxtjs/color-mode to v4 (#6050) renovate[bot] 2026-06-15 09:51:24 +02:00
  • f2ff8241da chore(renovate): remove groups from package rules Benjamin Canac 2026-06-15 09:20:19 +02:00
  • 52d3c45478 fix(ProseCodeCollapse): cap root max-height instead of toggling pre height (#6565) Johnson Towoju 2026-06-12 16:42:07 +01:00
  • 238e291791 fix(templates): resolve vite root to an absolute path for #build aliases (#6586) Hendrik Heil 2026-06-12 14:33:29 +02:00
  • f71bc4692d docs(Chat): validate AI theme and inputs Benjamin Canac 2026-06-12 11:43:28 +02:00
  • 02259a6ae9 fix(CommandPalette): only scroll to highlighted item when focused (#6579) Benjamin Canac 2026-06-12 11:13:12 +02:00
  • ca3c72eb66 feat(Calendar): add month and year selection (#6582) Benjamin Canac 2026-06-11 19:00:04 +02:00
  • 39d53ae54b chore(deps): update reka-ui to v2.9.10 (#6584) renovate[bot] 2026-06-11 17:22:12 +02:00
  • b026ca2cdb feat(theme): uniformize focus styles across components (#6576) Benjamin Canac 2026-06-11 17:19:04 +02:00
  • eacd6b19c9 docs(search): init index on nuxt ready Benjamin Canac 2026-06-11 10:52:15 +02:00
  • 76bcd3b7cf chore(deps): update nuxt framework to ^4.4.8 (#6578) renovate[bot] 2026-06-10 09:15:24 +02:00
  • 8c433975c8 chore(deps): update vue-tsc to ^3.3.4 (#6573) renovate[bot] 2026-06-09 15:13:54 +02:00
  • e8d18c37a0 fix(Select): open menu on label click (#6575) Benjamin Canac 2026-06-09 15:04:54 +02:00
  • c3bef7a21b fix(SelectMenu): bind id and aria attributes on trigger (#6572) Benjamin Canac 2026-06-09 11:57:36 +02:00
  • 9e5b8a6bff fix(Tabs): render active indicator during SSR (#6570) Benjamin Canac 2026-06-09 10:26:36 +02:00
  • ea576e2f32 feat(theme): allow replacing slot classes with a function (#6562) Benjamin Canac 2026-06-08 17:50:02 +02:00
  • 52367b1ac3 fix(ProseKbd): type default slot as VNode[] Benjamin Canac 2026-06-08 15:35:09 +02:00
  • 89b30e8ebe feat(PinInput): add separator prop (#6392) Ali Maher 2026-06-08 16:29:04 +03:00
  • a2a8bc907a feat(module): add theme.unstyled option (#6551) Benjamin Canac 2026-06-08 15:27:01 +02:00
  • 9ad24cfdb4 chore(deps): update all non-major dependencies (#6567) renovate[bot] 2026-06-08 11:05:14 +02:00
  • 40f9c03e12 chore(deps): update tiptap to ^3.26.0 (#6568) renovate[bot] 2026-06-08 10:14:18 +02:00
  • e9ab75888a fix(Link): set default for locale prop (#6563) neukinal 2026-06-08 09:34:16 +02:00
  • dc0515128e feat(useTour): new composable (#6557) Benjamin Canac 2026-06-05 16:54:08 +02:00
  • 5199b7e1d2 feat(ContentSearch/DashboardSearch): forward input config to command palette (#6312) Enzo Innocenzi 2026-06-05 16:41:43 +02:00
  • 4d0232566b docs(form-field): add a warning to help field (#6560) Maxime Pauvert 2026-06-05 14:07:10 +02:00
  • d850ae6053 feat(ScrollArea): add shadow prop (#6561) Benjamin Canac 2026-06-05 14:04:59 +02:00
  • b8ee80b663 docs(composables): improve examples Benjamin Canac 2026-06-05 11:57:23 +02:00
  • 4da3a5d343 feat(FileUpload): expose removeFile in slots (#6492) Cydrick Nonog 2026-06-05 00:28:56 +08:00
  • 71b9001052 docs(navigation): query description field for content toc Benjamin Canac 2026-06-04 17:44:06 +02:00
  • af80a674a5 feat(Sidebar): add transition prop (#6484) Benjamin Canac 2026-06-04 17:23:45 +02:00
  • fa52538252 feat(locale): add Latvian language (#6552) Martins Zeltins 2026-06-04 18:23:01 +03:00