Skip to content

Commit e9c24b8

Browse files
New version release
1 parent 4a69b15 commit e9c24b8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ 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.4 - 2025-06-02
27+
28+
- Replaced `100vh` with `100dvh` to fix layout issues on mobile browsers and iPads caused by dynamic browser UI elements.
29+
2630
## 8.3.3 - 2025-05-28
2731

2832
- Added: support for `precision` prop for *Input* component
@@ -106,7 +110,6 @@ Fixed data-cy label for *Input*.
106110
- Fixed TypeError in `useOverlay` hook.
107111
## 8.2.58 - 2025-02-07
108112
- Wrapped all localStorage operations in try-catch blocks to handle potential failures in private browsing mode or due to storage restrictions.
109-
110113
## 8.2.57 - 2025-02-07
111114

112115
- Fixed: Hex color input field auto-population issue in *ColorPicker*.
@@ -395,7 +398,6 @@ Updates all formik components in neetoUI to use status to show server error and
395398
### Utility classes
396399
- Added: Utility classes for the newly added colors.
397400
### Box shadows
398-
399401
- Updated: `--neeto-ui-shadow-xs` to `rgba(0, 0, 0, 0.1) 0px 2px 1px -1px, rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 3px 0px`.
400402
- Updated: `--neeto-ui-shadow-sm` to `rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px`.
401403
- Updated: `--neeto-ui-shadow-md` to `rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px`.
@@ -822,7 +824,6 @@ prop in *Select* component.
822824
## 5.0.3 - 2023-05-29
823825
- Fixed: the issue of filter invalid emails link for valid emails in
824826
*MultiEmailInput* component
825-
826827
## 5.0.2 - 2023-05-23
827828

828829
- Added: `required` prop to *MultiEmailInput*.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigbinary/neetoui",
3-
"version": "8.3.3",
3+
"version": "8.3.4",
44
"author": "BigBinary",
55
"license": "MIT",
66
"description": "neetoUI drives the experience at all neeto products",

0 commit comments

Comments
 (0)