Skip to content

Releases: studiobakers/react-ui-toolkit

1.0.0-alpha.5.2.0

21 Feb 14:24
Compare
Choose a tag to compare

Breaking Changes

    <DateTimer
      range={[calculateFutureDate(17, "hour")]}
      alwaysShowSeconds={true}
      onEnd={handleDateTimerEnd}
    />

1.0.0-alpha.5.1.2

26 Jan 10:36
Compare
Choose a tag to compare

Input element cursor position issue solved for number inputs with locale string formatting #180

1.0.0-alpha.5.1.1

28 Oct 20:16
Compare
Choose a tag to compare
  • #167 deployed again.

1.0.0-alpha.5.1.0

28 Oct 20:02
Compare
Choose a tag to compare
  • Toggle items can being unselected when clicked the second time. #167

1.0.0-alpha.5.0.1

27 Oct 09:09
Compare
Choose a tag to compare
  • #166 merged correctly.

1.0.0-alpha.5.0.0

27 Oct 07:26
Compare
Choose a tag to compare

Breaking Changes

  • --is-disabled and --has-error class names have moved to the container instead of the input element directly. #166
  • Localization & Number formatting were turned off for Android and iOS devices on the input element. #161

1.0.0-alpha.4.1.2

26 Oct 10:14
Compare
Choose a tag to compare
Merge branch 'next-release' into main

1.0.0-alpha.4.1.1

26 Oct 08:54
Compare
Choose a tag to compare

New

1.0.0-alpha.4.1.0

16 Sep 14:27
Compare
Choose a tag to compare

Breaking Changes

New

1.0.0-alpha.4.0.0

26 Aug 14:53
Compare
Choose a tag to compare

Breaking Changes

  • If input--has-error or input--is-disabled classNames are used in any project, these classNames should update with input-container--has-error and input-container--is-disabled. #110 by @yasincaliskan
  • Don't parse integer if integer part is empty #111 by @yasincaliskan
  • Remove Avatar component #118 by @mfarukkoc
  • inputContainerRef is deprecated, you should start using ref instead of inputContainerRef #130 by @mfarukkoc & @yasincaliskan

Enhancements