@bigbinary/neetoui 4.3.2 → 4.3.3-cjs

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.3.3 - 2023-02-17
27
+
28
+ - Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
29
+
26
30
  ## 4.3.2 - 2023-02-16
27
31
 
28
32
  - Updated: styles of preset ranges in *DatePicker*.
@@ -54,7 +58,6 @@ After
54
58
  ## 4.2.9 - 2023-02-08
55
59
  - Changed: `Neeto` logo in the sidebar.
56
60
  ## 4.2.8 - 2023-02-08
57
-
58
61
  - 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.
59
62
 
60
63
  ## 4.2.7 - 2023-02-08
@@ -121,7 +124,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
121
124
  - Changed: logic in *Select* component to respect `getOptionValue` prop.
122
125
  ## 4.1.35 - 2022-12-27
123
126
  - Added: the ability to choose email from options in *EmailInput*.
124
-
125
127
  ## 4.1.34 - 2022-12-26
126
128
 
127
129
  - Fixed: Select dropdown width when strategy fixed.
@@ -205,7 +207,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
205
207
  - Changed: color-picker related dependencies to dev dependency
206
208
  ## 4.1.6 - 2022-11-13
207
209
  - Fixed: issue with *Select* dropdown when scrolling the page.
208
-
209
210
  ## 4.1.5 - 2022-11-11
210
211
 
211
212
  - Added `system-ui` to `font-family` in `_base.scss`