From f5cbe8ff50e4bf7447ba8299d0de72f54a1f02b8 Mon Sep 17 00:00:00 2001 From: yiludege Date: Tue, 11 Jul 2023 14:33:11 +0800 Subject: [PATCH] v1.0.18 --- CHANGELOG.md | 15 +++++++++++++++ docs/CHANGELOG.md | 4 ++++ docs/package.json | 2 +- examples/main-react/CHANGELOG.md | 4 ++++ examples/main-react/package.json | 4 ++-- examples/main-vue/CHANGELOG.md | 4 ++++ examples/main-vue/package.json | 6 +++--- examples/react16/CHANGELOG.md | 4 ++++ examples/react16/package.json | 4 ++-- lerna.json | 2 +- packages/wujie-core/CHANGELOG.md | 14 ++++++++++++++ packages/wujie-core/package.json | 2 +- packages/wujie-react/CHANGELOG.md | 6 ++++++ packages/wujie-react/package.json | 4 ++-- packages/wujie-vue2/CHANGELOG.md | 4 ++++ packages/wujie-vue2/package.json | 4 ++-- packages/wujie-vue3/CHANGELOG.md | 4 ++++ packages/wujie-vue3/package.json | 4 ++-- 18 files changed, 75 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8565537a..1b428882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +### Bug Fixes + +* 兼容子应用定义不可修改的全局函数 ([#574](https://github.com/Tencent/wujie/issues/574)) ([79c4ee0](https://github.com/Tencent/wujie/commit/79c4ee0e44bba5c1c7341bf322be045fafcf41ed)) +* 修复wujie-react偶现无法加载子应用元素 ([#599](https://github.com/Tencent/wujie/issues/599)) ([f927505](https://github.com/Tencent/wujie/commit/f92750529a06615c44c5e765bb6b5ceaac68f4e0)) +* 修复wujie子应用无法监听error事件 ([#616](https://github.com/Tencent/wujie/issues/616)) ([2f9b65c](https://github.com/Tencent/wujie/commit/2f9b65c795dd6ab87a27d9d46e008e7679979eb5)) +* 修改wujie子应用无监听unhandledrejection问题 ([#617](https://github.com/Tencent/wujie/issues/617)) ([9f53471](https://github.com/Tencent/wujie/commit/9f534718f90b58b6dd5e67de7a176fc2393d2be8)) +* **documentProxyProperties:** add caretPositionFromPoint to document`s proxy methods ([#595](https://github.com/Tencent/wujie/issues/595)) ([8e1b446](https://github.com/Tencent/wujie/commit/8e1b4462715dbc8ead74626dc8ce1237bb7925fc)) +* **iframe:** 修复 handler 为 undefined 时执行 addEventListener 错误 ([#514](https://github.com/Tencent/wujie/issues/514)) ([30bf8c1](https://github.com/Tencent/wujie/commit/30bf8c192636159a405e806722c99645ea34d17b)) + +### Features + +* 修正css时序及重复patch的问题([#568](https://github.com/Tencent/wujie/issues/568)) ([#570](https://github.com/Tencent/wujie/issues/570)) ([f9d222c](https://github.com/Tencent/wujie/commit/f9d222c75ff21d48250a452dde943663f164ab57)) + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) ### Bug Fixes diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f691bb28..aa81c5b4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +**Note:** Version bump only for package wujie-docs + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) **Note:** Version bump only for package wujie-docs diff --git a/docs/package.json b/docs/package.json index 33993b7e..ecf4be0d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "wujie-docs", - "version": "1.0.17", + "version": "1.0.18", "description": "", "main": "index.js", "private": true, diff --git a/examples/main-react/CHANGELOG.md b/examples/main-react/CHANGELOG.md index 07dc60d7..5d312fe5 100644 --- a/examples/main-react/CHANGELOG.md +++ b/examples/main-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +**Note:** Version bump only for package main-react + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) **Note:** Version bump only for package main-react diff --git a/examples/main-react/package.json b/examples/main-react/package.json index 9ed94bc7..726c8428 100644 --- a/examples/main-react/package.json +++ b/examples/main-react/package.json @@ -1,6 +1,6 @@ { "name": "main-react", - "version": "1.0.17", + "version": "1.0.18", "private": true, "dependencies": { "@ant-design/icons": "^4.7.0", @@ -59,7 +59,7 @@ "webpack-dev-server": "^4.6.0", "webpack-manifest-plugin": "^4.0.2", "workbox-webpack-plugin": "^6.4.1", - "wujie-react": "workspace:^1.0.17" + "wujie-react": "workspace:^1.0.18" }, "scripts": { "start": "node scripts/start.js", diff --git a/examples/main-vue/CHANGELOG.md b/examples/main-vue/CHANGELOG.md index 15c3d0a7..cae12fac 100644 --- a/examples/main-vue/CHANGELOG.md +++ b/examples/main-vue/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +**Note:** Version bump only for package main-vue + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) ### Bug Fixes diff --git a/examples/main-vue/package.json b/examples/main-vue/package.json index d48e5bdf..02fc57de 100644 --- a/examples/main-vue/package.json +++ b/examples/main-vue/package.json @@ -1,6 +1,6 @@ { "name": "main-vue", - "version": "1.0.17", + "version": "1.0.18", "private": true, "scripts": { "start": "vue-cli-service serve", @@ -14,8 +14,8 @@ "vue": "^2.6.11", "vue-router": "^3.2.0", "whatwg-fetch": "^3.6.2", - "wujie": "workspace:^1.0.17", - "wujie-vue2": "workspace:^1.0.17" + "wujie": "workspace:^1.0.18", + "wujie-vue2": "workspace:^1.0.18" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", diff --git a/examples/react16/CHANGELOG.md b/examples/react16/CHANGELOG.md index 257c0dd5..2acc63d0 100644 --- a/examples/react16/CHANGELOG.md +++ b/examples/react16/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +**Note:** Version bump only for package react16 + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) **Note:** Version bump only for package react16 diff --git a/examples/react16/package.json b/examples/react16/package.json index 03a8d416..b26ccec6 100644 --- a/examples/react16/package.json +++ b/examples/react16/package.json @@ -1,6 +1,6 @@ { "name": "react16", - "version": "1.0.17", + "version": "1.0.18", "private": true, "dependencies": { "@babel/core": "^7.16.0", @@ -59,7 +59,7 @@ "webpack-dev-server": "^4.6.0", "webpack-manifest-plugin": "^4.0.2", "workbox-webpack-plugin": "^6.4.1", - "wujie-react": "workspace:^1.0.17" + "wujie-react": "workspace:^1.0.18" }, "scripts": { "start": "node scripts/start.js", diff --git a/lerna.json b/lerna.json index 5d6d1feb..5536e7d2 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ ] } }, - "version": "1.0.17" + "version": "1.0.18" } diff --git a/packages/wujie-core/CHANGELOG.md b/packages/wujie-core/CHANGELOG.md index d45bf2b6..67729fea 100644 --- a/packages/wujie-core/CHANGELOG.md +++ b/packages/wujie-core/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +### Bug Fixes + +* 兼容子应用定义不可修改的全局函数 ([#574](https://github.com/Tencent/wujie/issues/574)) ([79c4ee0](https://github.com/Tencent/wujie/commit/79c4ee0e44bba5c1c7341bf322be045fafcf41ed)) +* 修复wujie子应用无法监听error事件 ([#616](https://github.com/Tencent/wujie/issues/616)) ([2f9b65c](https://github.com/Tencent/wujie/commit/2f9b65c795dd6ab87a27d9d46e008e7679979eb5)) +* 修改wujie子应用无监听unhandledrejection问题 ([#617](https://github.com/Tencent/wujie/issues/617)) ([9f53471](https://github.com/Tencent/wujie/commit/9f534718f90b58b6dd5e67de7a176fc2393d2be8)) +* **documentProxyProperties:** add caretPositionFromPoint to document`s proxy methods ([#595](https://github.com/Tencent/wujie/issues/595)) ([8e1b446](https://github.com/Tencent/wujie/commit/8e1b4462715dbc8ead74626dc8ce1237bb7925fc)) +* **iframe:** 修复 handler 为 undefined 时执行 addEventListener 错误 ([#514](https://github.com/Tencent/wujie/issues/514)) ([30bf8c1](https://github.com/Tencent/wujie/commit/30bf8c192636159a405e806722c99645ea34d17b)) + +### Features + +* 修正css时序及重复patch的问题([#568](https://github.com/Tencent/wujie/issues/568)) ([#570](https://github.com/Tencent/wujie/issues/570)) ([f9d222c](https://github.com/Tencent/wujie/commit/f9d222c75ff21d48250a452dde943663f164ab57)) + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) ### Bug Fixes diff --git a/packages/wujie-core/package.json b/packages/wujie-core/package.json index 48abc5eb..f6004bfb 100644 --- a/packages/wujie-core/package.json +++ b/packages/wujie-core/package.json @@ -1,6 +1,6 @@ { "name": "wujie", - "version": "1.0.17", + "version": "1.0.18", "description": "极致的微前端框架", "main": "./lib/index.js", "module": "./esm/index.js", diff --git a/packages/wujie-react/CHANGELOG.md b/packages/wujie-react/CHANGELOG.md index 0ade4534..8c39192b 100644 --- a/packages/wujie-react/CHANGELOG.md +++ b/packages/wujie-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +### Bug Fixes + +* 修复wujie-react偶现无法加载子应用元素 ([#599](https://github.com/Tencent/wujie/issues/599)) ([f927505](https://github.com/Tencent/wujie/commit/f92750529a06615c44c5e765bb6b5ceaac68f4e0)) + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) **Note:** Version bump only for package wujie-react diff --git a/packages/wujie-react/package.json b/packages/wujie-react/package.json index 4eb9fd95..0a144c56 100644 --- a/packages/wujie-react/package.json +++ b/packages/wujie-react/package.json @@ -1,6 +1,6 @@ { "name": "wujie-react", - "version": "1.0.17", + "version": "1.0.18", "description": "无界微前端React组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -30,7 +30,7 @@ "license": "MIT", "dependencies": { "prop-types": "^15.8.1", - "wujie": "workspace:1.0.17" + "wujie": "workspace:1.0.18" }, "devDependencies": { "@babel/cli": "^7.18.6", diff --git a/packages/wujie-vue2/CHANGELOG.md b/packages/wujie-vue2/CHANGELOG.md index b685d409..09bbc830 100644 --- a/packages/wujie-vue2/CHANGELOG.md +++ b/packages/wujie-vue2/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +**Note:** Version bump only for package wujie-vue2 + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) **Note:** Version bump only for package wujie-vue2 diff --git a/packages/wujie-vue2/package.json b/packages/wujie-vue2/package.json index fe1dbcac..638fe9f6 100644 --- a/packages/wujie-vue2/package.json +++ b/packages/wujie-vue2/package.json @@ -1,6 +1,6 @@ { "name": "wujie-vue2", - "version": "1.0.17", + "version": "1.0.18", "description": "无界微前端Vue2组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -29,7 +29,7 @@ }, "license": "MIT", "dependencies": { - "wujie": "workspace:1.0.17" + "wujie": "workspace:1.0.18" }, "devDependencies": { "@babel/cli": "^7.18.6", diff --git a/packages/wujie-vue3/CHANGELOG.md b/packages/wujie-vue3/CHANGELOG.md index b3fbe835..981ba445 100644 --- a/packages/wujie-vue3/CHANGELOG.md +++ b/packages/wujie-vue3/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Tencent/wujie/compare/v1.0.17...v1.0.18) (2023-07-11) + +**Note:** Version bump only for package wujie-vue3 + ## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30) **Note:** Version bump only for package wujie-vue3 diff --git a/packages/wujie-vue3/package.json b/packages/wujie-vue3/package.json index 50690e0f..395ad11f 100644 --- a/packages/wujie-vue3/package.json +++ b/packages/wujie-vue3/package.json @@ -1,6 +1,6 @@ { "name": "wujie-vue3", - "version": "1.0.17", + "version": "1.0.18", "description": "无界微前端Vue3组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -29,7 +29,7 @@ }, "license": "MIT", "dependencies": { - "wujie": "workspace:1.0.17" + "wujie": "workspace:1.0.18" }, "devDependencies": { "@babel/cli": "^7.18.6",