mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	chore: release v1.5.9
This commit is contained in:
		
							parent
							
								
									ebc873d6f3
								
							
						
					
					
						commit
						f2f9044be0
					
				
							
								
								
									
										15
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@ -1,3 +1,18 @@
 | 
			
		||||
## [1.5.9](https://github.com/Tencent/tmagic-editor/compare/v1.5.8...v1.5.9) (2025-02-20)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Bug Fixes
 | 
			
		||||
 | 
			
		||||
* **editor:** 编辑器销毁不应该移除依赖收集任务的事件监听 ([6e2b5ae](https://github.com/Tencent/tmagic-editor/commit/6e2b5aea47cc1059d4b92a85b9801d7af4f9b3b9))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Features
 | 
			
		||||
 | 
			
		||||
* **table:** formatter添加index信息 ([4d77b66](https://github.com/Tencent/tmagic-editor/commit/4d77b669baf68f3346aa64d52dea6f75712b1af4))
 | 
			
		||||
* **table:** 支持type: index的序号列 ([6f2c6b1](https://github.com/Tencent/tmagic-editor/commit/6f2c6b151d59aca8899742c724c44dbde7d01a89))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## [1.5.8](https://github.com/Tencent/tmagic-editor/compare/v1.5.7...v1.5.8) (2025-02-11)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "tmagic",
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "type": "module",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/cli",
 | 
			
		||||
  "main": "lib/index.js",
 | 
			
		||||
  "types": "lib/index.d.ts",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/core",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-core.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/data-source",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-data-source.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/dep",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-dep.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/design",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "sideEffects": [
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/editor",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "sideEffects": [
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/element-plus-adapter",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-element-plus-adapter.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/form",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "sideEffects": [
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/schema",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-schema.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/stage",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-stage.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/table",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "sideEffects": [
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/tdesign-vue-next-adapter",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@tmagic/ui-react",
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-ui-react.js",
 | 
			
		||||
  "types": "types/index.d.ts",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/ui",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-ui.js",
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "name": "@tmagic/utils",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/tmagic-utils.umd.cjs",
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "tmagic-playground",
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "scripts": {
 | 
			
		||||
@ -13,9 +13,9 @@
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@element-plus/icons-vue": "^2.3.1",
 | 
			
		||||
    "@tmagic/core": "1.5.8",
 | 
			
		||||
    "@tmagic/editor": "1.5.8",
 | 
			
		||||
    "@tmagic/element-plus-adapter": "1.5.8",
 | 
			
		||||
    "@tmagic/core": "1.5.9",
 | 
			
		||||
    "@tmagic/editor": "1.5.9",
 | 
			
		||||
    "@tmagic/element-plus-adapter": "1.5.9",
 | 
			
		||||
    "@tmagic/tmagic-form-runtime": "1.1.3",
 | 
			
		||||
    "element-plus": "^2.9.3",
 | 
			
		||||
    "lodash-es": "^4.17.21",
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "runtime-react",
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "scripts": {
 | 
			
		||||
@ -19,19 +19,19 @@
 | 
			
		||||
    "build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@tmagic/core": "1.5.8",
 | 
			
		||||
    "@tmagic/data-source": "1.5.8",
 | 
			
		||||
    "@tmagic/core": "1.5.9",
 | 
			
		||||
    "@tmagic/data-source": "1.5.9",
 | 
			
		||||
    "@tmagic/react-runtime-help": "0.0.3",
 | 
			
		||||
    "@tmagic/schema": "1.5.8",
 | 
			
		||||
    "@tmagic/stage": "1.5.8",
 | 
			
		||||
    "@tmagic/utils": "1.5.8",
 | 
			
		||||
    "@tmagic/schema": "1.5.9",
 | 
			
		||||
    "@tmagic/stage": "1.5.9",
 | 
			
		||||
    "@tmagic/utils": "1.5.9",
 | 
			
		||||
    "axios": "^0.25.0",
 | 
			
		||||
    "terser": "^5.31.6",
 | 
			
		||||
    "react": "^18.3.1",
 | 
			
		||||
    "react-dom": "^18.3.1"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@tmagic/cli": "1.5.8",
 | 
			
		||||
    "@tmagic/cli": "1.5.9",
 | 
			
		||||
    "@types/react": "^18.3.3",
 | 
			
		||||
    "@types/react-dom": "^18.3.0",
 | 
			
		||||
    "@vitejs/plugin-legacy": "^6.0.0",
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "runtime-vue2",
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "scripts": {
 | 
			
		||||
@ -19,15 +19,15 @@
 | 
			
		||||
    "build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@tmagic/core": "1.5.8",
 | 
			
		||||
    "@tmagic/stage": "1.5.8",
 | 
			
		||||
    "@tmagic/core": "1.5.9",
 | 
			
		||||
    "@tmagic/stage": "1.5.9",
 | 
			
		||||
    "@tmagic/vue-runtime-help": "^0.1.4",
 | 
			
		||||
    "axios": "^0.25.0",
 | 
			
		||||
    "terser": "^5.31.6",
 | 
			
		||||
    "vue": "^2.7.16"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@tmagic/cli": "1.5.8",
 | 
			
		||||
    "@tmagic/cli": "1.5.9",
 | 
			
		||||
    "@types/events": "^3.0.0",
 | 
			
		||||
    "axios": "^0.27.2",
 | 
			
		||||
    "rollup": "^4.31.0",
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "runtime-vue3",
 | 
			
		||||
  "version": "1.5.8",
 | 
			
		||||
  "version": "1.5.9",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "scripts": {
 | 
			
		||||
@ -19,14 +19,14 @@
 | 
			
		||||
    "build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@tmagic/core": "1.5.8",
 | 
			
		||||
    "@tmagic/stage": "1.5.8",
 | 
			
		||||
    "@tmagic/core": "1.5.9",
 | 
			
		||||
    "@tmagic/stage": "1.5.9",
 | 
			
		||||
    "@tmagic/vue-runtime-help": "^0.1.4",
 | 
			
		||||
    "axios": "^0.25.0",
 | 
			
		||||
    "vue": ">=3.5.0"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@tmagic/cli": "1.5.8",
 | 
			
		||||
    "@tmagic/cli": "1.5.9",
 | 
			
		||||
    "@types/node": "^18.19.0",
 | 
			
		||||
    "@vitejs/plugin-legacy": "^6.0.0",
 | 
			
		||||
    "@vitejs/plugin-vue": "5.2.1",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user