mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-26 12:41:19 +08:00
chore: release v1.7.3
This commit is contained in:
parent
01158e01fc
commit
b71a5ef891
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
## [1.7.3](https://github.com/Tencent/tmagic-editor/compare/v1.7.2...v1.7.3) (2025-12-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **editor:** cose-select无法删除 ([b0d8c53](https://github.com/Tencent/tmagic-editor/commit/b0d8c5383b47d5724c8f34501a0376c046f03db1))
|
||||
* **form:** 动态tab自定义onTabAdd后出错 ([9d4324d](https://github.com/Tencent/tmagic-editor/commit/9d4324dd6b4656f4b8129bff4ad22eaf4e43a6a2))
|
||||
* **table:** 行内编辑无法修改表单 ([98c2e2f](https://github.com/Tencent/tmagic-editor/commit/98c2e2ff1fdd18cbb6a245e55eb6a32f0e2ea164))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **form,tdesign-vue-next-adapter:** table 多选框放到默认的操作前面,支持配置copy的干预函数 ([5fe91e8](https://github.com/Tencent/tmagic-editor/commit/5fe91e89b77f151f66548e86643eeb45ddac6060))
|
||||
* **form:** groud-list title支持html ([2630f00](https://github.com/Tencent/tmagic-editor/commit/2630f00f137ff75de2f84d516067b98c0fb5aefc))
|
||||
* **form:** text组件支持配置cleareable ([f0a3966](https://github.com/Tencent/tmagic-editor/commit/f0a39667e19e6fa90f929579024ecee0e16d8d54))
|
||||
|
||||
|
||||
|
||||
## [1.7.2](https://github.com/Tencent/tmagic-editor/compare/v1.7.1...v1.7.2) (2025-12-09)
|
||||
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "tmagic",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/cli",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/core",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-core.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/data-source",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-data-source.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/dep",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-dep.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/design",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/editor",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/element-plus-adapter",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-element-plus-adapter.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/form-schema",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-form-schema.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/form",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/schema",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-schema.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/stage",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-stage.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/table",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/tdesign-vue-next-adapter",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"name": "@tmagic/utils",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-utils.umd.cjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmagic-playground",
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -12,11 +12,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
"@tmagic/core": "1.7.2",
|
||||
"@tmagic/design": "1.7.2",
|
||||
"@tmagic/editor": "1.7.2",
|
||||
"@tmagic/element-plus-adapter": "1.7.2",
|
||||
"@tmagic/tdesign-vue-next-adapter": "1.7.2",
|
||||
"@tmagic/core": "1.7.3",
|
||||
"@tmagic/design": "1.7.3",
|
||||
"@tmagic/editor": "1.7.3",
|
||||
"@tmagic/element-plus-adapter": "1.7.3",
|
||||
"@tmagic/tdesign-vue-next-adapter": "1.7.3",
|
||||
"@tmagic/tmagic-form-runtime": "1.1.3",
|
||||
"element-plus": "^2.11.8",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-react",
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": {
|
||||
@ -16,16 +16,16 @@
|
||||
"build:playground": "node scripts/build.mjs --type=playground"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.7.2",
|
||||
"@tmagic/core": "1.7.3",
|
||||
"@tmagic/react-runtime-help": "0.2.2",
|
||||
"@tmagic/stage": "1.7.2",
|
||||
"@tmagic/stage": "1.7.3",
|
||||
"axios": "^1.13.2",
|
||||
"qrcode": "^1.5.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tmagic/cli": "1.7.2",
|
||||
"@tmagic/cli": "1.7.3",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue",
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": {
|
||||
@ -16,14 +16,14 @@
|
||||
"build:playground": "node scripts/build.mjs --type=playground"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.7.2",
|
||||
"@tmagic/stage": "1.7.2",
|
||||
"@tmagic/core": "1.7.3",
|
||||
"@tmagic/stage": "1.7.3",
|
||||
"@tmagic/vue-runtime-help": "^2.0.0",
|
||||
"axios": "^1.13.2",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tmagic/cli": "1.7.2",
|
||||
"@tmagic/cli": "1.7.3",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/node": "^24.0.10",
|
||||
"@vitejs/plugin-legacy": "^7.2.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user