Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog 2024-02-21 #30

Merged
merged 8 commits into from
Feb 22, 2024
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
30 changes: 30 additions & 0 deletions 2024-02-21.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
date: 2-21-2024
---

### What's new

- Video and audio files previews in the UI: If you use file attachments and attach video or audio files, you now get a nice player in the UI to preview the file.

![Preview video player](images/preview_video.png)

- Initiate filters from the column headers! This is a small change, but it's a really nice shortcut.
- Another quality of life improvement: when adding a new record, the default values are now pre-filled in the form. This should save you a few clicks and make the process smoother.

<ArticleVideo
platform="html"
src="https://us-east-1.storage.xata.sh/labrlg4kc97fndpb6ks39uo2m8"
width="1280"
height="720"
/>

- File attachment URLs are now returned automatically in the search results. While previously you had to query the transaction store (/query), you can now get the file attachment URLs directly from the search results. This will save some round-trips.
- Improved the table search code snippets in all languages for which we have SDKs.
- When uploading a file, the upload response now contains all the object fields, with the exception of the actual file content.
- Fixed a bug where CSV download was occasionally failing.
- Fixed a bug where in the link selection dialog the column selector was not a drop-down.

### Blog posts

- [Create your own content management system with Remix and Xata](https://xata.io/blog/content-management-system-remix-xata) by Rishi Raj Jain - This tutorial shows you how to build a content management system with Remix and Xata.
- [Educating new frontend developers with Xata](https://xata.io/blog/community-spotlight-educating-frontend-developers) - A community spotlight putting the spotlight on Teri Eyenike, a software engineer out of Lagos, Nigeria empowering the next generation of developers to build.
Binary file added images/preview_video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading