angular-react/CHANGELOG.md

8.0 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.0 (2018-12-04)

Breaking changes

  • all: Upgrade Angular version to 7.0.3 (#45) (bc39370)

General

Bug fixes

  • fabric: Fix <command-bar-item> not recognizing some inputs (#42) (411ef87)
  • fabric: Fix bad imports in DetailsList module (#43) (80a50e6)

Features

  • fabric: Add <fab-plain-card> and <fab-expanding-card> components (#45) (bc39370) (#46)

0.4.10 (2018-12-01)

Features

  • core: Allow specifying arbitrary event handlers to any ReactWrapperComponent (#39) (13ff801)

  • fabric: Add DetailsList, GroupItem, and MarqueeSelection components (#37) (000fa42)

0.4.9 (2018-11-01)

Features

0.4.8 (2018-10-21)

Bug fixes

  • core: Fix ReactTemplate change detection (#33) (f2bb5b1)

0.4.7 (2018-10-21)

Bug fixes

  • core: Fix typo in bundledDependencies.

0.4.6 (2018-10-21)

Bug fixes

  • core: Content class and contentStyle refactor and enhancements (#27) (04f537d)

  • core: Fix ng-templates rendered as render props not updating when internal bindings change (#28) (626e9b8)

  • fabric: Fix ICommandBarItemOptions type (again) (#23) (0561e92)

  • fabric: Fix change detection on items change in command bar when using declarative syntax (#26) (c1097d3)

0.4.5 (2018-10-16)

Bug fixes

  • fabric: Fix wrong intellisense for ICommandBarItem (#21) (ed15a3c)

0.4.4 (2018-10-02)

Breaking changes

  • fabric: Fix 'toggled'->'toggle' @Input typo in base-button (#19) (cbd1f82)

0.4.3 (2018-09-27)

Breaking changes

  • fabric: Upgrade office-ui-fabric-react to 6.73.0 (#16) (98fa9f7)

0.4.2 (2018-09-07)

Bug Fixes

  • core: Fix tree shaking removing code needed for handling ng-content in production builds (#13) (5c15bd2)

0.4.1 (2018-08-28)

Bug Fixes

  • core: Fix React nodes being removed from DOM when they are still needed (#7) (184844)
  • fabric: Workaround for components using plain CSS under the hood to not load the style when tree-shaken (using ng build --prod) (#8) (c4e521)

0.4.0 (2018-08-16)

Initial public release...

Bug Fixes

  • core: React-wrapped components inside inside ng-template don't re-render on changes (#5) (299e4b4)

Features

  • command-bar: add contrast and luminosity utilities (#3) (6f002f9)

BREAKING CHANGES

  • n/a

< 0.4.0

Features

  • core: original core and fabric libraries including docs (03ca764)