Skip to content

Releases: nextui-org/nextui

@nextui-org/[email protected]

10 Dec 14:37
cc5f98d
Compare
Choose a tag to compare

Patch Changes

@nextui-org/[email protected]

10 Dec 13:53
10ea739
Compare
Choose a tag to compare

Patch Changes

@nextui-org/[email protected]

10 Dec 21:19
85893b5
Compare
Choose a tag to compare

🚀 What's Changed

🐛 Bug Fixes

  • Interactive Elements: Fixed issues with onClick events on interactive elements like buttons, cards, and links. The onClick event has been deprecated and replaced with onPress for better accessibility and compatibility. #4322 by @jrgarciadev

🛠️ Maintenance

  • CI: Updated the release process to exit if the build fails, ensuring no incomplete releases are published. #4319 by @winchesHe
  • Changesets: Updated versioning packages to streamline the release process. #4323 by @github-actions

🔄 Migration Steps

To ensure compatibility with this update, follow these steps:

  1. Replace all onClick handlers in your code with onPress.
    Example:
   <Button onPress={() => console.log('Button pressed')}>Click Me</Button>
  1. Check all custom components using onClick and refactor them to use onPress if they rely on NextUI components internally.
  2. Test interactive elements like buttons, cards, and links across devices, particularly on iOS and Android, to ensure functionality.

@nextui-org/[email protected]

10 Dec 14:37
cc5f98d
Compare
Choose a tag to compare

🚀 What's Changed

🐛 Bug Fixes

✨ Improvements

@nextui-org/[email protected]

10 Dec 13:53
10ea739
Compare
Choose a tag to compare

🚀 What's Changed

🐛 Bug Fixes

✨ Improvements

@nextui-org/[email protected]

10 Dec 14:37
cc5f98d
Compare
Choose a tag to compare

Patch Changes

@nextui-org/[email protected]

10 Dec 13:53
10ea739
Compare
Choose a tag to compare

Patch Changes

@nextui-org/[email protected]

10 Dec 21:18
85893b5
Compare
Choose a tag to compare

Patch Changes

@nextui-org/[email protected]

10 Dec 14:37
cc5f98d
Compare
Choose a tag to compare

Patch Changes

@nextui-org/[email protected]

10 Dec 13:53
10ea739
Compare
Choose a tag to compare

Patch Changes