Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mui-datatable v3 release #1300

Merged
merged 124 commits into from
Jun 9, 2020
Merged

mui-datatable v3 release #1300

merged 124 commits into from
Jun 9, 2020

Conversation

patorjk
Copy link
Collaborator

@patorjk patorjk commented Jun 1, 2020

This is currently a work in progress. This release will represent the 3.0.0 version of the table.

Goals:

  • Update all of the dependencies.
  • Fully move the table to supporting version 4 of Material UI. 
  • Incorporate the many PRs that have been submitted.

It can be previewed here: https://codesandbox.io/s/github/gregnb/mui-datatables/tree/v3

Current Updates:

Upgrade guide: https://github.com/gregnb/mui-datatables/tree/master/docs/v2_to_v3_guide.md

InnuceEAN and others added 30 commits January 8, 2019 18:33
Setting alwaysRenderToolbar keeps the toolbar when a row is selected
- Introducing new option selectToolbarPlacement with options 'replace', 'above-toolbar', 'none'
- Deprecated disableToolbarSelect
- rename option 'above-toolbar' to 'above'
- more verbose documentation
- array of options
Prevent skipping of heading level for Accessibility and standard semantic HTML purposes.
Put text inside `strong` to keep emphasis and bold text.
http://web-accessibility.carnegiemuseums.org/foundations/semantic/
fix for removing errors with undefined  id, and few other small fixes
…ast-resizer

removal of last resizer, addition of props.options to TableResize
Also eliminate side effects among functions for potential testability
@patorjk
Copy link
Collaborator Author

patorjk commented Jun 8, 2020

I've released a beta version to npm which can be installed like this:

npm install mui-datatables@beta

I still need to do some more testing, but I'm thinking 3.0.0 will be released either tomorrow or Wednesday.

@patorjk patorjk merged commit ed3b8e3 into master Jun 9, 2020
@kev-landry
Copy link
Contributor

Well done :)

@wdh2100 wdh2100 deleted the v3 branch November 3, 2020 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Denotes that this issue is required for v3 release of this library
Projects
None yet
Development

Successfully merging this pull request may close these issues.