Skip to content

Releases: fabric-design/components

1.0.11

24 Aug 10:25
Compare
Choose a tag to compare

Bug Fixes

  • header: Fixed wrong key name for local storage (#111) (c32d20f)
  • header: UX Improvements of the Header (#112) (fe701f6)

1.0.10

27 Jul 14:11
Compare
Choose a tag to compare

Bug Fixes

  • dropdown: Fixed text generation for dropdowns with type != select (7825a38)
  • header: Fixed style of application logo (3edce09)

1.0.9

21 Jul 14:40
Compare
Choose a tag to compare

Bug Fixes

  • header: Fixed icon alignment (e2f608b)
  • header: Fixed shadows and unit tests (a0871b1)
  • header: Refactored header to use simpler callback approach instead of simple stream for propagating access token (44a2237)

Features

  • header: Implemented new header with authentication, locale management and according to design (93f5db0)

1.0.8

21 Jul 13:02
Compare
Choose a tag to compare

Bug Fixes

  • notification: removeEventListener should have 2 arguments not only one (#103) (a157a43)

1.0.7

21 Jul 07:29
Compare
Choose a tag to compare

Bug Fixes

  • tiles-chart: update tile size when rerendering (352aa0e)

1.0.6

18 Jul 15:06
Compare
Choose a tag to compare

Bug Fixes

  • date-picker: Fixed styling according to the design system (535ada0)
  • dropdown: Made dropdown as wide as select is (#97) (a25c878)
  • week-picker: Fixed week picker according to the design system (8cd687e)

1.0.5

10 Jul 14:24
Compare
Choose a tag to compare

Bug Fixes

  • dropdown: Show correct label for preselected value (#94) (ed83683)

1.0.4

05 Jul 11:52
Compare
Choose a tag to compare

Bug Fixes

  • date-picker: Made changing format of date picker only global possible (489bb38)
  • documentation: Changed dropdown disabled documentation (ee9e605)
  • documentation: Fixed API generation to only generate one file per folder (1bedaae)
  • week-picker: linting (0df8723)
  • week-picker: linting (248f819)
  • ws-tile-chart: Fix to not break when there aren't any groups to show (641f460)
  • ws-tile-chart: Fix to not break when there aren't any groups to show (d5522aa)

Features

  • documentation: Added new doc for date picker and notification (00c9de4)
  • documentation: Automatically generate documentation on build (5d0c761)
  • documentation: Automatically generate documentation on build (e89e0e6)
  • documentation: Fixed api doc generation, added doc for dropdown component and fixed small bug (987ab01)

1.0.3

04 Jul 13:49
Compare
Choose a tag to compare
Bumped version to 1.0.3 [skip ci]

1.0.2

04 Jul 13:11
Compare
Choose a tag to compare

Bug Fixes

  • date-picker: Made changing format of date picker only global possible (9ad94c9)
  • documentation: Changed dropdown disabled documentation (2f8532b)
  • documentation: Fixed API generation to only generate one file per folder (92060a5)
  • ws-tile-chart: Fix to not break when there aren't any groups to show (2ff66ee)

Features

  • ci: Implemented automatic release version and changelog generation (#79) (86a10ae)
  • documentation: Added new doc for date picker and notification (adafaec)
  • documentation: Automatically generate documentation on build (425a32a)
  • documentation: Fixed api doc generation, added doc for dropdown component and fixed small bug (2868ef0)
  • dropdown: Drop down support for disabled property (#75) (4ae06b4), closes #74
  • tile-chart: Added mouse events and generated docs (9dd566f)