Skip to content

Commit

Permalink
Merge pull request #672 from icflorescu/next
Browse files Browse the repository at this point in the history
Release 7.14.3
  • Loading branch information
icflorescu authored Nov 26, 2024
2 parents 6056847 + d0a1bee commit db48659
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3 (2024-10-26)

- Fix [#663](https://github.com/icflorescu/mantine-datatable/issues/663) - buttons not clickable inside emptyState

## 7.14.2 (2024-10-26)

- Fix [#659](https://github.com/icflorescu/mantine-datatable/issues/659) - filter popup not closing after clicking outside
Expand Down
1 change: 0 additions & 1 deletion package/DataTableEmptyState.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
bottom: 0;
left: 0;
flex-direction: column;
pointer-events: none;
color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-3));
opacity: 0;
transition: opacity 0.2s;
Expand Down

0 comments on commit db48659

Please sign in to comment.