@bigbinary/neetoui 4.3.3 → 4.4.1

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,8 +23,51 @@ 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
26
+ ## 4.4.1 - 2023-03-03
27
+
28
+ - Added feature to display string from custom message key from response , when the noticeCode is custom_message
29
+
30
+ ## 4.4.0 - 2023-02-24
31
+
32
+ - Fixed: Alignment issues in Table headers when sort is enabled.
33
+ - Fixed: Made Table headers popout.
34
+
35
+ **Color contrast improvements**
36
+
37
+ - Updated: `--neeto-ui-black` from `#1b1f23` to `#121212`.
38
+ - Updated: `--neeto-ui-gray-800` from `#2f3941` to `#1f1f1f`.
39
+ - Updated: `--neeto-ui-gray-700` from `#49545c` to `#2f3941`.
40
+
41
+ <img width="532" alt="Group 2" src="https://user-images.githubusercontent.com/48869249/220600134-0e92558c-4bb5-498b-a09a-63a04725fc0b.png">
42
+ - Updated: `h1`, `h2`, `h3`, `h4`, `h5`, `h6` color to `--neeto-ui-black` (`#121212`).
43
+ <img width="898" alt="Group 3" src="https://user-images.githubusercontent.com/48869249/220602168-ab61369c-5576-4661-aaf4-e532230ad5eb.png">
44
+ - Updated: Color contrast of `secondary`, `text` and `link` variants of Button.
45
+ <img width="545" alt="Group 7" src="https://user-images.githubusercontent.com/48869249/220705083-484434cc-d345-40b9-b331-fb9d33590f40.png">
46
+ - Updated: Tags color contrast.
47
+ <img width="1002" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/220823524-3f8eec49-8bf7-4391-8cdc-cf79b289a2ef.png">
48
+ - Updated: Menubar color contrast.
49
+
50
+ ---
27
51
 
52
+ - Updated: Search icon position from right to left in AppSwitcher search input.
53
+
54
+ <img width="747" alt="Group 4" src="https://user-images.githubusercontent.com/48869249/220603160-2bb5f207-e2cc-4eb1-9d46-1f913c9d915f.png">
55
+ - Added: Borders to Table.
56
+ <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">
57
+ **Dropdown changes**
58
+ - Updated: `--neeto-ui-shadow-lg` to `0 8px 24px rgba(140,149,159,0.2)`.
59
+ - Updated: Dropdown shadow to `--neeto-ui-shadow-lg`.
60
+ - Updated: Select dropdown shadow to `--neeto-ui-shadow-lg`.
61
+ - Updated: Date/Time picker dropdown shadow to `--neeto-ui-shadow-lg`.
62
+
63
+ <img width="238" alt="shadow" src="https://user-images.githubusercontent.com/48869249/220604390-3c95f1d2-cf41-46e8-af63-32074ddcc60f.png">
64
+ - Updated: Dropdown `max-height` from `360px` to `480px` to accommodate more number of items without scroll.
65
+ - Updated: Select dropdown `max-height` to `480px`
66
+ <img width="407" alt="max" src="https://user-images.githubusercontent.com/48869249/220604606-976fa6ee-76b0-4928-95a0-70f714a0723a.png">
67
+ - Improved: The spacing in NoData component
68
+ - Updated: AppSwitcher selection styles.
69
+ <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">
70
+ ## 4.3.3 - 2023-02-17
28
71
  - Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
29
72
 
30
73
  ## 4.3.2 - 2023-02-16
@@ -59,9 +102,7 @@ After
59
102
  - Changed: `Neeto` logo in the sidebar.
60
103
  ## 4.2.8 - 2023-02-08
61
104
  - 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.
62
-
63
105
  ## 4.2.7 - 2023-02-08
64
-
65
106
  - Updated: Pageloader component.
66
107
 
67
108
  ## 4.2.6 - 2023-02-08
@@ -125,9 +166,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
125
166
  ## 4.1.35 - 2022-12-27
126
167
  - Added: the ability to choose email from options in *EmailInput*.
127
168
  ## 4.1.34 - 2022-12-26
128
-
129
169
  - Fixed: Select dropdown width when strategy fixed.
130
-
131
170
  ## 4.1.33 - 2022-12-25
132
171
 
133
172
  - Fixed: Issues with `value` prop of *Select* component.
@@ -208,9 +247,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
208
247
  ## 4.1.6 - 2022-11-13
209
248
  - Fixed: issue with *Select* dropdown when scrolling the page.
210
249
  ## 4.1.5 - 2022-11-11
211
-
212
250
  - Added `system-ui` to `font-family` in `_base.scss`
213
-
214
251
  ## 4.1.4 - 2022-11-10
215
252
 
216
253
  - Added: `className` as props to *Form* component.