Skip to content

Releases: kripod/wise-design-system-tailwindcss

v0.8.0

23 Aug 06:30
4e11ca5

Choose a tag to compare

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

v0.7.0

26 May 05:01
8c23a45

Choose a tag to compare

Minor Changes

Patch Changes

  • 3a2e7c4 Thanks @kripod! - fix(SelectInputProps): make 'value' inferable to accept 'null'

v0.6.1

10 May 13:34
2b5fc76

Choose a tag to compare

Patch Changes

  • c930171 Thanks @kripod! - fix(SelectInput): remove triggering via enter key

  • 8a9327e Thanks @kripod! - build: preserve modules to cater for React Server Components

  • 4626a1e Thanks @kripod! - chore(deps): update Headless UI to v2

v0.6.0

10 May 10:43
46ab860

Choose a tag to compare

Minor Changes

  • f116f63 Thanks @kripod! - chore(deps): bump minimum TypeScript version to 5.4

  • 16ffc40 Thanks @kripod! - refactor!: use semantic text styles

  • 87530d4 Thanks @kripod! - chore(deps)!: drop React <18 support

  • 4f7d795 Thanks @kripod! - refactor!: change .theme-invert to .theme-contrast

  • 4f7d795 Thanks @kripod! - feat: overlay theme

  • #2 5921eaf Thanks @kripod! - feat(SelectInput): multiple prop for accepting more values at once

  • 88586e4 Thanks @kripod! - refactor(inputs)!: rename ‘xl’ size to ‘lg’

Patch Changes

  • 5f90c45 Thanks @kripod! - feat(Flag): ring around image

  • 6a7b22a Thanks @kripod! - fix(SelectInput): remove redundant tab stop for Chrome 125+ and Firefox

  • f78053e Thanks @kripod! - refactor: improve type safety of generic components

  • 522a5c9 Thanks @kripod! - feat: add HintPopover component

  • #2 5921eaf Thanks @kripod! - fix(SelectInput): truncate trigger content when SelectInputOption isn‘t used

  • 492cfd4 Thanks @kripod! - fix(SelectInput): remove nullish rendered values before delimiting within trigger

  • 1fd0c05 Thanks @kripod! - perf: adopt clsx/lite over clsx

  • 8c45bdc Thanks @kripod! - fix(Field): associating label with input

  • bd342e1 Thanks @kripod! - feat(SelectInput): ensure having an active option while filtering

  • #2 5921eaf Thanks @kripod! - fix(SelectInput): handle object value rendering gracefully by default