Skip to content

Releases: onewelcome/react-lib-components

6.0.0

15 Dec 10:52
ca99c9a
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Using snackbar title as content is no longer supported

Full Changelog: 5.2.0...6.0.0

5.2.0

06 Dec 11:41
08522a8
Compare
Choose a tag to compare

What's Changed

Deprecations

  • <Wizard /> component has been deprecated in favor of the Stepper component

Full Changelog: 5.1.0...5.2.0

5.1.0

22 Nov 12:05
bc1bd7c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.1.0

5.0.0

22 Nov 10:21
5092bc6
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Fieldset component => removed error prop.
  • FormControl component => removed error prop.

Full Changelog: 4.3.0...5.0.0

4.3.0

15 Nov 13:24
6ada19b
Compare
Choose a tag to compare

What's Changed

  • UCL-394 Implemented Stepper component by @szmejk in #638

Full Changelog: 4.2.0...4.3.0

4.2.0

01 Nov 08:01
baa0a33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

4.1.1

19 Sep 08:46
830217e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

4.1.0

18 Sep 06:29
e99d799
Compare
Choose a tag to compare

What's Changed

  • export Tag component and its corresponding types by @szmejk in #632

Full Changelog: 4.0.0...4.1.0

4.0.0

30 Aug 08:01
66ca03c
Compare
Choose a tag to compare

BREAKING CHANGES

  • The onClose property is no longer needed on <ModalHeader /> and <ModalActions />.
  • <Dialog /> and <ModalActions /> do not require cancelAction to be provided.
  • The cancelAction property on <Dialog /> and <ModalActions /> now requires the label property (the disable option is no longer supported - do not provide the cancelAction property if you want to disable the cancel button).
  • The cancel button was removed from <WizardActions />. These actions were designed to be used within <Modal />, which already has a built-in cancel button.

What's Changed

Full Changelog: 3.0.1...4.0.0

3.0.1

21 Aug 07:06
053e9d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1