Commit Graph

  • 18931acdb3 fix(InputMenu/SelectMenu): init filter with labelKey Benjamin Canac 2024-11-11 00:28:43 +01:00
  • bbc6bf2455 docs(input-menu/select-menu): add countries picker examples Benjamin Canac 2024-11-11 00:08:16 +01:00
  • ff1e0798d3 feat(SelectMenu): use UInput in search to handle props like icon Benjamin Canac 2024-11-10 23:22:44 +01:00
  • 7154254ac2 fix(InputMenu/SelectMenu): use by prop to compare objects & support dot notation in value-attribute (#2566) kyyy 2024-11-11 01:44:20 +07:00
  • b0be26d67f fix(Toaster): teleport to body Benjamin Canac 2024-11-10 19:20:24 +01:00
  • 36ea3e4045 chore(scripts): remove Benjamin Canac 2024-11-10 18:36:52 +01:00
  • 49f85d55c5 chore(deps): set nuxt resolution to 3.13.2 Benjamin Canac 2024-11-10 18:19:48 +01:00
  • 4889d30b44 feat(locale): add support for Czech translation (#2593) Adam Kasper 2024-11-10 18:17:32 +01:00
  • 944a7e0f07 Revert "fix(module): resolve #build/app.config import for vue and nuxt" Benjamin Canac 2024-11-10 17:25:33 +01:00
  • 97037864b3 fix(Table): prevent onClick while blocking element (#2592) kyyy 2024-11-10 22:59:34 +07:00
  • d6943e39c0 fix(module): resolve #build/app.config import for vue and nuxt Benjamin Canac 2024-11-10 16:45:46 +01:00
  • ddb46905e7 fix(App): missing vue imports Benjamin Canac 2024-11-10 16:44:09 +01:00
  • 0e74dbebce chore(deps): update all non-major dependencies (v3) (#2579) renovate[bot] 2024-11-10 14:45:10 +01:00
  • 0abccabc26 chore(deps): update dependency @nuxt/icon to ^1.7.2 (dev) (#2591) renovate[bot] 2024-11-10 14:45:02 +01:00
  • 9e2cc5b125 fix(Modal/Slideover): prevent esc with prevent-close prop Benjamin Canac 2024-11-10 10:19:47 +01:00
  • ea97759c2c feat(Popover): add prevent-close prop Benjamin Canac 2024-11-10 10:18:07 +01:00
  • 95a0bbc581 fix(Link): missing relative import (#2588) Dewdew 2024-11-10 18:05:17 +09:00
  • ecd63ad8d6 test: update vue snapshots Benjamin Canac 2024-11-10 09:42:11 +01:00
  • 47f58f52ef fix(ContextMenu/DropdownMenu): relative imports with prefix Benjamin Canac 2024-11-10 09:39:37 +01:00
  • 446f9c1085 feat(Table): add caption prop Benjamin Canac 2024-11-09 23:55:26 +01:00
  • 7e8a1dd496 chore(readme): update Benjamin Canac 2024-11-09 22:06:55 +01:00
  • 89ee31b7ae chore(readme): update Benjamin Canac 2024-11-09 22:03:56 +01:00
  • 95be76940c docs(getting-started): use ::steps and mention css files Benjamin Canac 2024-11-09 22:03:49 +01:00
  • 761afaf40d docs(deps): update @nuxt/ui-pro Benjamin Canac 2024-11-09 21:50:20 +01:00
  • ac323c4ccc feat(Table): add custom @select:all event (#2581) kyyy 2024-11-10 00:48:52 +07:00
  • d167c9b807 fix(locale): Italian translation (#2584) Sandro Circi 2024-11-09 16:15:43 +01:00
  • 824ba56291 feat(cli): add locale command (#2586) Alex 2024-11-09 20:14:29 +05:00
  • 4fbbb25f68 feat(locale): add support for Italian (#2583) Sandro Circi 2024-11-09 13:50:03 +01:00
  • 602a667343 feat(locale): add support for Arabic (#2582) Muhammad Mahmoud 2024-11-09 14:49:50 +02:00
  • d4e408cfd8 fix(Notification): element renders even when no notification is present (#2561) kyyy 2024-11-09 17:24:13 +07:00
  • febda5c2b6 feat(locale): translate chinese (#2580) BlackWhite 2024-11-09 17:40:42 +08:00
  • 20379f51cc docs(nuxt.config): cannot use import.meta outside a module (#2578) Malik-Jouda 2024-11-09 11:06:56 +02:00
  • f3bf69c233 chore(deps): update dependency @nuxt/icon to ^1.7.0 (dev) (#2575) renovate[bot] 2024-11-08 18:03:26 +01:00
  • 1ec56f3326 chore(deps): update all non-major dependencies (v3) (#2572) renovate[bot] 2024-11-08 18:03:14 +01:00
  • 1f44d58b64 docs(i18n): auto generated lang support (#2574) Alex 2024-11-08 21:48:42 +05:00
  • 5392f988b8 docs(app): fetch files lazy on client Benjamin Canac 2024-11-08 17:35:42 +01:00
  • d6daf466ac feat(Table): allow dynamically render checkbox (#2549) kyyy 2024-11-08 23:24:41 +07:00
  • 26362408b1 feat(module): support i18n in components (#2553) Alex 2024-11-08 21:22:57 +05:00
  • 1e7638bd03 chore(deps): update all non-major dependencies (v3) (#2563) renovate[bot] 2024-11-08 16:55:39 +01:00
  • afe40033b0 fix(module): skip devtools renderer page injection if router integration is disabled (#2571) Romain Hamel 2024-11-08 16:27:25 +01:00
  • 3a56de3be0 fix(form): provide typings for $el fix/form-exposed-type Romain Hamel 2024-11-08 11:48:32 +01:00
  • 503f701c7e fix(InputMenu/SelectMenu): multiple not working with generic boolean casting Benjamin Canac 2024-11-08 10:59:13 +01:00
  • d9822db6e8 chore(InputMenu/Select/SelectMenu): consistent types Benjamin Canac 2024-11-08 10:27:05 +01:00
  • 0ceafe1d54 fix(InputMenu/SelectMenu): look in items only with value-attribute Benjamin Canac 2024-11-08 10:26:44 +01:00
  • f943f88fcc fix(InputMenu/SelectMenu): use isEqual from ohash Benjamin Canac 2024-11-08 10:19:02 +01:00
  • 6e66990372 fix(Table): missing type on props loadingState (#2551) kyyy 2024-11-08 15:46:00 +07:00
  • a78203ce49 up rdjanuar 2024-11-08 14:30:53 +07:00
  • 592da565fe feat(SelectMenu): add clearble rdjanuar 2024-11-08 14:02:54 +07:00
  • 3aaf2f99bf fix(SelectMenu): update leading and trailing style issue-1987 rdjanuar 2024-11-08 09:25:16 +07:00
  • e831813aa3 chore(git): ignore vue playground files Benjamin Canac 2024-11-07 22:35:50 +01:00
  • 37a359701f fix(module): remove fast-deep-equal in favor of custom isEqual Benjamin Canac 2024-11-07 21:56:56 +01:00
  • 557e0c92a4 docs(deps): revert @nuxt/content to 3.0.0-alpha.5 Benjamin Canac 2024-11-07 21:54:42 +01:00
  • 7f6db45f1e feat(css): add --ui-bg-muted / --ui-border-muted variables Benjamin Canac 2024-11-07 21:43:49 +01:00
  • 56e28d80db docs: update figma links Benjamin Canac 2024-11-07 18:21:50 +01:00
  • a64a7104c5 docs(app): update links Benjamin Canac 2024-11-07 17:46:44 +01:00
  • 40fc8f3718 docs(app): remove icons from breadcrumb Benjamin Canac 2024-11-07 16:33:19 +01:00
  • 8059d540e3 docs(app): improve links Benjamin Canac 2024-11-07 16:25:01 +01:00
  • 42fce998e4 docs: remove markdown from descriptions Benjamin Canac 2024-11-07 15:21:38 +01:00
  • 70fcc68ee2 chore(release): v3.0.0-alpha.8 v3.0.0-alpha.8 Benjamin Canac 2024-11-07 14:58:47 +01:00
  • 230cda129b docs(getting-started): update Benjamin Canac 2024-11-07 14:56:31 +01:00
  • 1c01db4d20 docs(avatar): update Benjamin Canac 2024-11-07 14:56:00 +01:00
  • c9adf333be feat(Avatar): infer width / height on <img> based on size prop Benjamin Canac 2024-11-07 14:49:39 +01:00
  • ffb551ab54 test: add silent: true in vue config Benjamin Canac 2024-11-07 13:08:12 +01:00
  • f1a14dd87c feat(Avatar): use NuxtImg component when available Benjamin Canac 2024-11-07 13:01:51 +01:00
  • 0454124b3c chore(deps): update dependency @iconify-json/lucide to ^1.2.12 (v3) (#2556) renovate[bot] 2024-11-07 12:43:35 +01:00
  • 0bfe2b60b3 fix(module): add fast-deep-equal in optimizeDeps Benjamin Canac 2024-11-07 12:19:41 +01:00
  • 5ec756d263 playground(deps): add @iconify-json/lucide Benjamin Canac 2024-11-07 11:52:59 +01:00
  • d6a434469d chore(deps): update all non-major dependencies (v3) (#2529) renovate[bot] 2024-11-07 11:23:49 +01:00
  • c0e4a4fe5e fix(SelectMenu): can't use event in template trailing and leading rdjanuar 2024-11-07 15:46:36 +07:00
  • 24e61ccc8b chore(deps): update nuxt framework to ^3.14.159 (dev) (#2546) renovate[bot] 2024-11-06 19:15:32 +01:00
  • ebbd605ff3 chore(deps): update nuxt framework to ^3.14.159 (v3) (#2547) renovate[bot] 2024-11-06 19:15:22 +01:00
  • c9e6256e7f feat(Table): add contextmenu handling to table rows (#2283) Norman Feiß 2024-11-06 19:12:51 +01:00
  • 860e6ed801 chore(module): pass resolver to templates Benjamin Canac 2024-11-06 16:13:42 +01:00
  • 12ae20df20 fix(module): define #build/app.config Benjamin Canac 2024-11-06 15:46:05 +01:00
  • 64ad4b6892 fix(NavigationMenu): enforce data-orientation Benjamin Canac 2024-11-06 15:45:18 +01:00
  • 3c443c631c playground(tooltip): use buttons Benjamin Canac 2024-11-06 14:57:12 +01:00
  • 104b926c2e docs(deps): update @nuxt/ui-pro Benjamin Canac 2024-11-06 14:57:03 +01:00
  • 60c574cd01 docs(app): update banner icon Benjamin Canac 2024-11-06 14:41:39 +01:00
  • f821e6681b fix(Table): types in undeclared slots (#2544) Alex 2024-11-06 18:27:22 +05:00
  • a6c1a6c587 feat(theme)!: migrate from heroicons to lucide (#2540) Alex 2024-11-06 16:59:19 +05:00
  • ce955d24f1 fix(date-picker): undefined dayIndex (#2545) Malik-Jouda 2024-11-06 13:25:27 +02:00
  • bf580863af fix(AvatarGroup/ButtonGroup/MeterGroup): allow deeply partial ui config (#2542) Snack 2024-11-06 18:27:08 +09:00
  • e3092b6b40 chore(deps): update dependency sirv to v3 (v3) (#2538) renovate[bot] 2024-11-05 22:25:36 +01:00
  • 5f99f284ec chore(deps): update dependency nuxt to ^3.14.0 (v3) (#2537) renovate[bot] 2024-11-05 22:25:04 +01:00
  • 701c75a2a8 feat(module): devtools integration (#2196) Romain Hamel 2024-11-05 22:17:56 +01:00
  • 7fc6b387b3 docs(getting-started): add Vue section Benjamin Canac 2024-11-05 21:47:12 +01:00
  • f66c96e277 feat(DropdownMenu/ContextMenu): handle color field in items (#2510) Alex 2024-11-06 01:21:01 +05:00
  • f38a217032 docs(deps): update @nuxt/ui-pro Benjamin Canac 2024-11-05 21:19:14 +01:00
  • 717a027bad docs: remove old badges Benjamin Canac 2024-11-05 21:18:09 +01:00
  • 159acd664c chore(release): v2.19.2 v2.19.2 Benjamin Canac 2024-11-05 19:36:54 +01:00
  • 2d52834529 feat(Badge): handle icon and avatar props (#2497) Malik-Jouda 2024-11-05 20:34:40 +02:00
  • 212f7df35b fix(Button): put back target override Benjamin Canac 2024-11-05 19:26:37 +01:00
  • d0d37a06d2 chore(release): v2.19.1 v2.19.1 Benjamin Canac 2024-11-05 18:06:03 +01:00
  • a97c511279 fix(utils): improve escapeRegExp function Benjamin Canac 2024-11-05 18:03:10 +01:00
  • cb6f5f2d71 fix(InputMenu/SelectMenu): regex breaks build Benjamin Canac 2024-11-05 17:57:49 +01:00
  • 22da1a839a docs(date-picker): improve component Benjamin Canac 2024-11-05 17:35:49 +01:00
  • c5f76a25db chore(release): v2.19.0 v2.19.0 Benjamin Canac 2024-11-05 16:56:42 +01:00
  • ceecb60c3b feat(Form): apply transformations (#2460) kyyy 2024-11-05 22:13:25 +07:00
  • 23971efdb0 fix(module): missing types in ui config (#2467) CJBoy 2024-11-05 23:08:54 +08:00
  • 1a94b55caa fix(InputMenu/SelectMenu): prevent unnecessary updates when modelValue is unchanged (#2507) Ersan Karimi 2024-11-05 23:08:36 +08:00