@bigbinary/neetoui 4.4.0 → 4.4.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -17
  2. package/index.js +1 -1
  3. package/package.json +1 -1
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.2 - 2023-03-03
27
+
28
+ Fixed empty toastr message when errors or errorCodes are given null values.
29
+
30
+ ## 4.4.1 - 2023-03-03
31
+
32
+ - Added feature to display string from custom message key from response , when the noticeCode is custom_message
33
+
26
34
  ## 4.4.0 - 2023-02-24
27
35
 
28
36
  - Fixed: Alignment issues in Table headers when sort is enabled.
@@ -36,45 +44,34 @@ Prefix the change with one of these keywords:
36
44
 
37
45
  <img width="532" alt="Group 2" src="https://user-images.githubusercontent.com/48869249/220600134-0e92558c-4bb5-498b-a09a-63a04725fc0b.png">
38
46
  - Updated: `h1`, `h2`, `h3`, `h4`, `h5`, `h6` color to `--neeto-ui-black` (`#121212`).
39
-
40
47
  <img width="898" alt="Group 3" src="https://user-images.githubusercontent.com/48869249/220602168-ab61369c-5576-4661-aaf4-e532230ad5eb.png">
41
48
  - Updated: Color contrast of `secondary`, `text` and `link` variants of Button.
42
-
43
49
  <img width="545" alt="Group 7" src="https://user-images.githubusercontent.com/48869249/220705083-484434cc-d345-40b9-b331-fb9d33590f40.png">
44
50
  - Updated: Tags color contrast.
45
-
46
51
  <img width="1002" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/220823524-3f8eec49-8bf7-4391-8cdc-cf79b289a2ef.png">
47
52
  - Updated: Menubar color contrast.
48
53
 
49
-
50
54
  ---
51
55
 
52
56
  - Updated: Search icon position from right to left in AppSwitcher search input.
53
57
 
54
58
  <img width="747" alt="Group 4" src="https://user-images.githubusercontent.com/48869249/220603160-2bb5f207-e2cc-4eb1-9d46-1f913c9d915f.png">
55
59
  - Added: Borders to Table.
56
-
57
60
  <img width="1440" alt="Screenshot 2023-02-22 at 4 41 14 PM" src="https://user-images.githubusercontent.com/48869249/220603744-4cdecc30-fa2d-4471-83ec-d88f5df5da63.png">
58
61
  **Dropdown changes**
59
-
60
62
  - Updated: `--neeto-ui-shadow-lg` to `0 8px 24px rgba(140,149,159,0.2)`.
61
63
  - Updated: Dropdown shadow to `--neeto-ui-shadow-lg`.
62
64
  - Updated: Select dropdown shadow to `--neeto-ui-shadow-lg`.
63
65
  - Updated: Date/Time picker dropdown shadow to `--neeto-ui-shadow-lg`.
64
-
65
66
  <img width="238" alt="shadow" src="https://user-images.githubusercontent.com/48869249/220604390-3c95f1d2-cf41-46e8-af63-32074ddcc60f.png">
66
67
  - Updated: Dropdown `max-height` from `360px` to `480px` to accommodate more number of items without scroll.
67
68
  - Updated: Select dropdown `max-height` to `480px`
68
-
69
69
  <img width="407" alt="max" src="https://user-images.githubusercontent.com/48869249/220604606-976fa6ee-76b0-4928-95a0-70f714a0723a.png">
70
70
  - Improved: The spacing in NoData component
71
71
  - Updated: AppSwitcher selection styles.
72
-
73
72
  <img width="1440" alt="Screenshot 2023-02-22 at 11 04 47 PM" src="https://user-images.githubusercontent.com/48869249/220709676-2ed9735e-1030-431d-a87e-53e78d9f5b2c.png">
74
73
  ## 4.3.3 - 2023-02-17
75
-
76
74
  - Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
77
-
78
75
  ## 4.3.2 - 2023-02-16
79
76
 
80
77
  - Updated: styles of preset ranges in *DatePicker*.
@@ -108,9 +105,7 @@ After
108
105
  ## 4.2.8 - 2023-02-08
109
106
  - 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.
110
107
  ## 4.2.7 - 2023-02-08
111
-
112
108
  - Updated: Pageloader component.
113
-
114
109
  ## 4.2.6 - 2023-02-08
115
110
 
116
111
  - Fixed: Submit on enter triggered when *Form* was being submitted.
@@ -173,9 +168,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
173
168
  - Added: the ability to choose email from options in *EmailInput*.
174
169
  ## 4.1.34 - 2022-12-26
175
170
  - Fixed: Select dropdown width when strategy fixed.
176
-
177
171
  ## 4.1.33 - 2022-12-25
178
-
179
172
  - Fixed: Issues with `value` prop of *Select* component.
180
173
 
181
174
  ## 4.1.32 - 2022-12-25
@@ -255,9 +248,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
255
248
  - Fixed: issue with *Select* dropdown when scrolling the page.
256
249
  ## 4.1.5 - 2022-11-11
257
250
  - Added `system-ui` to `font-family` in `_base.scss`
258
-
259
251
  ## 4.1.4 - 2022-11-10
260
-
261
252
  - Added: `className` as props to *Form* component.
262
253
 
263
254
  ## 4.1.3 - 2022-11-10