v1.3.1
teableio/teablev1.3.1Jul 31, 2024by tea-artist
AI Summary
This update introduces the ability to embed shared views with customizable themes and fixes grid rendering errors during collaboration. It also resolves filter crashes when fields are deleted and improves localization support.
Key Highlights
- Embed shared views with control over themes and toolbars.
- Fixed grid rendering errors occurring during real-time collaboration.
- Fixed filter crashes that happened when fields were deleted.
- Added i18n (internationalization) support for filters.
- Fixed user field typecasting issues in forms.
New Features
- Embed view feature for sharing tables externally.
- Compact mode support for filters.
- Fixed grid rendering issues during collaboration.
- Fixed link crashes and worker file path errors.
Full Release Notes
## Highlight 🎉 Embed a shared view Shared view allows you to control themes and toolbars <img width="416" alt="image" src="https://github.com/user-attachments/assets/81ce9775-7732-4872-b43a-f3c95ef25d29"> <img width="823" alt="image" src="https://github.com/user-attachments/assets/b969b0b4-c1ff-44bc-b4c3-dc73986ce976"> Fix 1. Grid rendering error during collaboration 2. Filter crashes when field deleted ## What's Changed * fix: link crash by @tea-artist in https://github.com/teableio/teable/pull/757 * fix: worker file path error by @caoxing9 in https://github.com/teableio/teable/pull/758 * feat: i18n relative by @caoxing9 in https://github.com/teableio/teable/pull/759 * chore: add new override interface by @tea-artist in https://github.com/teableio/teable/pull/760 * chore: update esbuild node version by @caoxing9 in https://github.com/teableio/teable/pull/761 * fix: filter i18n by @caoxing9 in https://github.com/teableio/teable/pull/762 * fix: filter add item in group blur close content by @caoxing9 in https://github.com/teableio/teable/pull/763 * fix: setting head title by @tea-artist in https://github.com/teableio/teable/pull/764 * fix: the grid rendering issues during collaboration by @Sky-FE in https://github.com/teableio/teable/pull/765 * build: tag docker with develop merge by @tea-artist in https://github.com/teableio/teable/pull/768 * fix: user field typecast by @boris-w in https://github.com/teableio/teable/pull/766 * fix: filtered fields are deleted by @boris-w in https://github.com/teableio/teable/pull/774 * feat: embed view by @tea-artist in https://github.com/teableio/teable/pull/775 * fix: url crash by @tea-artist in https://github.com/teableio/teable/pull/776 * fix: unMatch operator symbol when select number cellValueType field by @caoxing9 in https://github.com/teableio/teable/pull/778 * fix: skip duplicate index by @tea-artist in https://github.com/teableio/teable/pull/779 **Full Changelog**: https://github.com/teableio/teable/compare/v1.3.0-beta.0...v1.3.1