Skip to content

Releases: fabric-design/components

1.0.53

05 Sep 09:27
Compare
Choose a tag to compare

Bug Fixes

  • inline-edit: Resize inline edit when value changes from outside (#198) (c494292)

1.0.52

10 Aug 10:41
Compare
Choose a tag to compare

Bug Fixes

  • overlay: Fixed corrupted state when call open() and close() to fast and often (#196) (9926a66)

1.0.51

03 Aug 15:15
Compare
Choose a tag to compare

Bug Fixes

  • date-picker: Fixed picker not closing when clicking in another picker (#194) (7ee9fc6)
  • inline-edit: Fixed old import (123535b)
  • inline-edit: Fixed tests (262fc72)
  • inline-edit: Fixed tests (4997b84)
  • inline-edit: Use change event instead of blur to prevent duplicate submission (4d91409)
  • inline-edit: Validate empty values (441c7c8)
  • overlay: Adding overlay to index to export it (92a5219)

Features

  • inline-edit: Added narrow style with resizing input (b64b71f)
  • inline-edit: Added tests and prevent native change events (77508ec)
  • inline-edit: Rebuilt inline edit with number and price validation (881fd25)

1.0.50

03 Aug 08:37
Compare
Choose a tag to compare

Features

  • dropdown: Added minFilterLength property to only show items when filter is long enough (#195) (54a2d95)

1.0.49

02 Aug 14:59
Compare
Choose a tag to compare

Bug Fixes

  • overlay: Fixed broken components when blurring the tab with an open overlay (#193) (d4e4d01)

1.0.48

01 Aug 16:55
Compare
Choose a tag to compare
Bumped version to 1.0.48 [skip ci]

1.0.47

26 Jul 14:20
Compare
Choose a tag to compare

Features

  • header: Added target option for nav links (#190) (e884e40)

1.0.46

12 Jul 10:43
Compare
Choose a tag to compare

Bug Fixes

  • dropdown: Fixed initial text for select dropdowns (#188) (7cc1213)

1.0.45

11 Jul 15:21
Compare
Choose a tag to compare

Migration

As this version extract the overlay from the dropdown to be reused later, you have to add ws-overlay/ws-overlay.scss to your styles before the dropdown.

Bug Fixes

  • date-picker: Fixed linter errors after master merge (bea4132)
  • date-picker: Prevent click event propagation (d09b36e)
  • dropdown: Fixed corrupted ref to dropdown item (82efeb1)
  • dropdown: Fixed renamed mixing (81e5d65)
  • dropdown: Fixed unit tests (7aedda1)
  • dropdown: Fixed value handling on multi level dropdowns (145279b)
  • dropdown: Fixed weired jsx behavior (010290e)
  • dropdown: Improved comment (09af07e)
  • multi-select: Fixed click not tracked on slower pc's (e444409)
  • multi-select: Fixed linter errrors (5b52ac4)
  • multi-select: Improved colors and fixed small issues (a6fb3dc)
  • option-buttons: Fixed handling of value and marking items as selected (9ba8fe9)
  • overlay: Cleanup (d356f3a)
  • overlay: Fixed tests and linter (27ea41d)

1.0.44

10 Jul 11:59
Compare
Choose a tag to compare

Bug Fixes

  • datepicker: diasabled pointer events on the icon so you can click through to the input (#180) (c75b7e6)
  • dropdown: no longer directly accesses the state (#170) (4ab4cb2)
  • lint: fixing master branch (36c3adb)
  • lint: wrong proptypes for function (43c691d)

Features

  • bundle: Created a bundle including fabric-scss, some dependencies and all components (#158) (4765081)
  • dropdown: accept custom class (42f6493)
  • header: Accept custom link elements (#160) (2c45eaa)