mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
chore: release v1.4.7
This commit is contained in:
parent
4670adadc0
commit
697442ba63
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,3 +1,29 @@
|
||||
## [1.4.7](https://github.com/Tencent/tmagic-editor/compare/v1.4.6...v1.4.7) (2024-05-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **editor:** 修复pad大屏模式下粘贴位置计算错误偏移问题 ([#612](https://github.com/Tencent/tmagic-editor/issues/612)) ([d98029d](https://github.com/Tencent/tmagic-editor/commit/d98029d5e79c2579bf106d5670c74ad520c17267))
|
||||
* **editor:** 已选组件树中如果出现items不是数组会导致节点渲染失败 ([7fb4d96](https://github.com/Tencent/tmagic-editor/commit/7fb4d96cb0c66a8f4c1010764ec2f986abec1cf4))
|
||||
* **editor:** 数据源模板输入框输入数字索引后浏览器卡死 ([a66da8d](https://github.com/Tencent/tmagic-editor/commit/a66da8de9e40b76bc6415e0aea6556e07bddf163)), closes [#611](https://github.com/Tencent/tmagic-editor/issues/611)
|
||||
* **playground:** tmagic-form样式丢失 ([49e9d5b](https://github.com/Tencent/tmagic-editor/commit/49e9d5b9856dc4e7bd59ef383b9f52b6529db70c)), closes [#610](https://github.com/Tencent/tmagic-editor/issues/610)
|
||||
* **ui,runtime:** 迭代器容器迭代数据兼容 ([94db430](https://github.com/Tencent/tmagic-editor/commit/94db430b85e85a98db5eea3f88b490c8c22ed235)), closes [#613](https://github.com/Tencent/tmagic-editor/issues/613)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **core,editor,form:** 页面片容器支持配置容器内组件的事件 ([2d133f4](https://github.com/Tencent/tmagic-editor/commit/2d133f47f13d8d3ea557e0b14028588cf37884b0))
|
||||
* **dep,editor,data-source,schema:** 优化编辑器中依赖收集性能 ([ee26991](https://github.com/Tencent/tmagic-editor/commit/ee269917f8acd7d32a124bc090ba38192e2c8d92))
|
||||
* **editor:** 复制组件时收集依赖性能优化改造 ([cd191f6](https://github.com/Tencent/tmagic-editor/commit/cd191f68154e63c0eaceed4e2bd695d4fa25e013))
|
||||
* **playground:** 设置配置表单的label-width ([50d238a](https://github.com/Tencent/tmagic-editor/commit/50d238a48cf99961498effb3dc0dc815797d4da9))
|
||||
|
||||
|
||||
### Reverts
|
||||
|
||||
* Revert "build: 发布时在更版本号后执行reinstall来生成新lock" ([4670ada](https://github.com/Tencent/tmagic-editor/commit/4670adadc005faa658e632ff2245629fbfda76a8))
|
||||
|
||||
|
||||
|
||||
## [1.4.6](https://github.com/Tencent/tmagic-editor/compare/v1.4.5...v1.4.6) (2024-05-27)
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "tmagic",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/cli",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/core",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/data-source",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/dep",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/design",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/editor",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/element-plus-adapter",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/form",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/schema",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/stage",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/table",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/tdesign-vue-next-adapter",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tmagic/ui-react",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/ui-vue2",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/ui",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"name": "@tmagic/utils",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-utils.umd.cjs",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmagic-playground",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -13,15 +13,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@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/core": "1.4.7",
|
||||
"@tmagic/design": "1.4.7",
|
||||
"@tmagic/editor": "1.4.7",
|
||||
"@tmagic/element-plus-adapter": "1.4.7",
|
||||
"@tmagic/form": "1.4.7",
|
||||
"@tmagic/tmagic-form-runtime": "1.0.2",
|
||||
"@tmagic/schema": "1.4.6",
|
||||
"@tmagic/stage": "1.4.6",
|
||||
"@tmagic/utils": "1.4.6",
|
||||
"@tmagic/schema": "1.4.7",
|
||||
"@tmagic/stage": "1.4.7",
|
||||
"@tmagic/utils": "1.4.7",
|
||||
"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.6",
|
||||
"version": "1.4.7",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -19,12 +19,12 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@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",
|
||||
"@tmagic/core": "1.4.7",
|
||||
"@tmagic/data-source": "1.4.7",
|
||||
"@tmagic/ui-react": "1.4.7",
|
||||
"@tmagic/schema": "1.4.7",
|
||||
"@tmagic/stage": "1.4.7",
|
||||
"@tmagic/utils": "1.4.7",
|
||||
"axios": "^0.25.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"terser": "^5.31.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -19,11 +19,11 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@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/core": "1.4.7",
|
||||
"@tmagic/data-source": "1.4.7",
|
||||
"@tmagic/ui-vue2": "1.4.7",
|
||||
"@tmagic/schema": "1.4.7",
|
||||
"@tmagic/utils": "1.4.7",
|
||||
"@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.6",
|
||||
"version": "1.4.7",
|
||||
"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.6",
|
||||
"@tmagic/core": "1.4.6",
|
||||
"@tmagic/ui": "1.4.6",
|
||||
"@tmagic/schema": "1.4.6",
|
||||
"@tmagic/utils": "1.4.6",
|
||||
"@tmagic/data-source": "1.4.7",
|
||||
"@tmagic/core": "1.4.7",
|
||||
"@tmagic/ui": "1.4.7",
|
||||
"@tmagic/schema": "1.4.7",
|
||||
"@tmagic/utils": "1.4.7",
|
||||
"@tmagic/vue-runtime-help": "^0.0.2",
|
||||
"axios": "^0.25.0",
|
||||
"vue": "^3.4.27"
|
||||
|
Loading…
x
Reference in New Issue
Block a user