# Changelog

## v2.1.0 - Release (17-05-2023)

* Update to Next 13 and other packages
* Remove Mock API and use Live but Fake API
* Set Default Auth as JWT
* .env updates
* React table
  * Added virtual data loading
  * Added infinite scroll
  * Group chip in the group table
* Bug Fixes
  * Fix some dark and RTL issues
  * Resolve active menu issue
  * Landing design fixes
  * Fix Google autocomplete issue
  * React table fixes in the umbrella page

## v2.0.0 - Release (22-02-2023)

* Invoice generator.
* Export to CSV on Most react-table
* Export to PDF
  * User Card
  * Invoice
* Menu expandable as well as a menu item. So the page will open on the expandable menu as well it expands
  * Check the Invoice for a demo
* Components
  * Tabs - Scrollable tab variant
  * Avatar -  Group Avatar Hover
  * Progress - Background path for circular
  * Tooltip - Color Tooltip
  * Google Auto-Complete
  * SnackBar - Added stacked snackbar
  * Date Range Picker
* Bug Fixes
  * Fix Breadcrumb issue
  * Multiple menus were active
  * E-commerce product list issue
* React Table
  * Editable table with validation
  * Resize Column
  * Sticky header
  * Empty - no data table
  * Type updates&#x20;
* Animations added on dialogs, popper, and landing
* The welcome image on First Dashboard
* Menu Layout - Horizontal
* Customer
  * move from profile to customer -> Card, List
  * Added sorting and filtering
* Login - After logging in, the user should be automatically forwarded to the called link
* forgot the password to aws
* Render a menu from the backend
* auth key move from config to .env
* Mantis is available in multiple technologies from different platforms

## v1.2.0 - Release (18-11-2022)

* Added Kanban app
* Make it compatible with React18
* SVG file updates due to React 18
* Removed .default from the end wherever the image has been used
* Added config-override.js to support native node module in react 18
* Removed Skeleton version
* Other package upgrades

## v1.1.0 - Release (05-07-2022)

Added Next.js

* Nextjs JavaScript and TypeScript package added in download package with same version code v1.1.0

## v1.1.0 - Release (18-06-2022)

* Added forms
  * Wizard
  * Layout
  * Plugins
  * Validation
* Added charts
  * Apex Chart
  * Organization Chart
* Fix the flickering issue in the landing
* Added User card and list
* Added modal component
* Added slider component
* Added widgets for charts, data, statistics
* Fix keyboard focus on elements. Thanks to **Olivier from MUI** for pointing out the issue.
* Added dropzone for file upload

## v1.0.0 - Release (27-05-2022)

* Initial release


---

# 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://codedthemes.gitbook.io/mantis/v2.1.0/changelog.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.
