@bigbinary/neetoui 4.4.3 → 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,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.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
+
26
30
  ## 4.4.3 - 2023-03-07
27
31
 
28
32
  - Changed: Exported both cjs and esm bundles.
@@ -78,7 +82,6 @@ Fixed empty toastr message when errors or errorCodes are given null values.
78
82
  - Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
79
83
  ## 4.3.2 - 2023-02-16
80
84
  - Updated: styles of preset ranges in *DatePicker*.
81
-
82
85
  ## 4.3.1 - 2023-02-14
83
86
 
84
87
  - Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
@@ -111,7 +114,6 @@ After
111
114
  - Updated: Pageloader component.
112
115
  ## 4.2.6 - 2023-02-08
113
116
  - Fixed: Submit on enter triggered when *Form* was being submitted.
114
-
115
117
  ## 4.2.5 - 2023-02-07
116
118
 
117
119
  - Updated : Table sorting UI styles
@@ -173,7 +175,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
173
175
  ## 4.1.33 - 2022-12-25
174
176
  - Fixed: Issues with `value` prop of *Select* component.
175
177
  ## 4.1.32 - 2022-12-25
176
-
177
178
  Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
178
179
 
179
180
  ## 4.1.31 - 2022-12-21
@@ -252,7 +253,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
252
253
  ## 4.1.4 - 2022-11-10
253
254
  - Added: `className` as props to *Form* component.
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