Skip to content

Commit

Permalink
chore(release): 5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad committed Nov 10, 2019
1 parent e4cd721 commit b00fb0d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="5.5.4"></a>
## [5.5.4](https://github.com/ngx-formly/ngx-formly/compare/v5.5.3...v5.5.4) (2019-11-10)


### Bug Fixes

* **core:** emit a valid model when using array notation key in group ([#1910](https://github.com/ngx-formly/ngx-formly/issues/1910)) ([e4cd721](https://github.com/ngx-formly/ngx-formly/commit/e4cd721)), closes [#1857](https://github.com/ngx-formly/ngx-formly/issues/1857)
* **core:** ignore default debounce when using updateOn blur/submit ([#1903](https://github.com/ngx-formly/ngx-formly/issues/1903)) ([2d73fb9](https://github.com/ngx-formly/ngx-formly/commit/2d73fb9)), closes [#1898](https://github.com/ngx-formly/ngx-formly/issues/1898)
* **core:** include field without key on hide changed programmatically ([#1904](https://github.com/ngx-formly/ngx-formly/issues/1904)) ([39a9051](https://github.com/ngx-formly/ngx-formly/commit/39a9051))
* **core:** skip detectChanges call on first render ([#1905](https://github.com/ngx-formly/ngx-formly/issues/1905)) ([24396a3](https://github.com/ngx-formly/ngx-formly/commit/24396a3)), closes [#1900](https://github.com/ngx-formly/ngx-formly/issues/1900)



<a name="5.5.3"></a>
## [5.5.3](https://github.com/ngx-formly/ngx-formly/compare/v5.5.2...v5.5.3) (2019-11-01)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-formly/common",
"version": "5.5.3",
"version": "5.5.4",
"author": "Zama Khan Mohammed <mohammedzamakhan@gmail.com>",
"contributors": [
"Zama Khan Mohammed <mohammedzamakhan@gmail.com>",
Expand Down

0 comments on commit b00fb0d

Please sign in to comment.