Skip to content

Commit 1b4f942

Browse files
authored
Bump version of core + fabric to 0.5.0 (#47)
* Bump version of core + fabric to 0.5.0 * Add changelog
1 parent 57f7b0f commit 1b4f942

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.5.0"></a>
7+
8+
# [0.5.0](https://github.com/Microsoft/angular-react/compare/v0.4.10...v0.5.0) (2018-12-04)
9+
10+
### Breaking changes
11+
- **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))
12+
13+
### General
14+
- **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))
15+
- **all:** Remove all index barrel files ([#44](https://github.com/Microsoft/angular-react/pull/44)) ([7f36a6b](https://github.com/Microsoft/angular-react/commit/7f36a6b47e77c70d53cc4290e53a1a8329d44467))
16+
- **core:** Upgrade css-to-style to ^1.2.1 ([5408b23](https://github.com/Microsoft/angular-react/commit/5408b238c2e3903a7417b6a2fd2e8c82bd94b0f1))
17+
- **fabric:** Upgrade `office-ui-fabric-react` to 6.110.0 ([#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))
18+
19+
### Bug fixes
20+
- **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))
21+
- **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))
22+
23+
### Features
24+
- **fabric:** Add `<fab-plain-card>` and `<fab-expanding-card>` components ([#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))
25+
26+
<!-- ### Features
27+
28+
- **core:** Allow specifying arbitrary event handlers to any ReactWrapperComponent ([#39](https://github.com/Microsoft/angular-react/pull/39)) ([13ff801](https://github.com/Microsoft/angular-react/commit/13ff801cc780ff3350ded56cb696d365c51ea4ee))
29+
30+
- **fabric:** Add DetailsList, GroupItem, and MarqueeSelection components ([#37](https://github.com/Microsoft/angular-react/pull/37)) ([000fa42](https://github.com/Microsoft/angular-react/commit/000fa4284fd1bbdd2c0c60d8d75b0fa1b3214ea4))
31+
-->
32+
633
<a name="0.4.10"></a>
734

835
# [0.4.10](https://github.com/Microsoft/angular-react/compare/v0.4.9...v0.4.10) (2018-12-01)

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/core",
4-
"version": "0.4.10",
4+
"version": "0.5.0",
55
"ngPackage": {
66
"deleteDestPath": true,
77
"whitelistedNonPeerDependencies": [

libs/fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "0.4.10",
4+
"version": "0.5.0",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -70,7 +70,7 @@
7070
],
7171
"private": false,
7272
"peerDependencies": {
73-
"@angular-react/core": "^0.4.10",
73+
"@angular-react/core": "^0.5.0",
7474
"@angular/common": "^7.0.3",
7575
"@angular/core": "^7.0.3",
7676
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)