diff --git a/CHANGELOG.md b/CHANGELOG.md index f00a5abf..725e6002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.0.6](https://github.com/worktile/ai-table/compare/0.0.4...0.0.6) (2024-08-08) + + +### Bug Fixes + +* click action not select col ([012f651](https://github.com/worktile/ai-table/commit/012f651a318096aae636940153469858da330094)) +* **grid:** fix the layout jitter caused by the style when the edit component pops up #WIK-16177 ([#35](https://github.com/worktile/ai-table/issues/35)) ([d79a0c7](https://github.com/worktile/ai-table/commit/d79a0c7babdb2ce25a1edec427fb1c68568e4291)), closes [#WIK-16177](https://github.com/worktile/ai-table/issues/WIK-16177) +* set member default value to [] ([#45](https://github.com/worktile/ai-table/issues/45)) ([3c61df7](https://github.com/worktile/ai-table/commit/3c61df7d99e7ed17f460303da983cea960e1e8c4)) + + +### Features + +* add createdAt and updatedAt field type #WIK-16252 ([#41](https://github.com/worktile/ai-table/issues/41)) ([254e468](https://github.com/worktile/ai-table/commit/254e468a9fbc9230e517bced09eae351d5d3eadc)), closes [#WIK-16252](https://github.com/worktile/ai-table/issues/WIK-16252) +* build action before apply yjs #WIK-16236 ([#39](https://github.com/worktile/ai-table/issues/39)) ([0d954f2](https://github.com/worktile/ai-table/commit/0d954f253a313053db6ae45e7b3e3be4fb6862f1)), closes [#WIK-16236](https://github.com/worktile/ai-table/issues/WIK-16236) +* **grid:** add clear selection condition ([#37](https://github.com/worktile/ai-table/issues/37)) ([5a196bc](https://github.com/worktile/ai-table/commit/5a196bca3911a5c90d013e25631a7d1fbfbc34c0)) +* **grid:** hover editing component supports selection #WIK-16107 ([#36](https://github.com/worktile/ai-table/issues/36)) ([17f01d5](https://github.com/worktile/ai-table/commit/17f01d5b3a81ed11377cc51888e50e22020406a4)), closes [#WIK-16107](https://github.com/worktile/ai-table/issues/WIK-16107) +* **positions:** build data by positions and active views #WIK-16218 ([#29](https://github.com/worktile/ai-table/issues/29)) ([8896808](https://github.com/worktile/ai-table/commit/88968087cbf6979544e9c7c3a3f7d7dbfeb6c8fa)), closes [#WIK-16218](https://github.com/worktile/ai-table/issues/WIK-16218) +* render member #WIK-16256 ([#42](https://github.com/worktile/ai-table/issues/42)) ([7e7bb52](https://github.com/worktile/ai-table/commit/7e7bb52f7afea5cb5be682647194d00f377ba9c1)), closes [#WIK-16256](https://github.com/worktile/ai-table/issues/WIK-16256) +* support views share #WIK-16187 ([#22](https://github.com/worktile/ai-table/issues/22)) ([93e28ab](https://github.com/worktile/ai-table/commit/93e28abf7154e9cff0d7404af7b033ce81841396)), closes [#WIK-16187](https://github.com/worktile/ai-table/issues/WIK-16187) + + + ## [0.0.5](https://github.com/worktile/ai-table/compare/0.0.4...0.0.5) (2024-08-08) diff --git a/package-lock.json b/package-lock.json index 5bce06d1..c7b13da3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-table", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-table", - "version": "0.0.5", + "version": "0.0.6", "workspaces": [ "packages/*" ], @@ -246,6 +246,17 @@ "node": ">=12" } }, + "node_modules/@angular-devkit/build-angular/node_modules/@types/node": { + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", + "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "undici-types": "~6.13.0" + } + }, "node_modules/@angular-devkit/build-angular/node_modules/@vitejs/plugin-basic-ssl": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", @@ -529,6 +540,17 @@ "node": ">=12" } }, + "node_modules/@angular/build/node_modules/@types/node": { + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", + "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "undici-types": "~6.13.0" + } + }, "node_modules/@angular/build/node_modules/@vitejs/plugin-basic-ssl": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", @@ -13012,9 +13034,9 @@ } }, "node_modules/ngx-tethys": { - "version": "17.0.17", - "resolved": "https://registry.npmjs.org/ngx-tethys/-/ngx-tethys-17.0.17.tgz", - "integrity": "sha512-BvGwPmJsPUBdK+TKpGY2pHEihC6coC3A3QocPp+v1BwA6rbbsdMbL4d+MaEiZVpLsV4duf7Pu/qWbgTdq9+HdA==", + "version": "17.0.14", + "resolved": "https://registry.npmjs.org/ngx-tethys/-/ngx-tethys-17.0.14.tgz", + "integrity": "sha512-bn+kBUZc0eDz6m3zoJRD+w5PCaMyGF1Arju5SFX6HAiV3KmFs0InC9YvM+4nB4xWRDUR1Fb+ki3tmZ4EG+vtag==", "dependencies": { "tslib": "^2.3.0" }, @@ -18908,6 +18930,14 @@ "node": ">=18.17" } }, + "node_modules/undici-types": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "dev": true, + "optional": true, + "peer": true + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "dev": true, @@ -20055,7 +20085,7 @@ }, "packages/grid": { "name": "@ai-table/grid", - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index c36cb57f..0fafcd26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-table", - "version": "0.0.5", + "version": "0.0.6", "workspaces": [ "packages/*" ], diff --git a/packages/grid/package.json b/packages/grid/package.json index 9dd026a7..251ae411 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/grid", - "version": "0.0.5", + "version": "0.0.6", "peerDependencies": { "@angular/common": "^18.0.0", "@angular/core": "^18.0.0"