File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 0.5.12 " ></a >
7
+
8
+ # [ 0.5.12] ( https://github.com/Microsoft/angular-react/compare/v0.5.11...v0.5.12 ) (2019-02-20)
9
+
10
+ ## Features
11
+
12
+ - ** fabric:** Add ` Nav ` component. ([ #88 ] ( https://github.com/Microsoft/angular-react/pull/88 ) ) ([ a50eacc] ( https://github.com/Microsoft/angular-react/commit/a50eaccf775958722c59ab80e0db5c216b7ce332 ) )
13
+
14
+ ### Bug fixes
15
+
16
+ - ** fabric:** Add explicit events for FabTextField and FabMaskedTextField components ([ #92 ] ( https://github.com/Microsoft/angular-react/pull/92 ) ) ([ 2f48c6c] ( https://github.com/Microsoft/angular-react/commit/2f48c6c492991d0af53b27571d4523e6bdbcc65b ) )
17
+
6
18
<a name =" 0.5.11 " ></a >
7
19
8
20
# [ 0.5.11] ( https://github.com/Microsoft/angular-react/compare/v0.5.10...v0.5.11 ) (2019-01-31)
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../../node_modules/ng-packagr/package.schema.json" ,
3
3
"name" : " @angular-react/core" ,
4
- "version" : " 0.5.11 " ,
4
+ "version" : " 0.5.12 " ,
5
5
"ngPackage" : {
6
6
"deleteDestPath" : true ,
7
7
"whitelistedNonPeerDependencies" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../../node_modules/ng-packagr/package.schema.json" ,
3
3
"name" : " @angular-react/fabric" ,
4
- "version" : " 0.5.11 " ,
4
+ "version" : " 0.5.12 " ,
5
5
"ngPackage" : {
6
6
"lib" : {
7
7
"entryFile" : " public-api.ts" ,
44
44
],
45
45
"private" : false ,
46
46
"peerDependencies" : {
47
- "@angular-react/core" : " ^0.5.11 " ,
47
+ "@angular-react/core" : " ^0.5.12 " ,
48
48
"@angular/common" : " ^7.0.3" ,
49
49
"@angular/core" : " ^7.0.3" ,
50
50
"@angular/platform-browser-dynamic" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments