Skip to content

Commit 3078b92

Browse files
author
Travis CI User
committed
[skip ci] chore(release): v1.7.0
1 parent d764063 commit 3078b92

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
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.
44

5+
## 1.7.0 (2021-10-26)
6+
7+
8+
### Features
9+
10+
* adapt qiankun 2.0 shadow dom render mode ([#10](https://github.com/FEMessage/nuxt-micro-frontend/issues/10)) ([f41894c](https://github.com/FEMessage/nuxt-micro-frontend/commit/f41894c34ced3d309a1aad3b63cab3e756f2a288))
11+
* adapt update hook ([#11](https://github.com/FEMessage/nuxt-micro-frontend/issues/11)) ([9292ae1](https://github.com/FEMessage/nuxt-micro-frontend/commit/9292ae1797ea07e5baf6ac465c4a08d334cc9888))
12+
* call mounted even not in qiankun ([#15](https://github.com/FEMessage/nuxt-micro-frontend/issues/15)) ([2f571cb](https://github.com/FEMessage/nuxt-micro-frontend/commit/2f571cbea77cd824f3c031fecbf85789ee20b9bc))
13+
* First Release ([#1](https://github.com/FEMessage/nuxt-micro-frontend/issues/1)) ([16dd93a](https://github.com/FEMessage/nuxt-micro-frontend/commit/16dd93ab25157dd0cb5fb10b5056c5809b24e38c))
14+
* support webpack.output config ([#18](https://github.com/FEMessage/nuxt-micro-frontend/issues/18)) ([e44447d](https://github.com/FEMessage/nuxt-micro-frontend/commit/e44447d9544ed2badb19b59d6529c5805674f799))
15+
* 增加 mounted 和 beforeUnmount 两个钩子 ([#4](https://github.com/FEMessage/nuxt-micro-frontend/issues/4)) ([a01a3e1](https://github.com/FEMessage/nuxt-micro-frontend/commit/a01a3e142a13e7dc459ff1d45bd5c5138b52ce1c))
16+
* 开启 dev 调试子应用接入功能 ([#6](https://github.com/FEMessage/nuxt-micro-frontend/issues/6)) ([1a6bc6e](https://github.com/FEMessage/nuxt-micro-frontend/commit/1a6bc6eaa7613fd14116dea9429e3e5dc01df871))
17+
* 支持开发模式接入 qiankun 主应用 ([#8](https://github.com/FEMessage/nuxt-micro-frontend/issues/8)) ([a443d34](https://github.com/FEMessage/nuxt-micro-frontend/commit/a443d3440ec9e19f62b8e101638589906a3241ed))
18+
19+
20+
### Bug Fixes
21+
22+
* better compatibility for hook ([d3f4522](https://github.com/FEMessage/nuxt-micro-frontend/commit/d3f4522579e156c735d40987c5f18b49a3ed9e78))
23+
* reference error in unmount if createApp failed ([#44](https://github.com/FEMessage/nuxt-micro-frontend/issues/44)) ([4c67052](https://github.com/FEMessage/nuxt-micro-frontend/commit/4c67052066ca1cd5cb71d0610f12114c7de210b0))
24+
* render twice and path resolution for production ([#29](https://github.com/FEMessage/nuxt-micro-frontend/issues/29)) ([363ab17](https://github.com/FEMessage/nuxt-micro-frontend/commit/363ab179e6fd81f43eeed25b1c591a55fc891a71))
25+
* test error ([#22](https://github.com/FEMessage/nuxt-micro-frontend/issues/22)) ([2f29018](https://github.com/FEMessage/nuxt-micro-frontend/commit/2f2901867e661275711830e0d188a646617b21a7))
26+
* unmount function props parameter ([#14](https://github.com/FEMessage/nuxt-micro-frontend/issues/14)) ([8ec5489](https://github.com/FEMessage/nuxt-micro-frontend/commit/8ec54891e01df347b7a0ce5fe16aebd1020b11ad))
27+
528
## 1.6.0 (2020-08-09)
629

730

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@femessage/nuxt-micro-frontend",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Using front-end microservices with Nuxt",
55
"repository": "https://github.com/FEMessage/nuxt-micro-frontend",
66
"license": "MIT",

0 commit comments

Comments
 (0)