@@ -65,7 +65,7 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D
6565 - added new ` columnSize ` available, ` responsiveSizeToFit ` which will adjust column sizes based upon grid size and columns added or removed
6666 - added ` columnSizeOptions ` to take an object that is compatible with AG Grid to perform sizing options as needed
6767 - added ability to push ` columnState ` back to grid and replay the settings
68-
68+
6969- [ #145 ] ( https://github.com/plotly/dash-ag-grid/pull/145 )
7070 - added support for ` alignedGrids `
7171 - 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
9696- [ #132 ] ( https://github.com/plotly/dash-ag-grid/pull/132 )
9797 - updated ` columnSize ` option of ` autoSizeAll ` -> ` autoSize `
9898
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 `
101101
102102- [ #155 ] ( https://github.com/plotly/dash-ag-grid/pull/155 )
103103 - update React to ` 18.2.0 `
104104 - updated ` material-ui ` to ` @mui ` for ` rowMenuRenderer `
105-
105+
106106### Fixed
107107- [ Overhaul commit] ( https://github.com/plotly/dash-ag-grid/commit/b888d6ab4fcb4afac187492e8b6c9cf0d0f8842b )
108108 - 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
126126 - fixed ` onRowDragEnd ` to trigger ` virtualRowData ` update
127127 - fixed all ` virtualRowData ` updates to take into account the sorting
128128
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 )
130130 - fixed ` openGroups ` where clearing out the set would cause issues
131131 - fixed ` paginationGoTo ` to work with a starting page
132132
133- - [ #158 ] ( https://github.com/plotly/dash-ag-grid/pull/158 )
134- - fixed ` openGroups ` to pull initial state, and fixed returning set
135-
136133## [ 1.3.2] - 2023-01-13
137134
138135### Updated
0 commit comments