@bigbinary/neetoui 4.4.2 → 4.4.4

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,14 @@ 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.4.4 - 2023-03-07
27
+
28
+ - Added: the ability to add a custom separator text between the primary and secondary buttons using the `buttonSeparatorText` prop for the *NoData* component.
29
+
30
+ ## 4.4.3 - 2023-03-07
31
+
32
+ - Changed: Exported both cjs and esm bundles.
33
+
26
34
  ## 4.4.2 - 2023-03-03
27
35
 
28
36
  Fixed empty toastr message when errors or errorCodes are given null values.
@@ -73,9 +81,7 @@ Fixed empty toastr message when errors or errorCodes are given null values.
73
81
  ## 4.3.3 - 2023-02-17
74
82
  - Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
75
83
  ## 4.3.2 - 2023-02-16
76
-
77
84
  - Updated: styles of preset ranges in *DatePicker*.
78
-
79
85
  ## 4.3.1 - 2023-02-14
80
86
 
81
87
  - Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
@@ -107,9 +113,7 @@ After
107
113
  ## 4.2.7 - 2023-02-08
108
114
  - Updated: Pageloader component.
109
115
  ## 4.2.6 - 2023-02-08
110
-
111
116
  - Fixed: Submit on enter triggered when *Form* was being submitted.
112
-
113
117
  ## 4.2.5 - 2023-02-07
114
118
 
115
119
  - Updated : Table sorting UI styles
@@ -170,9 +174,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
170
174
  - Fixed: Select dropdown width when strategy fixed.
171
175
  ## 4.1.33 - 2022-12-25
172
176
  - Fixed: Issues with `value` prop of *Select* component.
173
-
174
177
  ## 4.1.32 - 2022-12-25
175
-
176
178
  Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
177
179
 
178
180
  ## 4.1.31 - 2022-12-21
@@ -250,9 +252,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
250
252
  - Added `system-ui` to `font-family` in `_base.scss`
251
253
  ## 4.1.4 - 2022-11-10
252
254
  - Added: `className` as props to *Form* component.
253
-
254
255
  ## 4.1.3 - 2022-11-10
255
-
256
256
  - Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
257
257
 
258
258
  ## 4.1.2 - 2022-11-09