Skip to content

Bump react-data-table-component from 6.11.8 to 8.3.0 in /enatega-multivendor-admin#1481

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.3.0
Closed

Bump react-data-table-component from 6.11.8 to 8.3.0 in /enatega-multivendor-admin#1481
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps react-data-table-component from 6.11.8 to 8.3.0.

Release notes

Sourced from react-data-table-component's releases.

v8.3.0

New features

  • Localization — new localization prop on DataTable replaces the three separate option props (columnFilterOptions, expandableRowsOptions, and pagination aria-label fields on paginationComponentOptions). Pass a single object to translate every string and aria-label in the table — filter panel, pagination navigation, and expand/collapse buttons. → Localization docs
  • Built-in locales — import pre-built translations from the react-data-table-component/locales subpath. Ships with: English (en), French (fr), Spanish (es), German (de), Brazilian Portuguese (ptBR), Arabic — Modern Standard (ar), Egyptian (arEG), Levantine (arLV), Hebrew (he), Chinese Simplified (zhCN), Chinese Traditional (zhTW), Japanese (ja), Korean (ko), Ukrainian (uk). Each locale is individually tree-shakeable.
  • New utility exports: emptyFilterState(type) and isFilterActive(filter). → Filtering docs

Deprecations

The following will continue to work in 8.x but will be removed in v9. TypeScript will show a deprecation hint.

  • columnFilterOptions prop — use localization with a filter key instead.
  • expandableRowsOptions prop — use localization with an expandable key instead.
  • Pagination aria-label fields on paginationComponentOptions (navigationAriaLabel, firstPageAriaLabel, previousPageAriaLabel, nextPageAriaLabel, lastPageAriaLabel) — use localization with a pagination key instead.
  • ColumnFilterOptions and ExpandableRowsOptions types — use Localization['filter'] and Localization['expandable'] instead.

v8.2.0

What's Changed

  • feat: implement clearSort functionality and add SortResetDemo example (#1320)
  • feat: add onScroll prop to table API (#1319)
  • feat: add pagination position feature with top, bottom, and both options (#1318)
  • feat: add footer row support with customizable content (#1317)
  • feat: add controlled paginationPage prop and update API documentation (#1316)
  • chore: update issue templates and add contributing guidelines (#1315)

Full changelog: jbetancur/react-data-table-component@v8.1.0...v8.2.0

v8.1.0

Release Notes for v8.1.0

Additive feature release. No breaking changes.
See what's new for narrative coverage.

New features

  • Inline editing now supports number, date, checkbox, and custom editor types.
    New column-level validate hook gates the edit before onCellEdit fires.
    → Inline editing
  • Shift-click range selection on row checkboxes.
    Enabled by default — opt out with selectableRowsRange={false}.
    New selectedRows prop drives controlled selection.
    → Row selection
  • New headless export hook useTableExport: build CSV/JSON, trigger a download, or copy to clipboard.
    → Export

Bug fixes & polish

  • Expandable row open/close animation now works correctly.
    Switched from a max-height tween (which appeared instant at realistic content heights) to the CSS grid grid-template-rows: 0fr → 1fr trick, giving a true height transition.

... (truncated)

Commits
  • 58a474c bump version
  • 4285b66 feat: add localization support and deprecate old props in DataTable (#1323)
  • 7e95078 feat: add localization support for pagination, filtering, and expandable rows...
  • c65efc4 add mobile layout support and demo for responsive data table (#1321)
  • 7a73cc7 remove unreleased
  • 21c2c69 bump master
  • 9faa275 update release action
  • ee6ebc0 update release action
  • 5c53323 update release flow
  • b27a90f feat: implement clearSort functionality and add SortResetDemo example (#1320)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-data-table-component since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-data-table-component](https://github.com/jbetancur/react-data-table-component) from 6.11.8 to 8.3.0.
- [Release notes](https://github.com/jbetancur/react-data-table-component/releases)
- [Commits](jbetancur/react-data-table-component@v6.11.8...v8.3.0)

---
updated-dependencies:
- dependency-name: react-data-table-component
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@lambertf917 lambertf917 closed this Jun 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.3.0 branch June 4, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant