Skip to content

v0.8.0

Latest

Choose a tag to compare

@kripod kripod released this 23 Aug 06:30
· 3 commits to main since this release
4e11ca5

Minor Changes

  • d9670a8 Thanks @kripod! - refactor!: make package ESM-only

  • b5ee009 Thanks @kripod! - refactor(Button): simplify prop types

  • b5ee009 Thanks @kripod! - refactor: remove renderButtonAsLink helper

  • c96fcd3 Thanks @kripod! - refactor!: rename button and chip components

    Old New
    PrimaryButton ButtonPrimary
    SecondaryButton ButtonSecondary
    TertiaryButton ButtonTertiary
    CheckboxChip ChipCheckbox
    CheckboxChipGroup ChipCheckboxGroup
    RadioChip ChipRadio
    RadioChipGroup ChipRadioGroup
  • 62f429a Thanks @kripod! - refactor(Chip)!: rewrite using Ariakit

Patch Changes

  • b80cdc8 Thanks @kripod! - fix(BottomSheet): virtual keyboard handling in Chrome

  • 3c835c4 Thanks @kripod! - refactor(BottomSheet): simplify layout

  • 69aca67 Thanks @kripod! - refactor(Button): disable selecting contents