Skip to content

Commit 3fa70cc

Browse files
committed
Update changelog & release new version
1 parent 5b88a1e commit 3fa70cc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.11.1 (2024-06-30)
7+
8+
- Add new `paginationWithControls` prop (thanks to [@ValentinJS](https://github.com/ValentinJS) for PR [#611](https://github.com/icflorescu/mantine-datatable/pull/611))
9+
- Minor docs website improvements
10+
611
## 7.11.0 (2024-06-30)
712

813
- Attempt to fix issue [#596](https://github.com/icflorescu/mantine-datatable/issues/596) again, thanks to [@gfazioli](https://github.com/gfazioli) for PR [#608](https://github.com/icflorescu/mantine-datatable/pull/608)

app/contribute-and-support/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export default function ContributeAndSupportPage() {
3737
<li>
3838
I think <ExternalLink to={MANTINE_LINK}>Mantine</ExternalLink> is currently the best React UI Framework;
3939
however people were{' '}
40-
<ExternalLink to="https://github.com/mantinedev/mantine/discussions/1049">asking</ExternalLink> in the
41-
community for a ContextMenu component;
40+
<ExternalLink to="https://github.com/mantinedev/mantine/discussions/1057">asking</ExternalLink> in the
41+
community for a data-table / data-grid component;
4242
</li>
4343
<li>
4444
I’m a keen advocate of open-source and{' '}
@@ -49,7 +49,7 @@ export default function ContributeAndSupportPage() {
4949
</ul>
5050
<PageSubtitle value="Please sponsor my work" />
5151
<Txt>
52-
I built these projects out of passion, but the constant effort of spending so many hours on open-source
52+
I’m building these projects out of passion, but the constant effort of spending so many hours on open-source
5353
development and maintenance takes its toll, and passion alone doesn’t pay the bills. So, if you find{' '}
5454
{PRODUCT_NAME} useful and you want to support its future development, please consider{' '}
5555
<ExternalLink to="https://github.com/sponsors/icflorescu">sponsoring my work</ExternalLink> ❤️.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"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",
55
"keywords": [
66
"mantine",

0 commit comments

Comments
 (0)