# v0.19.0: Multiselect Dropdown, Multidelete functionality, and Editor Improvements

This release ensures you can do more with readymade CSV Excel Import experience. Please see below for details on the updates in v0.19.0.

### ✨ New Features

* **Bulk Delete Records:** Added the facility to bulk delete records, streamlining data management tasks.
* **Multi-Select Dropdown:** Introduced a multi-select dropdown for more efficient data selection.
* **Migrated from jQuery-Bootstrap Tooltip to CSS-Based Tooltip:** We've transitioned from using jQuery-Bootstrap tooltips to CSS-based tooltips, enhancing the user interface and performance.
* **Removed Default User from Bubble.io Customization:** We've removed the default user from Bubble.io customization to provide a cleaner setup for any bubble.io app.
* **Added Sentry:** Sentry has been integrated for better error monitoring and debugging capabilities.
* **Revised Column Mapping:** The column mapping process has been revised to allow mapping with key and heading, enhancing data integration.
* **Formatted Records Count in Delete Message:** The delete message now includes a formatted count of records, enhancing clarity.

### ➕ Improvements

* **Update generateUuid Function:** The `generateUuid` The function has been updated to address and fix the issue using the crypto library.
* **`#` to `sr-no` Transition:** Implemented the transition from `#` to `sr-no` to standardize numbering.

### 🔧 Bug Fixes

* **Dropdown Positioning:** Fixed an issue where dropdowns were not positioning properly while navigating through cells. @chavda-bhavik
* **Tooltip Visibility Conflicts:** Addressed conflicts with tooltip visibility when a user edits a field.

***

**Stay Connected and Share Your Thoughts**

We’re constantly working on improving the way we handle CSV & Excel import in your product, and we value your input on features, bugs, and more. Your feedback is crucial in guiding our development efforts and making Impler even better. Make sure you join our Discord to have a chat with us, share your thoughts, and stay updated on what's coming next. Together, we can make Impler the best tool it can be for handling CSV and Excel imports effortlessly.


---

# 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/may-2024/v0.19.0-multiselect-dropdown-multidelete-functionality-and-editor-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.
