Skip to content

Releases: onewelcome/react-lib-components

3.0.0

16 Aug 11:41
bba5bd2
Compare
Choose a tag to compare

BREAKING CHANGES

  • <ProgressBar /> component now no longer accepts a placeholderText property. Instead, it accepts label, caption, percentage and accessibilityTitle. The completed prop remains unchanged and can still be used. The default display is a moving bar, the completed amount, however, can still be used to set a static width based on the percentage.
  • <Tooltip /> component now no longer accepts placement, offset and transformOrigin props. They have been replaced by location (top, bottom, left, right) and position (center, start, end).
  • <WizardActions /> component changed its properties completely - check the documentation for more information (cancelButtonLabel, previousButtonLabel, nextButtonLabel, saveAndCloseButtonLabel, onCancel, onNext, onPrevious & onSaveAndClose were replaced by actions object with cancel, previous, next & saveAndClose nested objects)
  • <Dialog /> component now no longer accepts alignActions property. Actions will now always be aligned to the right. On top of this, it now accepts titleIcon (boolean OR <Icon /> component) and caption (string). It's now also possible to provide a cancelAction property which accepts an object with label (string) and disable (boolean).
  • <Pagination /> component requires currentPage property
  • modalHeaderBackgroundColor property was removed from <BaseStyling /> component
  • z-index property of <Popover /> has been changed from 1 to 100

Deprecations

  • <StatusIndicator /> component is now deprecated and the new <Tag /> component is now the preferred way of showing a status.

What's Changed

Full Changelog: 2.3.0...3.0.0

2.3.0

26 Jun 09:14
fa8669c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

14 Jun 11:29
967b58b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

13 Jun 10:03
ba374a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0-alpha.3

06 Jun 05:15
fa1b04a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-alpha.2...2.0.0-alpha.3

2.0.0

06 Jun 12:38
63e7be2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.2...2.0.0

2.0.0-alpha.2

26 May 07:16
bc306f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-alpha.1...2.0.0-alpha.2

2.0.0-alpha.1

24 May 12:37
b7a727f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-alpha...2.0.0-alpha.1

2.0.0-alpha

04 May 10:47
17cde5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.2...2.0.0-alpha

1.9.2

20 Apr 07:43
eb57082
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.1...1.9.2