mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
chore: release v1.4.6
This commit is contained in:
parent
92e9d888e9
commit
cc8ec39dad
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
## [1.4.6](https://github.com/Tencent/tmagic-editor/compare/v1.4.5...v1.4.6) (2024-05-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **editor:** stageOverlay不应受编辑器zoom影响 ([47c4222](https://github.com/Tencent/tmagic-editor/commit/47c42222b317a4a62ba1bbc3e496e5eef085dd0d))
|
||||
* **runtime:react:** update page时出错 ([af3f621](https://github.com/Tencent/tmagic-editor/commit/af3f621424cd472c72b54bcdfbed3a4ccc91fd5e))
|
||||
* **runtime:** vue runtime App组件中缺失inject ([15e9cdc](https://github.com/Tencent/tmagic-editor/commit/15e9cdc2d6255bb9fe5b9924ab79405ba9c95465))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **editor,dep:** 支持复制组件时将组件绑定的数据源一并复制 ([faabf1b](https://github.com/Tencent/tmagic-editor/commit/faabf1bb3ad77b6b09498bb7512e3f2d1a7f0a76))
|
||||
* **editor:** export FloatingBox ([5ce099c](https://github.com/Tencent/tmagic-editor/commit/5ce099c11d02eb564ce7575922c3f2419d2322df))
|
||||
* **runtime:** vue2/vue3公共部分提出到vue-runtime-help中 ([f8dd062](https://github.com/Tencent/tmagic-editor/commit/f8dd062a502766579c6a59df642b89b075a68c1f))
|
||||
|
||||
|
||||
|
||||
## [1.4.5](https://github.com/Tencent/tmagic-editor/compare/v1.4.4...v1.4.5) (2024-05-20)
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "tmagic",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/cli",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/core",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/data-source",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/dep",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/design",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/editor",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/element-plus-adapter",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/form",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/schema",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/stage",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/table",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/tdesign-vue-next-adapter",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tmagic/ui-react",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/ui-vue2",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/ui",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"name": "@tmagic/utils",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-utils.umd.cjs",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmagic-playground",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -13,15 +13,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@tmagic/core": "1.4.5",
|
||||
"@tmagic/design": "1.4.5",
|
||||
"@tmagic/editor": "1.4.5",
|
||||
"@tmagic/element-plus-adapter": "1.4.5",
|
||||
"@tmagic/form": "1.4.5",
|
||||
"@tmagic/core": "1.4.6",
|
||||
"@tmagic/design": "1.4.6",
|
||||
"@tmagic/editor": "1.4.6",
|
||||
"@tmagic/element-plus-adapter": "1.4.6",
|
||||
"@tmagic/form": "1.4.6",
|
||||
"@tmagic/tmagic-form-runtime": "1.0.2",
|
||||
"@tmagic/schema": "1.4.5",
|
||||
"@tmagic/stage": "1.4.5",
|
||||
"@tmagic/utils": "1.4.5",
|
||||
"@tmagic/schema": "1.4.6",
|
||||
"@tmagic/stage": "1.4.6",
|
||||
"@tmagic/utils": "1.4.6",
|
||||
"element-plus": "^2.6.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"monaco-editor": "^0.48.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-react",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -19,13 +19,13 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/cli": "1.4.5",
|
||||
"@tmagic/core": "1.4.5",
|
||||
"@tmagic/data-source": "1.4.5",
|
||||
"@tmagic/ui-react": "1.4.5",
|
||||
"@tmagic/schema": "1.4.5",
|
||||
"@tmagic/stage": "1.4.5",
|
||||
"@tmagic/utils": "1.4.5",
|
||||
"@tmagic/cli": "1.4.6",
|
||||
"@tmagic/core": "1.4.6",
|
||||
"@tmagic/data-source": "1.4.6",
|
||||
"@tmagic/ui-react": "1.4.6",
|
||||
"@tmagic/schema": "1.4.6",
|
||||
"@tmagic/stage": "1.4.6",
|
||||
"@tmagic/utils": "1.4.6",
|
||||
"axios": "^0.25.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"terser": "^5.31.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -19,12 +19,12 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/cli": "1.4.5",
|
||||
"@tmagic/core": "1.4.5",
|
||||
"@tmagic/data-source": "1.4.5",
|
||||
"@tmagic/ui-vue2": "1.4.5",
|
||||
"@tmagic/schema": "1.4.5",
|
||||
"@tmagic/utils": "1.4.5",
|
||||
"@tmagic/cli": "1.4.6",
|
||||
"@tmagic/core": "1.4.6",
|
||||
"@tmagic/data-source": "1.4.6",
|
||||
"@tmagic/ui-vue2": "1.4.6",
|
||||
"@tmagic/schema": "1.4.6",
|
||||
"@tmagic/utils": "1.4.6",
|
||||
"@tmagic/vue-runtime-help": "^0.0.2",
|
||||
"axios": "^0.25.0",
|
||||
"terser": "^5.31.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue3",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -18,11 +18,11 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/data-source": "1.4.5",
|
||||
"@tmagic/core": "1.4.5",
|
||||
"@tmagic/ui": "1.4.5",
|
||||
"@tmagic/schema": "1.4.5",
|
||||
"@tmagic/utils": "1.4.5",
|
||||
"@tmagic/data-source": "1.4.6",
|
||||
"@tmagic/core": "1.4.6",
|
||||
"@tmagic/ui": "1.4.6",
|
||||
"@tmagic/schema": "1.4.6",
|
||||
"@tmagic/utils": "1.4.6",
|
||||
"@tmagic/vue-runtime-help": "^0.0.2",
|
||||
"axios": "^0.25.0",
|
||||
"vue": "^3.4.27"
|
||||
|
Loading…
x
Reference in New Issue
Block a user