@@ -65,7 +65,7 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D
65
65
- added new ` columnSize ` available, ` responsiveSizeToFit ` which will adjust column sizes based upon grid size and columns added or removed
66
66
- added ` columnSizeOptions ` to take an object that is compatible with AG Grid to perform sizing options as needed
67
67
- added ability to push ` columnState ` back to grid and replay the settings
68
-
68
+
69
69
- [ #145 ] ( https://github.com/plotly/dash-ag-grid/pull/145 )
70
70
- added support for ` alignedGrids `
71
71
- added ability for functions with ` tooltipComponentParams `
@@ -96,13 +96,13 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D
96
96
- [ #132 ] ( https://github.com/plotly/dash-ag-grid/pull/132 )
97
97
- updated ` columnSize ` option of ` autoSizeAll ` -> ` autoSize `
98
98
99
- - [ #145 ] ( https://github.com/plotly/dash-ag-grid/pull/145 )
100
- - updated AG Grid ` 29.1.0 ` -> ` 29.3.2 `
99
+ - [ #145 ] ( https://github.com/plotly/dash-ag-grid/pull/145 ) and [ # 159 ] ( https://github.com/plotly/dash-ag-grid/pull/159 )
100
+ - updated AG Grid ` 29.1.0 ` -> ` 29.3.3 `
101
101
102
102
- [ #155 ] ( https://github.com/plotly/dash-ag-grid/pull/155 )
103
103
- update React to ` 18.2.0 `
104
104
- updated ` material-ui ` to ` @mui ` for ` rowMenuRenderer `
105
-
105
+
106
106
### Fixed
107
107
- [ Overhaul commit] ( https://github.com/plotly/dash-ag-grid/commit/b888d6ab4fcb4afac187492e8b6c9cf0d0f8842b )
108
108
- Fix issue where conditional formatting was not applied to nested columns
@@ -126,13 +126,10 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D
126
126
- fixed ` onRowDragEnd ` to trigger ` virtualRowData ` update
127
127
- fixed all ` virtualRowData ` updates to take into account the sorting
128
128
129
- - [ #155 ] ( https://github.com/plotly/dash-ag-grid/pull/155 )
129
+ - [ #155 ] ( https://github.com/plotly/dash-ag-grid/pull/155 ) and [ # 158 ] ( https://github.com/plotly/dash-ag-grid/pull/158 )
130
130
- fixed ` openGroups ` where clearing out the set would cause issues
131
131
- fixed ` paginationGoTo ` to work with a starting page
132
132
133
- - [ #158 ] ( https://github.com/plotly/dash-ag-grid/pull/158 )
134
- - fixed ` openGroups ` to pull initial state, and fixed returning set
135
-
136
133
## [ 1.3.2] - 2023-01-13
137
134
138
135
### Updated
0 commit comments