Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 10 May 10:43
· 100 commits to main since this release
46ab860

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