Skip to content

Releases: 42BV/ui

v2.15.0

23 Mar 13:38
Compare
Choose a tag to compare
  • improvement: ModalPicker button alignment 3a1d606
  • improvement: Added possibility to customize TextEditor toolbar d7673f2
  • fix: ModalPicker should not overflow a fixed-width container 57ae440
  • fix: code inspection issues 0db3706
  • improvement: withJarb support accepting errors as React.ReactNode f223dcc
  • fix: duplicate ID in asyncPage stories a9bb189
  • fix: withJarb removed label type definition. 0cfe4b0

v2.14.0...v2.15.0

v2.14.0

13 Mar 11:23
Compare
Choose a tag to compare
  • fix: withJarb is now exported 9773692
  • improvement: errors can now be displayed in tooltip mode in withJarb d862c39
  • fix: addon type integrity 14cdf09
  • improvement: added horizontal mode to multiple checkbox/radio 86310f5
  • improvement: ModalPicker allows for custom content ea74ded
  • fix: SearchInput size is now a property aaae565

v2.13.0...v2.14.0

v2.13.0

02 Mar 10:43
Compare
Choose a tag to compare
  • feat: form labels can now be React.ReactNode. adc6f07
  • improvement: labels are now optional on all inputs 31e6644
  • improvement: placeholders are now optional on most inputs 4e065bf
  • improvement: Added placeholder to SearchInput 6e69e7d
  • improvement: Added optional label to SearchInput 7029362

v2.12.1...v2.13.0

v2.12.1

24 Feb 14:30
Compare
Choose a tag to compare

Now exporting Tooltip from the index.

v2.12.0...v2.12.1

v2.12.0

24 Feb 13:19
Compare
Choose a tag to compare

v2.11.1

18 Feb 14:17
Compare
Choose a tag to compare
  • fix: EpicTable primary color could not be overriden 4e9fa92
  • fix: DateTimeInput empty value was displayed as invalid 0368da6
  • fix: Spelling in ContentState docs. d954a41

v2.11.0...v2.11.1

v2.11.0

12 Feb 15:01
Compare
Choose a tag to compare
  • improvement: MoreOrLess supports React.ReactNode 33dbac2
  • feat: async content supports empty state 5c58a71
  • bug: epic table detail now resizes. 2a1a1cc
  • chore: upgrade dependencies 13647e9

v2.10.0...v2.11.0

v2.10.0

05 Feb 08:36
Compare
Choose a tag to compare
  • Upgrade to jarb-final-form to version 1.2.0 9bd8b91
  • improvement: added rollup visualizer. 00268dd
  • chore: upgrade dependencies a155000

v2.9.1...v2.10.0

v2.9.1

03 Feb 07:51
Compare
Choose a tag to compare

Fix: build missed typescript d.ts files. 20afec3

v2.9.0...v2.9.1

v2.9.0

28 Jan 12:15
Compare
Choose a tag to compare

Added RadioGroup form component:

https://42bv.github.io/ui/storybook/?path=/story/form-radiogroup--fetched-options

Whenever ValuePicker is in single mode and the size is less than 4 it will now render the RadioGroup:

https://42bv.github.io/ui/storybook/?path=/story/form-valuepicker-single--basic

The Icon component can now be resized:

https://42bv.github.io/ui/storybook/?path=/story/core-icons--examples

Also we now have a small Loading component:

https://42bv.github.io/ui/storybook/?path=/story/core-loading--custom-text

v2.8.0...v2.9.0