From 73b317a212e4cd19f3b80533f34cfa6324eda577 Mon Sep 17 00:00:00 2001 From: praveen-murali-ind Date: Tue, 21 Jan 2025 14:38:22 +0000 Subject: [PATCH] New version release --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2e4983..d2145f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ Each change is prefixed with one of these keywords:: - *Fixed*: Denotes bug fixes. - *Security*: Pertains to actions taken in response to vulnerabilities. +## 8.2.50 - 2025-01-21 + +- Fixed issue with table height computation when reorder column is enabled. + ## 8.2.49 - 2025-01-10 - Added: Click functionality to the *Switch* component @@ -261,7 +265,6 @@ Updates all formik components in neetoUI to use status to show server error and - Added: `--neeto-ui-accent-100` - `#e6f4ff`. - Added: `--neeto-ui-accent-50` - `#eff8ff`. - Updated: `--neeto-ui-success-800` from `#107154` to `#01795d`. - - Updated: `--neeto-ui-success-600` from `#12805c` to `#018d6d`. - Updated: `--neeto-ui-success-500` from `#268e6c` to `#02a27c`. @@ -708,7 +711,6 @@ Fixed: Duplicate onSubmit call bug while repeatedly clicking on submit button. - Fixed: error value output in color picker when the initial value is undefined ## 5.0.17 - 2023-07-31 Changed: Disabled auto close for error toasters. - ## 5.0.15 - 2023-07-18 - Removed: default empty box image from NoData component. diff --git a/package.json b/package.json index bb7b83f1..6eab0a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigbinary/neetoui", - "version": "8.2.49", + "version": "8.2.50", "author": "BigBinary", "license": "MIT", "description": "neetoUI drives the experience at all neeto products",