Skip to content

Commit db48659

Browse files
authored
Merge pull request #672 from icflorescu/next
Release 7.14.3
2 parents 6056847 + d0a1bee commit db48659

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The following is a list of notable changes to the Mantine DataTable component.
44
Minor versions that are not listed in the changelog are bug fixes and small improvements.
55

6+
## 7.14.3 (2024-10-26)
7+
8+
- Fix [#663](https://github.com/icflorescu/mantine-datatable/issues/663) - buttons not clickable inside emptyState
9+
610
## 7.14.2 (2024-10-26)
711

812
- Fix [#659](https://github.com/icflorescu/mantine-datatable/issues/659) - filter popup not closing after clicking outside

package/DataTableEmptyState.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
bottom: 0;
66
left: 0;
77
flex-direction: column;
8-
pointer-events: none;
98
color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-3));
109
opacity: 0;
1110
transition: opacity 0.2s;

0 commit comments

Comments
 (0)