- **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))