- **fabric:** Update dropdown with directives. ([#104](https://github.com/Microsoft/angular-react/pull/104)) ([a93575c](https://github.com/Microsoft/angular-react/commit/a93575c7a1b31564c0baedd0706d83a77be2271c))
### Bug fixes
- **fabric:** Add blur events to Fabric text field components. ([#98](https://github.com/Microsoft/angular-react/pull/98)) ([8e997c9](https://github.com/Microsoft/angular-react/commit/8e997c9872567e8d1ad839c91e6c464b92444ea9))
- **fabric:** Upgrade `office-ui-fabric-react` to `6.151.0`.([#96](https://github.com/Microsoft/angular-react/pull/96)) ([87863d9](https://github.com/Microsoft/angular-react/commit/87863d96b269ea538c77df09d1e9e1a78190375a))
## Features
- **fabric:** Update combobox and calendar with directives. ([#95](https://github.com/Microsoft/angular-react/pull/95)) ([8ccbaa5](https://github.com/Microsoft/angular-react/commit/8ccbaa5e3efaf7cb971169f9ce06aaac0b0a2a52))
- **fabric:** Add directives for the ComboBox and Calendar to enable the Angular-style template localization pattern. ([#95](https://github.com/Microsoft/angular-react/pull/95)) ([8ccbaa5](https://github.com/Microsoft/angular-react/commit/8ccbaa5e3efaf7cb971169f9ce06aaac0b0a2a52))
### Bug fixes
- **core:** Change wrapper to fix some timing bugs. ([#95](https://github.com/Microsoft/angular-react/pull/95)) ([8ccbaa5](https://github.com/Microsoft/angular-react/commit/8ccbaa5e3efaf7cb971169f9ce06aaac0b0a2a52))
- **core:** workaround for TemplateRef update issues ([#81](https://github.com/Microsoft/angular-react/pull/81)) ([83f6b3a](https://github.com/Microsoft/angular-react/commit/83f6b3a39f30cda19bbc7562efd522fd62e2c195))
- **fabric**: take benefits from tree-shaking support in Fabric ([#80](https://github.com/Microsoft/angular-react/pull/80)) ([9ca3e45](https://github.com/Microsoft/angular-react/commit/9ca3e4570562f3e2489b5925c0101584f8055220))
- **fabric:** fix dataset not being passed to office-ui-fabric-react in contextual menu items declared in template (directives) ([#75](https://github.com/Microsoft/angular-react/pull/75)) ([1bf0d3a](https://github.com/Microsoft/angular-react/commit/1bf0d3a81898c77326c663d33b55faf63eed1849))
- **fabric:** Add declarative syntax for menu items in Buttons. ([#61](https://github.com/Microsoft/angular-react/pull/61)) ([0bf7d9a](https://github.com/Microsoft/angular-react/commit/0bf7d9ab3758f979161799d6dc16012958c68cdf))
- **core:** Fix for `geteventlisteners` loading multiple times in certain scenarios. ([#56](https://github.com/Microsoft/angular-react/pull/56)) ([7f691d7](https://github.com/Microsoft/angular-react/commit/7f691d79727e77478ff13362c1399c949bb21bd8))
- **core:** Fix for `geteventlisteners` not working with AOT (`--prod`) builds. ([#54](https://github.com/Microsoft/angular-react/pull/54)) ([deefeb5](https://github.com/Microsoft/angular-react/commit/deefeb52d83b09563763731fefbd227d25824a54))
- **core:** Fix v0.5.1 failing to be built in apps. ([#52](https://github.com/Microsoft/angular-react/pull/52)) ([5c80d79](https://github.com/Microsoft/angular-react/commit/5c80d797a51630a348c241572d6686df6c4f3f71))
- **core:** Moved geteventlisteners module to a local one and revised JS to use ES5 syntax ([#48](https://github.com/Microsoft/angular-react/pull/48)) ([79c6389](https://github.com/Microsoft/angular-react/commit/79c63899c7d2b882b90c092d929758ad8707f24d))
- **all:** Upgrade Angular version to 7.0.3 ([#45](https://github.com/Microsoft/angular-react/pull/45)) ([bc39370](https://github.com/Microsoft/angular-react/commit/bc393707bdfb9f163b2e718702e35f0fb4ff25c3))
- **all:** Upgrade React version to ^16.6.3 ([#45](https://github.com/Microsoft/angular-react/pull/45)) ([bc39370](https://github.com/Microsoft/angular-react/commit/bc393707bdfb9f163b2e718702e35f0fb4ff25c3)) ([#46](https://github.com/Microsoft/angular-react/pull/46)) ([87e70de](https://github.com/Microsoft/angular-react/commit/87e70de0cee459c69c914e2f723b4e647e3f466f))
- **all:** Remove all index barrel files ([#44](https://github.com/Microsoft/angular-react/pull/44)) ([7f36a6b](https://github.com/Microsoft/angular-react/commit/7f36a6b47e77c70d53cc4290e53a1a8329d44467))
- **core:** Upgrade css-to-style to ^1.2.1 ([5408b23](https://github.com/Microsoft/angular-react/commit/5408b238c2e3903a7417b6a2fd2e8c82bd94b0f1))
- **fabric:** Fix `<command-bar-item>` not recognizing some inputs ([#42](https://github.com/Microsoft/angular-react/pull/42)) ([411ef87](https://github.com/Microsoft/angular-react/commit/411ef8730e7e2d984e1a86f03f8603dfb335f499))
- **fabric:** Fix bad imports in DetailsList module ([#43](https://github.com/Microsoft/angular-react/pull/43)) ([80a50e6](https://github.com/Microsoft/angular-react/commit/80a50e69942c6e679ecdb3c4f0fa2621932231c4))
- **core:** Content class and contentStyle refactor and enhancements ([#27](https://github.com/Microsoft/angular-react/pull/27)) ([04f537d](https://github.com/Microsoft/angular-react/commit/04f537d432370c0da4f9afa91b8b4172a8c6df3d))
- **core:** Fix ng-templates rendered as render props not updating when internal bindings change ([#28](https://github.com/Microsoft/angular-react/pull/28)) ([626e9b8](https://github.com/Microsoft/angular-react/commit/626e9b8d7c84f049862cf6b26d9c1a8c334e732c))
- **fabric:** Fix `ICommandBarItemOptions` type (again) ([#23](https://github.com/Microsoft/angular-react/pull/23)) ([0561e92](https://github.com/Microsoft/angular-react/commit/0561e921fb5c4bf40da9fd252973f87249da97fc))
- **fabric:** Fix change detection on items change in command bar when using declarative syntax ([#26](https://github.com/Microsoft/angular-react/pull/26)) ([c1097d3](https://github.com/Microsoft/angular-react/commit/c1097d379017b310495935011899ea640d4d6d4e))
- **core:** Fix tree shaking removing code needed for handling `ng-content` in production builds ([#13](https://github.com/Microsoft/angular-react/issues/13)) ([5c15bd2](https://github.com/Microsoft/angular-react/commit/5c15bd2))
- **core:** Fix React nodes being removed from DOM when they are still needed ([#7](https://github.com/Microsoft/angular-react/issues/7)) ([184844](https://github.com/Microsoft/angular-react/commit/184844))
- **fabric:** Workaround for components using plain CSS under the hood to not load the style when tree-shaken (using `ng build --prod`) ([#8](https://github.com/Microsoft/angular-react/issues/8)) ([c4e521](https://github.com/Microsoft/angular-react/commit/c4e521))