@bigbinary/neetoui 4.2.7 → 4.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -23,6 +23,10 @@ Prefix the change with one of these keywords:
23
23
  - *Fixed*: for any bug fixes.
24
24
  - *Security*: in case of vulnerabilities.
25
25
 
26
+ ## 4.2.8 - 2023-02-08
27
+
28
+ - Fixed: *Modal* and *Alert* was adding a `margin-right` to the *body* when there was no scrollbar which caused the UI elements to shift right.
29
+
26
30
  ## 4.2.7 - 2023-02-08
27
31
 
28
32
  - Updated: Pageloader component.
@@ -80,7 +84,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
80
84
  ## 4.1.40 - 2022-12-30
81
85
  - Added: word break for *Modal* body and *Tooltip* content
82
86
  ## 4.1.38 - 2022-12-29
83
-
84
87
  - Fixed: proptypes declaration being included in production bundle (3% bundle size reduction)
85
88
  - Changed: github workflow compilation environment to `production`
86
89
 
@@ -170,7 +173,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
170
173
  ## 4.1.9 - 2022-11-16
171
174
  - Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
172
175
  ## 4.1.8 - 2022-11-16
173
-
174
176
  - Updated: Toaster styles.
175
177
  - Added: POC for Toasters with minimum content and bottom left positioning
176
178