angular-react/CHANGELOG.md

15 KiB

Change Log

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

0.6.5 (2019-05-16)

Propagate max length attribute in fab-text-field component

0.6.2 (2019-03-24)

Fix for broken 0.6.1 release.

0.6.1 (2019-03-22)

Features

  • fabric: Update dropdown with directives. (#104) (a93575c)

Bug fixes

  • fabric: Add blur events to Fabric text field components. (#98) (8e997c9)

0.6.0 (2019-03-08)

Breaking changes

  • fabric: Upgrade office-ui-fabric-react to 6.151.0.(#96) (87863d9)

Features

  • fabric: Update combobox and calendar with directives. (#95) (8ccbaa5)

  • fabric: Add directives for the ComboBox and Calendar to enable the Angular-style template localization pattern. (#95) (8ccbaa5)

Bug fixes

  • core: Change wrapper to fix some timing bugs. (#95) (8ccbaa5)

0.5.12 (2019-02-20)

Features

Bug fixes

  • fabric: Add explicit events for FabTextField and FabMaskedTextField components (#92) (2f48c6c)

0.5.11 (2019-01-31)

Bug fixes

  • fabric: fix typed-changes failing in some AOT configurations (#86) (498cfde)

0.5.10 (2019-01-27)

Bug fixes

  • core: workaround for TemplateRef update issues (#81) (83f6b3a)

  • fabric: take benefits from tree-shaking support in Fabric (#80) (9ca3e45)

0.5.9 (2019-01-22)

Bug fixes

  • fabric: fix dataset not being passed to office-ui-fabric-react in contextual menu items declared in template (directives) (#75) (1bf0d3a)

0.5.8 (2018-12-30)

Bug fixes

  • fabric: add missing TextField props. (#67) (7e660e9)

0.5.7 (2018-12-30)

Bug fixes

  • fabric: add missing TextField props. (#65) (5bdbf64)

0.5.6 (2018-12-24)

Features

  • fabric: Add Dropdown component. (#63) (7cd90dd)
  • fabric: Add declarative syntax for menu items in Buttons. (#61) (0bf7d9a)

Bug fixes

  • fabric: Add missing module mappings. (#62) (5a99d70)

0.5.5 (2018-12-16)

Features

  • fabric: Add TextField and MaskedTextField components. (#58) (d18320e)
  • fabric: Add SpinButton component. (#59) (35dbbbe)

0.5.4 (2018-12-11)

Bug fixes

  • core: Fix for geteventlisteners loading multiple times in certain scenarios. (#56) (7f691d7)

0.5.3 (2018-12-06)

Bug fixes

  • core: Fix for geteventlisteners not working with AOT (--prod) builds. (#54) (deefeb5)

0.5.2 (2018-12-06)

Bug fixes

  • core: Fix v0.5.1 failing to be built in apps. (#52) (5c80d79)

0.5.1 (2018-12-06)

Bug fixes

  • core: Moved geteventlisteners module to a local one and revised JS to use ES5 syntax (#48) (79c6389)

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)