@bigbinary/neetoui 4.4.0 → 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 +4 -12
- package/index.js +1 -1
- package/package.json +1 -1
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.1 - 2023-03-03
|
|
27
|
+
|
|
28
|
+
- Added feature to display string from custom message key from response , when the noticeCode is custom_message
|
|
29
|
+
|
|
26
30
|
## 4.4.0 - 2023-02-24
|
|
27
31
|
|
|
28
32
|
- Fixed: Alignment issues in Table headers when sort is enabled.
|
|
@@ -36,27 +40,21 @@ Prefix the change with one of these keywords:
|
|
|
36
40
|
|
|
37
41
|
<img width="532" alt="Group 2" src="https://user-images.githubusercontent.com/48869249/220600134-0e92558c-4bb5-498b-a09a-63a04725fc0b.png">
|
|
38
42
|
- Updated: `h1`, `h2`, `h3`, `h4`, `h5`, `h6` color to `--neeto-ui-black` (`#121212`).
|
|
39
|
-
|
|
40
43
|
<img width="898" alt="Group 3" src="https://user-images.githubusercontent.com/48869249/220602168-ab61369c-5576-4661-aaf4-e532230ad5eb.png">
|
|
41
44
|
- Updated: Color contrast of `secondary`, `text` and `link` variants of Button.
|
|
42
|
-
|
|
43
45
|
<img width="545" alt="Group 7" src="https://user-images.githubusercontent.com/48869249/220705083-484434cc-d345-40b9-b331-fb9d33590f40.png">
|
|
44
46
|
- Updated: Tags color contrast.
|
|
45
|
-
|
|
46
47
|
<img width="1002" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/220823524-3f8eec49-8bf7-4391-8cdc-cf79b289a2ef.png">
|
|
47
48
|
- Updated: Menubar color contrast.
|
|
48
49
|
|
|
49
|
-
|
|
50
50
|
---
|
|
51
51
|
|
|
52
52
|
- Updated: Search icon position from right to left in AppSwitcher search input.
|
|
53
53
|
|
|
54
54
|
<img width="747" alt="Group 4" src="https://user-images.githubusercontent.com/48869249/220603160-2bb5f207-e2cc-4eb1-9d46-1f913c9d915f.png">
|
|
55
55
|
- Added: Borders to Table.
|
|
56
|
-
|
|
57
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">
|
|
58
57
|
**Dropdown changes**
|
|
59
|
-
|
|
60
58
|
- Updated: `--neeto-ui-shadow-lg` to `0 8px 24px rgba(140,149,159,0.2)`.
|
|
61
59
|
- Updated: Dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
62
60
|
- Updated: Select dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
@@ -65,14 +63,11 @@ Prefix the change with one of these keywords:
|
|
|
65
63
|
<img width="238" alt="shadow" src="https://user-images.githubusercontent.com/48869249/220604390-3c95f1d2-cf41-46e8-af63-32074ddcc60f.png">
|
|
66
64
|
- Updated: Dropdown `max-height` from `360px` to `480px` to accommodate more number of items without scroll.
|
|
67
65
|
- Updated: Select dropdown `max-height` to `480px`
|
|
68
|
-
|
|
69
66
|
<img width="407" alt="max" src="https://user-images.githubusercontent.com/48869249/220604606-976fa6ee-76b0-4928-95a0-70f714a0723a.png">
|
|
70
67
|
- Improved: The spacing in NoData component
|
|
71
68
|
- Updated: AppSwitcher selection styles.
|
|
72
|
-
|
|
73
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">
|
|
74
70
|
## 4.3.3 - 2023-02-17
|
|
75
|
-
|
|
76
71
|
- Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
|
|
77
72
|
|
|
78
73
|
## 4.3.2 - 2023-02-16
|
|
@@ -108,7 +103,6 @@ After
|
|
|
108
103
|
## 4.2.8 - 2023-02-08
|
|
109
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.
|
|
110
105
|
## 4.2.7 - 2023-02-08
|
|
111
|
-
|
|
112
106
|
- Updated: Pageloader component.
|
|
113
107
|
|
|
114
108
|
## 4.2.6 - 2023-02-08
|
|
@@ -173,7 +167,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
173
167
|
- Added: the ability to choose email from options in *EmailInput*.
|
|
174
168
|
## 4.1.34 - 2022-12-26
|
|
175
169
|
- Fixed: Select dropdown width when strategy fixed.
|
|
176
|
-
|
|
177
170
|
## 4.1.33 - 2022-12-25
|
|
178
171
|
|
|
179
172
|
- Fixed: Issues with `value` prop of *Select* component.
|
|
@@ -255,7 +248,6 @@ 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
252
|
|
|
261
253
|
- Added: `className` as props to *Form* component.
|