* bump core and fabric versions

* update changelog
This commit is contained in:
Ben Grynhaus 2019-03-08 02:13:38 +02:00 коммит произвёл GitHub
Родитель 8ccbaa5e3e
Коммит 1d94ddc13b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 21 добавлений и 3 удалений

Просмотреть файл

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.6.0"></a>
# [0.6.0](https://github.com/Microsoft/angular-react/compare/v0.5.12...v0.6.0) (2019-03-08)
## Breaking changes
- **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))
<a name="0.5.12"></a>
# [0.5.12](https://github.com/Microsoft/angular-react/compare/v0.5.11...v0.5.12) (2019-02-20)

Просмотреть файл

@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/core",
"version": "0.5.12",
"version": "0.6.0",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [

Просмотреть файл

@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/fabric",
"version": "0.5.12",
"version": "0.6.0",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
@ -44,7 +44,7 @@
],
"private": false,
"peerDependencies": {
"@angular-react/core": "^0.5.12",
"@angular-react/core": "^0.6.0",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",