# v0.14.0 - Delete record, Output sync, and Deployment improvements!

### ✨ New

* While importing records if users don't want to import any record, then they can simply click on `x` (remove) button, to exempt records from the import process.
* Previously, when the format was manually updated, developers lacked a method to revert it to auto mode. Now, with the introduction of the `Sync Again` banner, developers can easily re-initiate schema syncing.<br>

  <figure><img src="/files/ExPe6fE8DwDbbNRSdr2F" alt=""><figcaption><p>'Sync Again' banner</p></figcaption></figure>

### ➕ Improved

* Removed `getServerSide` props to fetch imports data. So local deployments can work without any issues and hassle.

### 🔧 Fixed

* In the import widget, the error was getting hidden after the user had updated the cell. Which is now optimized to always show if the cell has an error.

We’re constantly working on improving the way handle CSV & Excel import in your product, and value your input on features, bugs, and more. Make sure you join [discord](htts://discord.impler.io) to have a chat with us and share your thoughts!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.impler.io/december-2023/v0.14.0-delete-record-output-sync-and-deployment-improvements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
