Skip to content

Commit 99beb74

Browse files
New version release
1 parent 9669c8d commit 99beb74

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ 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.5 - 2025-06-03
27+
28+
- Fixed: pane width on iPad viewport
29+
30+
Ensures the pane maintains a minimum width for better usability on iPad devices.
31+
32+
small
33+
![localhost_6006_iframe html_args= id=overlays-pane--sizes viewMode=story(iPad) (1)](https://github.com/user-attachments/assets/e0958443-c39a-47eb-a978-f465815ad931)
34+
35+
large
36+
![localhost_6006_iframe html_args= id=overlays-pane--sizes viewMode=story(iPad) (2)](https://github.com/user-attachments/assets/e5b5118f-bb3c-48a9-97eb-79f6efc6b894)
37+
38+
extraLarge
39+
![localhost_6006_iframe html_args= id=overlays-pane--sizes viewMode=story(iPad) (3)](https://github.com/user-attachments/assets/e0229228-5f3b-4857-8ed0-a22a851e9eae)
40+
2641
## 8.3.4 - 2025-06-02
2742

2843
- Replaced `100vh` with `100dvh` to fix layout issues on mobile browsers and iPads caused by dynamic browser UI elements.
@@ -111,7 +126,6 @@ Fixed data-cy label for *Input*.
111126
## 8.2.58 - 2025-02-07
112127
- Wrapped all localStorage operations in try-catch blocks to handle potential failures in private browsing mode or due to storage restrictions.
113128
## 8.2.57 - 2025-02-07
114-
115129
- Fixed: Hex color input field auto-population issue in *ColorPicker*.
116130

117131
## 8.2.56 - 2025-02-06
@@ -402,7 +416,6 @@ Updates all formik components in neetoUI to use status to show server error and
402416
- 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`.
403417
- 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`.
404418
- Updated: `--neeto-ui-shadow-lg` to `rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px`.
405-
406419
### Component updates
407420

408421
- Updated: Button hover/focus states.
@@ -825,7 +838,6 @@ prop in *Select* component.
825838
- Fixed: the issue of filter invalid emails link for valid emails in
826839
*MultiEmailInput* component
827840
## 5.0.2 - 2023-05-23
828-
829841
- Added: `required` prop to *MultiEmailInput*.
830842

831843
## 5.0.1 - 2023-05-07

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.4",
3+
"version": "8.3.5",
44
"author": "BigBinary",
55
"license": "MIT",
66
"description": "neetoUI drives the experience at all neeto products",

0 commit comments

Comments
 (0)