Skip to content

Releases: gsoft-inc/wl-hopper

@hopper-ui/[email protected]

16 Oct 21:40
c35c30e
Compare
Choose a tag to compare

Patch Changes

  • d098c47: Updated all dependencies.

@hopper-ui/[email protected]

16 Oct 21:40
c35c30e
Compare
Choose a tag to compare

Patch Changes

  • d098c47: Updated all dependencies.

@hopper-ui/[email protected]

16 Oct 21:40
c35c30e
Compare
Choose a tag to compare

Patch Changes

  • d098c47: Updated all dependencies.
  • 448b6e4: CheckboxField and RadioField will now have a description prop as opposed to a description slot.
  • Updated dependencies [d098c47]

@hopper-ui/[email protected]

11 Oct 18:05
ac3e25c
Compare
Choose a tag to compare

Patch Changes

  • c603aff: Badge used to change appearance based on the states of its parent, but now Badge will remain the same when its parent's state changes.

@hopper-ui/[email protected]

10 Oct 20:10
4d831b7
Compare
Choose a tag to compare

Patch Changes

  • dbb0b74: Updated react aria versions and hopper styled-system version.

@hopper-ui/[email protected]

10 Oct 20:38
610c3f4
Compare
Choose a tag to compare

Patch Changes

  • d329436: In the Badge component, we were using data-variant to be able to add styles in other components based on its variant. Now that we have className render props, we can switch back to using a class for Badge's variant prop.

@hopper-ui/[email protected]

10 Oct 20:10
4d831b7
Compare
Choose a tag to compare

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/[email protected]

08 Oct 14:38
f4e9f95
Compare
Choose a tag to compare

Patch Changes

  • 1ec20fc: - To ease the transition from Orbiter to Hopper, we want to be able to replace the Lozenge component from Orbiter with the one from Hopper. We have mapped Lozenge variants to their corresponding Badge variants for temporary compatibility.
    • Also moved the temporary mapping functions to utils files for maintainability and readability.

@hopper-ui/[email protected]

07 Oct 15:01
389a397
Compare
Choose a tag to compare

Patch Changes

  • edc8551: Handle Orbiter variants in Hopper for Tag

@hopper-ui/[email protected]

04 Oct 20:53
90f223f
Compare
Choose a tag to compare

Patch Changes

  • 37cd226: Removed extra padding around select and combo box popovers so that the scrollbar would be all the way to the right.