Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chakra-ui/ark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @ark-ui/react@5.3.1
Choose a base ref
...
head repository: chakra-ui/ark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @ark-ui/react@5.4.0
Choose a head ref
  • 10 commits
  • 66 files changed
  • 2 contributors

Commits on Mar 24, 2025

  1. chore: update lockfile

    segunadebayo committed Mar 24, 2025
    Copy the full SHA
    020e2f2 View commit details

Commits on Mar 27, 2025

  1. Copy the full SHA
    7714619 View commit details
  2. fix(vue): examples and field.textarea

    segunadebayo committed Mar 27, 2025
    Copy the full SHA
    d7f2bef View commit details

Commits on Mar 28, 2025

  1. feat(*): integrate latest zag.js

    cschroeter committed Mar 28, 2025
    Copy the full SHA
    8cbe854 View commit details
  2. chore: simplify templates

    segunadebayo committed Mar 28, 2025
    Copy the full SHA
    075f64f View commit details
  3. feat(menu): implement select event on item

    segunadebayo committed Mar 28, 2025
    Copy the full SHA
    0377421 View commit details
  4. chore: bump deps

    cschroeter committed Mar 28, 2025
    Copy the full SHA
    96380bf View commit details
  5. chore: release @ark-ui/solid v5.4.0

    cschroeter committed Mar 28, 2025
    Copy the full SHA
    af2a415 View commit details
  6. chore: release @ark-ui/vue v5.4.0

    cschroeter committed Mar 28, 2025
    Copy the full SHA
    67e2502 View commit details
  7. chore: release @ark-ui/react v5.4.0

    cschroeter committed Mar 28, 2025
    Copy the full SHA
    a9c90fe View commit details
Showing with 784 additions and 630 deletions.
  1. +339 −393 bun.lock
  2. +3 −3 package.json
  3. +19 −0 packages/react/CHANGELOG.md
  4. +61 −61 packages/react/package.json
  5. +1 −1 packages/react/src/components/field/examples/textarea-autoresize.tsx
  6. +1 −0 packages/react/src/components/field/field.stories.tsx
  7. +28 −0 packages/react/src/components/menu/examples/select-event.tsx
  8. +19 −4 packages/react/src/components/menu/menu-item.tsx
  9. +1 −0 packages/react/src/components/menu/menu.stories.tsx
  10. +22 −0 packages/solid/CHANGELOG.md
  11. +59 −59 packages/solid/package.json
  12. +3 −2 packages/solid/src/components/date-picker/date-picker-table.tsx
  13. +1 −1 packages/solid/src/components/field/examples/textarea-autoresize.tsx
  14. +9 −14 packages/solid/src/components/field/field-textarea.tsx
  15. +1 −0 packages/solid/src/components/field/field.stories.tsx
  16. +27 −0 packages/solid/src/components/menu/examples/select-event.tsx
  17. +18 −4 packages/solid/src/components/menu/menu-item.tsx
  18. +1 −0 packages/solid/src/components/menu/menu.stories.tsx
  19. +4 −5 packages/solid/src/components/toggle/toggle-indicator.tsx
  20. +12 −12 packages/svelte/package.json
  21. +20 −0 packages/vue/CHANGELOG.md
  22. +53 −53 packages/vue/package.json
  23. +16 −4 packages/vue/src/components/field/field-textarea.vue
  24. +4 −0 packages/vue/src/components/field/field.stories.vue
  25. +30 −0 packages/vue/src/components/menu/examples/select-event.vue
  26. +13 −3 packages/vue/src/components/menu/menu-item.vue
  27. +4 −0 packages/vue/src/components/menu/menu.stories.vue
  28. +5 −1 packages/vue/src/components/menu/tests/menu.test.ts
  29. +1 −1 scripts/package.json
  30. 0 templates/{react → }/next-js/README.md
  31. 0 templates/{react → }/next-js/next-env.d.ts
  32. 0 templates/{react → }/next-js/next.config.ts
  33. +2 −2 templates/{react → }/next-js/package.json
  34. BIN templates/{react → }/next-js/src/app/favicon.ico
  35. 0 templates/{react → }/next-js/src/app/layout.tsx
  36. 0 templates/{react → }/next-js/src/app/page.tsx
  37. 0 templates/{react → }/next-js/src/components/avatar.css
  38. 0 templates/{react → }/next-js/src/components/avatar.tsx
  39. 0 templates/{react → }/next-js/tsconfig.json
  40. 0 templates/{vue → }/nuxt/.gitignore
  41. 0 templates/{vue → }/nuxt/README.md
  42. 0 templates/{vue → }/nuxt/app.vue
  43. 0 templates/{solid/solid-start/src → nuxt}/components/avatar.css
  44. 0 templates/{vue → }/nuxt/components/avatar.vue
  45. 0 templates/{vue → }/nuxt/nuxt.config.ts
  46. 0 templates/{vue → }/nuxt/package.json
  47. BIN templates/{vue → }/nuxt/public/favicon.ico
  48. 0 templates/{vue → }/nuxt/public/robots.txt
  49. 0 templates/{vue → }/nuxt/server/tsconfig.json
  50. 0 templates/{vue → }/nuxt/tsconfig.json
  51. 0 templates/{solid → }/solid-start/README.md
  52. 0 templates/{solid → }/solid-start/app.config.ts
  53. 0 templates/{solid → }/solid-start/package.json
  54. BIN templates/{solid → }/solid-start/public/favicon.ico
  55. 0 templates/{solid → }/solid-start/src/app.css
  56. 0 templates/{solid → }/solid-start/src/app.tsx
  57. 0 templates/{vue/nuxt → solid-start/src}/components/avatar.css
  58. 0 templates/{solid → }/solid-start/src/components/avatar.tsx
  59. 0 templates/{solid → }/solid-start/src/entry-client.tsx
  60. +1 −1 templates/{solid → }/solid-start/src/entry-server.tsx
  61. 0 templates/{solid → }/solid-start/src/global.d.ts
  62. 0 templates/{solid → }/solid-start/src/routes/[...404].tsx
  63. 0 templates/{solid → }/solid-start/src/routes/about.tsx
  64. 0 templates/{solid → }/solid-start/src/routes/index.tsx
  65. 0 templates/{solid → }/solid-start/tsconfig.json
  66. +6 −6 website/package.json
Loading