From 835108e6b6041339bc97a8d81466ad4ce69226e2 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Wed, 4 Sep 2024 13:05:19 +0300 Subject: [PATCH] Update changelog & bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fac4b1..dc66f1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The following is a list of notable changes to the Mantine DataTable component. Minor versions that are not listed in the changelog are bug fixes and small improvements. +## 7.12.3 (2024-09-04) + +- Fix [#625](https://github.com/icflorescu/mantine-datatable/issues/625) - after implementing row dragging support, inputs inside columns were losing focus + ## 7.12.2 (2024-09-04) - Update dev dependencies to ensure compatibility with Mantine 7.12.2 diff --git a/package.json b/package.json index 5f04a02e..6441c7cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantine-datatable", - "version": "7.12.2", + "version": "7.12.3", "description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more", "keywords": [ "mantine",