# v0.16.0: Duplicate Import, Paginate Import records, Search over Imports and more!

### ✨ New

* The import layout is now equipped with a pagination facility to better manage imports.
* Now, Import cards have duplicate import functionality so developers can duplicate import with options to only copy needed information.

<figure><img src="/files/uwJI6h6NZWhRF9vWuz3G" alt=""><figcaption><p>v0.16.0 Updates</p></figcaption></figure>

### ➕ Improved

* We updated `CONTRIBUTING.md` guide with the latest information about the project, so the developer has all the information ready to contribute to the project.
* `README.md` file has a new layout, which will better deliver the idea of the project to viewers. With `Getting started` guide adding an import widget into the application is just a few minutes of work.
* Security is our biggest concern, so we updated and revised `SECURITY.md` with proper links and information.

### 🔧 Fixed

* Terminate import action was calling the API with undefined, which is well-tested now.
* People write data in Excel. But while parsing, excel was giving incorrect date format, so we made sure that this issue did not occur in the template we generated.

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/february-2024/v0.16.0-duplicate-import-paginate-import-records-search-over-imports-and-more.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.
