You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Fixed invalid decoding of some less common data types in Microsoft SQL Server and MySQL.
19
19
- Fixed a display bug where the table search box would disappear when scrolling horizontally in a large table.
20
20
- Remove small blank padding around tables in the table component
21
+
- Fixed a bug in the table component where searching for "xy" would match a row with a cell that contains "x" followed by a cell that contains "y". This should match "x y" but not "xy".
21
22
22
23
## 0.30.1 (2024-10-31)
23
24
- fix a bug where table sorting would break if table search was not also enabled.
0 commit comments