Skip to content

Commit 1d94ddc

Browse files
authored
0.6.0 (#97)
* bump core and fabric versions * update changelog
1 parent 8ccbaa5 commit 1d94ddc

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.6.0"></a>
7+
8+
# [0.6.0](https://github.com/Microsoft/angular-react/compare/v0.5.12...v0.6.0) (2019-03-08)
9+
10+
## Breaking changes
11+
12+
- **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))
13+
14+
## Features
15+
16+
- **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))
17+
18+
- **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))
19+
20+
### Bug fixes
21+
22+
- **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))
23+
624
<a name="0.5.12"></a>
725

826
# [0.5.12](https://github.com/Microsoft/angular-react/compare/v0.5.11...v0.5.12) (2019-02-20)

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.5.12",
4+
"version": "0.6.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.5.12",
4+
"version": "0.6.0",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
4444
],
4545
"private": false,
4646
"peerDependencies": {
47-
"@angular-react/core": "^0.5.12",
47+
"@angular-react/core": "^0.6.0",
4848
"@angular/common": "^7.0.3",
4949
"@angular/core": "^7.0.3",
5050
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)