Update dependency @material-ui/data-grid to v4.0.0-alpha.37#34
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @material-ui/data-grid to v4.0.0-alpha.37#34renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3772648 to
aede838
Compare
aede838 to
40d0026
Compare
40d0026 to
c2e232a
Compare
dcee185 to
2d9b13b
Compare
2d9b13b to
a367720
Compare
a367720 to
4562e2d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0-alpha.35->4.0.0-alpha.37Release Notes
mui-org/material-ui-x (@material-ui/data-grid)
v4.0.0-alpha.37Compare Source
Jul 12, 2021
Big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
onViewportRowsChangeprop forXGridonly (#2038) @DanailHThis is the last alpha release. We are moving to beta in the next release, next week.
@material-ui/data-grid@v4.0.0-alpha.37/@material-ui/x-grid@v4.0.0-alpha.37Breaking changes
[DataGrid] Drop support for @material-ui/core below v4.12.0 (#2281) @DanailH
[XGrid] Replace event constants with the
GridEventsenum (#2279) @flaviendelangleChanges
valueOptionsis missing in theGridColDefwhen usingsingleSelect(#2276) @DanailHautoFocusattribute (#2239) @m4theushwrenderCellreturns false-ish values (#2242) @siriwatknpuseGridVirtualColumnsintouseGridVirtualRows(#2314) @m4theushwonViewportRowsChangeprop (#2038) @DanailHDocs
Core
event.defaultMuiPreventedis called (#2302) @oliviertassinarigetState(#2300) @oliviertassinarirangeStrategy: bump@oliviertassinaricolDef(#2188) @flaviendelanglev4.0.0-alpha.36Compare Source
August 6, 2021
Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
detailsparam to each callback option inXGrid(#2236) @DanailH@material-ui/data-grid@v4.0.0-alpha.36/@material-ui/x-grid@v4.0.0-alpha.36Breaking changes
[DataGrid] Polish cell editing (#2220) @m4theushw
onCellModeChangeprop withonCellEditEnteroronCellEditExit.onCellEditEnterprop toonCellEditStart.onCellEditEndprop toonCellEditStop.setEditCellPropsAPI call is not available anymore.Use the controlled editing or
setEditRowsModel.[DataGrid] Allow non-integer column width for flex columns (#2282) @flaviendelangle
widthproperty of the columns is no longer updated with the actual width of of the column. Use the newcomputedWidthproperty in the callbacks instead.const columns: GridColDef = [ { field: "name", width: 100, renderCell: ({ value, colDef }) => { - console.log(colDef.width!) + console.log(colDef.computedWidth) return value } ]Changes
detailsparam to each callback option inXGrid(#2236) @DanailHDocs
Core
DataGridandXGrid(#2176) @dtassoneGridFilterModelin the models directory (#2243) @flaviendelanglecomputedWidthfield (#2235) @flaviendelanglerootPropsinstead ofoptionsin the grid components except forclasses(#2213) @flaviendelanglerebaseWhen=autonot working (#2271) @oliviertassinariConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.