v1.1.0

KevinVandy/mantine-react-tablev1.1.0Aug 12, 2023by KevinVandy

AI Summary

Bug fixes for edit functionality, UI improvements for sorting, and new language support (Arabic).

Key Highlights

  • Fixed editing cancel button data restoration
  • Updated sort tooltip text to 'sort by next sort direction'
  • Added Arabic translation
  • Fixed range filter starting off as null

New Features

  • Arabic translation
  • Updated sort tooltip text
  • Fixed range filter initialization

Full Release Notes

## What's Changed
* Fixed editing cancel button not restoring original row data
* Replaced `"Unsorted"` tooltip on header sort icon buttons with sort by next sort direction tooltip
* Add Arabic translation by @H4ck3r-x0 in https://github.com/KevinVandy/mantine-react-table/pull/91
* Update MRT_ToggleFullScreenButton.tsx by @vishwas0459 in https://github.com/KevinVandy/mantine-react-table/pull/93
* Fix range filter starting off as null by @dbnar2 in https://github.com/KevinVandy/mantine-react-table/pull/104
* modify the Arabic translation by @samiya-alyaaribi in https://github.com/KevinVandy/mantine-react-table/pull/106

## New Contributors
* @H4ck3r-x0 made their first contribution in https://github.com/KevinVandy/mantine-react-table/pull/91
* @vishwas0459 made their first contribution in https://github.com/KevinVandy/mantine-react-table/pull/93
* @samiya-alyaaribi made their first contribution in https://github.com/KevinVandy/mantine-react-table/pull/106

**Full Changelog**: https://github.com/KevinVandy/mantine-react-table/compare/v1.0.0...v1.1.0