Product
Markdown Support in Long Text Field
Long Text fields now render Markdown natively — write structured content in your cells, and toggle between plain text and Markdown with one click.
Long Text fields support full Markdown rendering. Write headings, lists, code blocks, and more — all visible right inside the cell. Toggle between plain text and Markdown in one click.
Copy content from Notion, Google Docs — Teable automatically converts it to clean Markdown. No manual reformatting needed.
Additional Improvements
Field & Data Fixes
- Fixed an issue where the Long Text editor had extra blank space at the bottom in multi-line mode.
- Fixed Markdown expanded view jumping to the bottom of content and line break rendering issues.
- Fixed an issue where clicking into a text or Long Text field wouldn't register the first character typed.
- Fixed long single/multi-select values not wrapping in the record modification history page.
- Fixed a crash when duplicating a Sum field and converting it to Currency or Percentage format.
- Fixed an issue where copying a Link field and switching it from one-way to two-way created a duplicate field name in the linked table.
- Fixed Multi-Select Rollup returning empty results when using the "Deduplicate array" aggregation.
- Fixed an issue where modifying Link field configuration could silently delete all linked data in the column.
- Fixed the number field config where "Decimal" type label was easily confused with the precision setting below it.
- Fixed Lookup, Rollup, and Formula fields not recalculating after deleting records they depended on.
Security & Stability
- Fixed an SSR login crash caused by
window.location.originbeing used in a server-side rendering context. - Fixed
.teaexport files being downloaded as.zip, which prevented them from being re-imported.
V2 Database Engine Upgrade — Invite-only Beta
- Supports native V2 batch
updateRecords, enabling more efficient bulk data operations. - Fixed Link field displaying the primary key as "untitled" instead of the actual value in the V2 environment.
- Fixed converting a Single Select to Multi-Select incorrectly clearing existing values in V2.
- Fixed slow and unreliable search results in the Link field selector under V2.