Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed May 2, 2020
1 parent a3986d8 commit a00f5ac
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

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.

## 1.4.0 (2020-05-02)


### Features

* **deps:** update dependencies, use new core APIs ([ae37739](https://github.com/bigopon/aurelia-portal-attribute/commit/ae37739b7cea8f6e0fba125a0d04bd5982b74790))
* **life cycle:** add life cycle. support promise ([2f72e12](https://github.com/bigopon/aurelia-portal-attribute/commit/2f72e121700b7f8895ceafc93ea235a33517d716))
* **portal:** add support for insert position configuration ([0b6bd2f](https://github.com/bigopon/aurelia-portal-attribute/commit/0b6bd2fbbe29401da5ef22298c7529983c945fc6))
* **portal:** render context ([3737839](https://github.com/bigopon/aurelia-portal-attribute/commit/3737839ef04c9dca5ed91246632c0e431f340e47))


### Bug Fixes

* **build:** correct steps ([72b515b](https://github.com/bigopon/aurelia-portal-attribute/commit/72b515bb0b988f38090a0bf9da90ee2e39572c51))
* **devDeps:** add pal node ([af5f3e7](https://github.com/bigopon/aurelia-portal-attribute/commit/af5f3e723f50191f3ffe28ec80f139d1614f8b65))
* **portal:** cache view ([2183e12](https://github.com/bigopon/aurelia-portal-attribute/commit/2183e12854788d991fc075aa35b5cefb0bf842d9))
* **portal:** init currentTarget ([35735ce](https://github.com/bigopon/aurelia-portal-attribute/commit/35735ceb41b78da12938a7f0daf6e25ce127082a))
* **portal:** use view slot life cycle ([dd6feb2](https://github.com/bigopon/aurelia-portal-attribute/commit/dd6feb2e59c3acc3ace715f44002e8727e63ffb4))
* **readme:** correct doc ([be38f1a](https://github.com/bigopon/aurelia-portal-attribute/commit/be38f1a4d04b0ec6db8739fd208545c584f15e22))
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": "aurelia-portal-attribute",
"version": "1.3.0",
"version": "1.4.0",
"description": "A plugin to customize rendering process in Aurelia application.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit a00f5ac

Please sign in to comment.