Closed github-actions[bot] closed 1 month ago
Name | Link |
---|---|
Latest commit | 9d97e6c572746d8b90f1d6ac844a13e492168b0b |
Latest deploy log | https://app.netlify.com/sites/wl-hopper/deploys/67082e35332ce20008084783 |
Deploy Preview | https://deploy-preview-488--wl-hopper.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hopper-ui/components@1.3.21
Patch Changes
dbb0b74: Updated react aria versions and hopper styled-system version.
dbb0b74: We've separated the Button component into two distinct components: Button and LinkButton. This change clarifies their purposes and simplifies their usage. The Button component now focuses solely on traditional button functionality, without any link-related features.
Meanwhile, the new LinkButton component is specifically designed for link-based interactions, visually styled like a button but meant for navigation. Unlike Button, LinkButton does not support loading states (isLoading), as its primary role is to facilitate navigation rather than trigger actions that require loading feedback.
Updated dependencies [dbb0b74]
@hopper-ui/icons@2.8.3
Patch Changes