File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ Each change is prefixed with one of these keywords::
2323- * Fixed* : Denotes bug fixes.
2424- * Security* : Pertains to actions taken in response to vulnerabilities.
2525
26+ ## 8.3.8 - 2025-06-18
27+
28+ This PR makes changes to handle the case when the options passed to the Select component are grouped.
29+ The ` buildValueObj ` method has been modified to get the deeply nested options after checking for grouping.
30+ This change fixes issues with initial values not being displayed in the dropdown when using formik.
31+
2632## 8.3.7 - 2025-06-06
2733
2834- Added: ` ref ` support in * Radio.Item* .
@@ -137,7 +143,6 @@ Fixed data-cy label for *Input*.
137143- Fixed: Hex color input field auto-population issue in * ColorPicker* .
138144## 8.2.56 - 2025-02-06
139145- Added logic to show clear selection callout when all table rows are selected
140-
141146## 8.2.53 - 2025-01-23
142147
143148- Added: ` data-cy ` label for * ProgressBar*
@@ -430,7 +435,6 @@ Updates all formik components in neetoUI to use status to show server error and
430435- Updated: Toast button style to tertiary.
431436- Updated: Tab border color.
432437### Storybook updates
433-
434438- Updated: Storybook theme to match the branding.
435439- Improved: Documentation readability.
436440
@@ -845,7 +849,6 @@ prop in *Select* component.
845849- Added: ` required ` prop to * MultiEmailInput* .
846850## 5.0.1 - 2023-05-07
847851- Added: resize and reorder columns functionality to * Table* component.
848-
849852## 5.0.0 - 2023-04-28
850853
851854Removed following components from ` neetoui ` :
Original file line number Diff line number Diff line change 11{
22 "name" : " @bigbinary/neetoui" ,
3- "version" : " 8.3.7 " ,
3+ "version" : " 8.3.8 " ,
44 "author" : " BigBinary" ,
55 "license" : " MIT" ,
66 "description" : " neetoUI drives the experience at all neeto products" ,
You can’t perform that action at this time.
0 commit comments