Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.5.9](https://github.com/worktile/ai-table/compare/0.5.8...0.5.9) (2026-01-26)


### Bug Fixes

* #WIK-19521 【aitable】排查:点击单元格卡顿(点空白处再点单元格,见附件) ([#872](https://github.com/worktile/ai-table/issues/872)) ([688b556](https://github.com/worktile/ai-table/commit/688b5560f7e794b1501da8f63f0e0b98d3ba5f1a)), closes [#WIK-19521](https://github.com/worktile/ai-table/issues/WIK-19521)
* **grid:** fix warn Konva warning: true is a not valid value for "transformsEnabled" attribute. The value should be a string. ([#870](https://github.com/worktile/ai-table/issues/870)) ([1d5d7e9](https://github.com/worktile/ai-table/commit/1d5d7e9cabc1b83853192a41a30456793683f116))



## [0.5.8](https://github.com/worktile/ai-table/compare/0.5.7...0.5.8) (2026-01-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-table",
"version": "0.5.8",
"version": "0.5.9",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-table/grid",
"version": "0.5.8",
"version": "0.5.9",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-table/state",
"version": "0.5.8",
"version": "0.5.9",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-table/utils",
"version": "0.5.8",
"version": "0.5.9",
"main": "index.js",
"scripts": {
"build": "rimraf ../../dist/utils && tsc -p tsconfig.lib.json && cpx package.json ../../dist/utils"
Expand Down