Merge pull request #107 from Microsoft/pr/107

0.6.1
This commit is contained in:
xjerwa 2019-03-22 13:10:55 -07:00 коммит произвёл GitHub
Родитель a93575c7a1 9923cefa3f
Коммит ab354b3928
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 15 добавлений и 3 удалений

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

@ -3,6 +3,18 @@
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.1"></a>
# [0.6.1](https://github.com/Microsoft/angular-react/compare/v0.6.0...v0.6.1) (2019-03-22)
## Features
- **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))
<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)

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

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

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

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