Releases: KevinVandy/mantine-react-table
Releases · KevinVandy/mantine-react-table
v2.0.0-alpha.15
What's Changed
- batch row selection on by default (shift key)
- Add tableRowProps className to MRT_TableHeadRow by @williamneves in #255
- fix pinned column pseudo-element zIndex by @yergom in #257
- Remove HTML title from header by @Dalimil in #261
New Contributors
- @williamneves made their first contribution in #255
- @yergom made their first contribution in #257
- @Dalimil made their first contribution in #261
Full Changelog: v2.0.0-alpha.11...v2.0.0-alpha.15
v2.0.0-alpha.11
What's Changed
- Update FeatureTable.tsx by @icflorescu in #242
- Fix bug when empty data in enableColumnVirtualization by @mintaka2479 in #250
- Fix sort icon in light mode by @mintaka2479 in #248
- Fixed the header to be centered by @mintaka2479 in #249
- Fix pinned column shadow by @mintaka2479 in #251
- Fix layout of show hide columns menu by @mintaka2479 in #252
Full Changelog: v2.0.0-alpha.10...v2.0.0-alpha.11
v2.0.0-alpha.10
What's Changed
- lots of column grouping UI improvements
- lots of column resizing improvements
- Remove unnecessary particles in Japanese by @mintaka2479 in #226
- Fix enableStickyHeader not working when layout mode is grid-no-grow by @mintaka2479 in #227
- Fix transparency on selection and mouse hover in pinned columns by @mintaka2479 in #229
- French locale : fix words order in Hide column translation by @abenhamdine in #232
- Remove extra padding on virtualization pinned columns by @mintaka2479 in #237
New Contributors
- @mintaka2479 made their first contribution in #226
- @abenhamdine made their first contribution in #232
Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.10
v2.0.0-alpha.9
What's Changed
- Optimize Simplified Chinese Translation by @StringKe in #180
- fix Tooltip complaining about functional component child by @naughton in #181
- fix: add aria label to text input by @alessandrojcm in #185
- fix invalid button props (area-role to role) by @hori-ryota in #183
- fix select and multi-select column filter selection by @posabsolute in #200
- Set default spacing prop for input filters by @posabsolute in #198
- Regression from v1 - Fix filter icon glitch by @posabsolute in #197
- Add CSS class to target full Screen mode by @posabsolute in #196
- Fix undefined values with loading states by @laratran in #189
- try to get display columns to go in and out on state change by @naughton in #193
- Fixed aggregated cells footer styling by @alessandrojcm in #201
- Fixes #204 by @laratran in #213
- Fix indeterminate checkbox color by @laratran in #214
- 205 basic footer string doesnt work by @alessandrojcm in #216
- 212 global column ordering dosent have t by @alessandrojcm in #217
- Fix inconsistent Buttons hover and clear buttons size by @laratran in #218
- Prevent Rows per page deselection by @laratran in #219
- Fix alert banner overlapping with first row by @laratran in #220
- Fix detail panel styling by @laratran in #221
- fix: sticky header not hiding on scroll by @alessandrojcm in #222
- Fix loading overlay by @laratran in #223
New Contributors
- @StringKe made their first contribution in #180
- @hori-ryota made their first contribution in #183
- @posabsolute made their first contribution in #200
- @laratran made their first contribution in #189
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.9
v2.0.0-alpha.4
What's Changed
- Better ESM support so that MRT will actually work in Next.js and Remix with Mantine V7
- Fix/docs by @alessandrojcm in #175
- Fix filter css by @naughton in #176
- set indicator height to 18 by @naughton in #177
- Add Azerbaijani translation by @mehdiasadli in #174
New Contributors
- @mehdiasadli made their first contribution in #174
Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.4
v2.0.0-alpha.2
What's Changed
- fix column resizing and add global to density classes by @naughton in #170
- Drag styles by @naughton in #171
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2
v2.0.0-alpha.1
What's Changed
- Row Pinning feature by @KevinVandy
- V2 by @DenisBessa in #124
- Module css by @meesvandongen in #126
- do some more icon -> leftSection by @naughton in #127
- convert a couple sx to style as a test of pr process by @naughton in #125
- fix: updated docs index pages, removed the sx props by @enyelsequeira in #128
- UI fixes v2 by @enyelsequeira in #129
- chore: updating index page removing sx props started tables by @enyelsequeira in #130
- start work on fixing action icons... by @naughton in #131
- Refactored MRT_TabelBodyRow to CSS module by @alessandrojcm in #132
- Toggle row action menu by @alessandrojcm in #133
- Footer components by @alessandrojcm in #134
- Head components by @alessandrojcm in #135
- Input components by @alessandrojcm in #137
- refactor: column utils to CSS modules by @alessandrojcm in #138
- fix comment style on columns.util by @alessandrojcm in #139
- re-add getprimaryshade and getprimarycolor by @alessandrojcm in #140
- fix storybook runtime errors by @alessandrojcm in #141
- replace all instanceOf Function ternaries with a common function by @naughton in #142
- add base MRT_ActionIcon by @naughton in #143
- move complex styles out of style tag into module by @naughton in #145
- upgrade to 7.1 and fix the striped demo by @naughton in #146
- Fix row styling by @alessandrojcm in #147
- fix layout of pagination select by @naughton in #150
- updated all buttons to use css modules and className convention by @naughton in #151
- add modules to FilterOptionsMenu, ShowHideColumnsMenu and remove isSubMenu from ShowHideColumnsMenu by @naughton in #152
- Refactor Toolbars to use CSS modules by @alessandrojcm in #153
- Solves build errors by @DenisBessa in #154
- convert more inline styles to classes and modules by @naughton in #160
- Fix typos in sv.ts by @Crotalus in #159
- get rid of a bunch more inline styles by @naughton in #163
- remove last uses of style={{ that i can by @naughton in #164
- fix toolbar background color on light mode by @naughton in #165
- get build working by @naughton in #166
- fix a couple bugs in my own v2 changes by @naughton in #167
- rethink how to style action icons using --ai vars by @naughton in #168
New Contributors
- @DenisBessa made their first contribution in #124
- @meesvandongen made their first contribution in #126
- @naughton made their first contribution in #127
- @alessandrojcm made their first contribution in #132
- @Crotalus made their first contribution in #159
Full Changelog: v1.2.1...v2.0.0-alpha.1
v1.3.3
What's Changed
- Upgraded to latest TanStack Table v8.10.6 and @tanstack/react-virtual v3.0.0-beta.63 various performance improvements and bug fixes
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Fixed
creatingRow
state not able to be properly self managed when usingonCreatingRowChange
- Fixed French selected rows translation error
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Upgraded to latest TanStack Table
v8.10.3
various performance improvements and bug fixes
Full Changelog: v1.3.0...v1.3.1