From 29aa0ae6a3707399774b205d25ef50fdf70895ff Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 26 Nov 2024 10:26:04 -0500 Subject: [PATCH 1/2] Update CHANGELOG.md version --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7129c49f..ec6b0243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ All notable changes to `dash-ag-grid` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source Dash AG Grid repo -## unreleased +## [31.3.0] - 2024-11-22 + ### Fixed - [#300](https://github.com/plotly/dash-ag-grid/pull/300) Fixes issue [#299](https://github.com/plotly/dash-ag-grid/pull/299) where grid was unmounted and trying to update the `columnState`. - [#325](https://github.com/plotly/dash-ag-grid/pull/325) Fixes issue [#324](https://github.com/plotly/dash-ag-grid/pull/324) where `pivotComparator` functions were not sorting columns correctly because they were only being passed `params`. From c6d2739d0b7e12aa161fb76c7a2a0a1e428b92ab Mon Sep 17 00:00:00 2001 From: BSd3v <82055130+BSd3v@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:41:47 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md fixing tyop --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6b0243..0a48fa57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D - [#307](https://github.com/plotly/dash-ag-grid/issues/307) fixes JS console error because `setProps` is no longer called when unmounted. ### Added - - [#330](https://github.com/plotly/dash-ag-grid/pull/330) Added `dash_clientside` to available functions for easier on-liner functions, esp. `eventListeners`. + - [#330](https://github.com/plotly/dash-ag-grid/pull/330) Added `dash_clientside` to available functions for easier one-liner functions, esp. `eventListeners`. - requested [#303](https://github.com/plotly/dash-ag-grid/issues/303) ### Changed