Skip to content

Latest commit

 

History

History
executable file
·
559 lines (264 loc) · 25.1 KB

CHANGELOG.md

File metadata and controls

executable file
·
559 lines (264 loc) · 25.1 KB

1.0.53 (2018-09-05)

Bug Fixes

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

1.0.52 (2018-08-10)

Bug Fixes

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

1.0.51 (2018-08-03)

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 (2018-08-03)

Features

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

1.0.49 (2018-08-02)

Bug Fixes

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

1.0.48 (2018-08-01)

1.0.47 (2018-07-26)

Features

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

1.0.46 (2018-07-12)

Bug Fixes

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

1.0.45 (2018-07-11)

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 (2018-07-10)

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)

1.0.43 (2018-02-20)

Bug Fixes

  • option-buttons: Fixed import naming (751107a)
  • option-buttons: Fixed scss file naming (d2dbfa8)

1.0.42 (2018-02-19)

Bug Fixes

  • option-buttons: Fixed missing event handler for new nodes (#154) (f1710cb)

1.0.41 (2018-02-16)

Features

  • option-buttons: Created new component called option buttons (#153) (f75c817)

1.0.40 (2017-12-12)

1.0.39 (2017-12-12)

Bug Fixes

  • header: Fixed file name and added JSON serializer function to token class (#150) (0bc525e)

1.0.38 (2017-12-11)

Features

  • header: Added a wrapper for the access token to check expiration of token (#149) (00e6da0)

1.0.37 (2017-11-30)

1.0.35 (2017-11-29)

Bug Fixes

  • header: With amd build the header authorization initialization threw an error (#148) (edb4f32)

1.0.34 (2017-11-28)

Bug Fixes

  • ws-header: Ensure Authorization was initialized to fetch access token changes without DOMEvent (#147) (41ec7b7)

1.0.33 (2017-11-22)

1.0.32 (2017-11-22)

Features

  • dropdown: Add select all button to multiple option (#144) (8913004)

1.0.31 (2017-11-20)

1.0.30 (2017-11-10)

Bug Fixes

  • header: Fixed parsing name from token (#143) (d80f710)

1.0.29 (2017-11-08)

Bug Fixes

  • header: Fixed initial login state and login/logout action from header (6485591)
  • header: Fixed login from header (7141f01)

Features

  • header: Added feature to get the user the access token is issued for (41acf3e)

1.0.28 (2017-11-03)

Bug Fixes

  • header: Fixed documentation according to changes (315f982)
  • header: Fixed unauthorization and unit tests (b7f2cd3)
  • header: Fixes multiple token changes [BREAKING CHANGE] (7973a74)
  • header: Removed business partner id as default value (b0787e8)
  • header: Removed refresh token logic (e16c4f9)

1.0.27 (2017-10-26)

1.0.26 (2017-10-19)

1.0.25 (2017-10-18)

Features

  • tab-menu: Created a tab-menu component (#136) (4ab0155)

1.0.24 (2017-10-13)

Bug Fixes

1.0.23 (2017-09-19)

1.0.22 (2017-09-12)

Bug Fixes

  • build: Update Preact to make the demo page run again (3fc81ec)
  • linting: Make the demo page dependencies lint (298be1a)
  • preact: Remove fallback for PureComponent since it's now supported by preact-compat (ea6e2ff)

1.0.21 (2017-09-12)

1.0.20 (2017-09-08)

Bug Fixes

  • dropdown: Fixed state creation in dropdown (d6434f0)
  • header: Added hash link to home page (dd39e9c)

Features

  • dropdown: Made dropdown controllable with keyboard (6d79e6a)

1.0.19 (2017-08-31)

Bug Fixes

  • header: Added hash link to home page (#124) (9772d30)

1.0.18 (2017-08-31)

Bug Fixes

  • build: Fixed build and tests (38e6962)
  • docs: Remove merge conflict markers from dropdown docs (#122) (9691a07)
  • tile-chart: Fixed tile chart for preact (4304d17)

Features

  • dropdown: Added width attribute (424c523)

1.0.17 (2017-08-31)

1.0.16 (2017-08-31)

1.0.15 (2017-08-30)

1.0.14 (2017-08-30)

1.0.13 (2017-08-30)

1.0.12 (2017-08-25)

Features

1.0.11 (2017-08-24)

Bug Fixes

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

1.0.10 (2017-07-27)

Bug Fixes

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

1.0.9 (2017-07-21)

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 (2017-07-21)

Bug Fixes

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

1.0.7 (2017-07-21)

Bug Fixes

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

1.0.6 (2017-07-18)

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 (2017-07-10)

Bug Fixes

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

1.0.4 (2017-07-05)

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 (2017-07-04)

1.0.2 (2017-07-04)

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)

1.0.1 (2017-07-04)

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)