Skip to content

Releases: d2iq/ui-kit

v2.2.0

12 Apr 09:34
ca1d2df
Compare
Choose a tag to compare

2.2.0 (2019-04-12)

Features

  • storybook: upgrade to storybook 4 (ccc8a46)
  • storybook: upgrade to storybook 5.0.5 (a5b0fd3)

v2.1.1

10 Apr 21:07
44bd6c2
Compare
Choose a tag to compare

2.1.1 (2019-04-10)

Bug Fixes

  • table: tweaks to resizable col styles (12c306e)

v2.1.0

10 Apr 06:09
4ed501a
Compare
Choose a tag to compare

2.1.0 (2019-04-10)

Features

  • table: resizable table columns (de9a0e1)

v2.0.2

22 Mar 20:39
60da406
Compare
Choose a tag to compare

2.0.2 (2019-03-22)

Bug Fixes

  • table: account for scrollbars for col widths (3752123)

v2.0.1

19 Mar 08:27
d547730
Compare
Choose a tag to compare

2.0.1 (2019-03-19)

Bug Fixes

  • add z-index to dropdownable so it can be used in modal (1a8c3cb)

v2.0.0

18 Mar 11:05
Compare
Choose a tag to compare

2.0.0 (2019-03-18)

Bug Fixes

  • table: remove content-based column width sizing (5bba31c)

BREAKING CHANGES

  • table: This change removes the CellMeasurer component used to size table column width to the widest piece of content in the column

Before: Not passing a function to the "width" prop on a Column component would result in the column's width being as wide as the widest piece of content in that column

After: Not passing a function to the "width" prop on a Column component results in that column being sized in proportion to the width of the area the table is displayed in. For example: If a table is 1000px wide and has 5 columns, the column/s without a width prop would be 200px wide (1000px/5)

Closes DCOS-50093

v1.35.0

16 Mar 10:24
5f96cac
Compare
Choose a tag to compare

1.35.0 (2019-03-16)

Features

  • ui: onClose callback on tooltip (ec86f0e)

v1.34.4

11 Mar 22:30
f45b1e6
Compare
Choose a tag to compare

1.34.4 (2019-03-11)

Bug Fixes

  • don't create styled component in render function (50a01aa)

v1.34.3

11 Mar 09:14
f276139
Compare
Choose a tag to compare

1.34.3 (2019-03-11)

Bug Fixes

  • table: only re-render classname for cells (272e86a)

v1.34.2

08 Mar 17:49
3e1ad33
Compare
Choose a tag to compare

1.34.2 (2019-03-08)

Bug Fixes

  • Tooltip: use mouseOver instead of mouseEnter (554e40c)