@bigbinary/neetoui 4.3.3-cjs → 4.4.0
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 +48 -3
- package/formik.js +4 -4
- package/index.css +1 -1
- package/index.js +4 -4
- package/layouts.js +4 -14
- package/managers.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,54 @@ 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.0 - 2023-02-24
|
|
27
|
+
|
|
28
|
+
- Fixed: Alignment issues in Table headers when sort is enabled.
|
|
29
|
+
- Fixed: Made Table headers popout.
|
|
30
|
+
|
|
31
|
+
**Color contrast improvements**
|
|
32
|
+
|
|
33
|
+
- Updated: `--neeto-ui-black` from `#1b1f23` to `#121212`.
|
|
34
|
+
- Updated: `--neeto-ui-gray-800` from `#2f3941` to `#1f1f1f`.
|
|
35
|
+
- Updated: `--neeto-ui-gray-700` from `#49545c` to `#2f3941`.
|
|
36
|
+
|
|
37
|
+
<img width="532" alt="Group 2" src="https://user-images.githubusercontent.com/48869249/220600134-0e92558c-4bb5-498b-a09a-63a04725fc0b.png">
|
|
38
|
+
- Updated: `h1`, `h2`, `h3`, `h4`, `h5`, `h6` color to `--neeto-ui-black` (`#121212`).
|
|
39
|
+
|
|
40
|
+
<img width="898" alt="Group 3" src="https://user-images.githubusercontent.com/48869249/220602168-ab61369c-5576-4661-aaf4-e532230ad5eb.png">
|
|
41
|
+
- Updated: Color contrast of `secondary`, `text` and `link` variants of Button.
|
|
42
|
+
|
|
43
|
+
<img width="545" alt="Group 7" src="https://user-images.githubusercontent.com/48869249/220705083-484434cc-d345-40b9-b331-fb9d33590f40.png">
|
|
44
|
+
- Updated: Tags color contrast.
|
|
45
|
+
|
|
46
|
+
<img width="1002" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/220823524-3f8eec49-8bf7-4391-8cdc-cf79b289a2ef.png">
|
|
47
|
+
- Updated: Menubar color contrast.
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
---
|
|
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
|
+
|
|
57
|
+
<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
|
+
**Dropdown changes**
|
|
59
|
+
|
|
60
|
+
- Updated: `--neeto-ui-shadow-lg` to `0 8px 24px rgba(140,149,159,0.2)`.
|
|
61
|
+
- Updated: Dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
62
|
+
- Updated: Select dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
63
|
+
- Updated: Date/Time picker dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
64
|
+
|
|
65
|
+
<img width="238" alt="shadow" src="https://user-images.githubusercontent.com/48869249/220604390-3c95f1d2-cf41-46e8-af63-32074ddcc60f.png">
|
|
66
|
+
- Updated: Dropdown `max-height` from `360px` to `480px` to accommodate more number of items without scroll.
|
|
67
|
+
- Updated: Select dropdown `max-height` to `480px`
|
|
68
|
+
|
|
69
|
+
<img width="407" alt="max" src="https://user-images.githubusercontent.com/48869249/220604606-976fa6ee-76b0-4928-95a0-70f714a0723a.png">
|
|
70
|
+
- Improved: The spacing in NoData component
|
|
71
|
+
- Updated: AppSwitcher selection styles.
|
|
72
|
+
|
|
73
|
+
<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">
|
|
26
74
|
## 4.3.3 - 2023-02-17
|
|
27
75
|
|
|
28
76
|
- Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
|
|
@@ -59,7 +107,6 @@ After
|
|
|
59
107
|
- Changed: `Neeto` logo in the sidebar.
|
|
60
108
|
## 4.2.8 - 2023-02-08
|
|
61
109
|
- 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
110
|
## 4.2.7 - 2023-02-08
|
|
64
111
|
|
|
65
112
|
- Updated: Pageloader component.
|
|
@@ -125,7 +172,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
125
172
|
## 4.1.35 - 2022-12-27
|
|
126
173
|
- Added: the ability to choose email from options in *EmailInput*.
|
|
127
174
|
## 4.1.34 - 2022-12-26
|
|
128
|
-
|
|
129
175
|
- Fixed: Select dropdown width when strategy fixed.
|
|
130
176
|
|
|
131
177
|
## 4.1.33 - 2022-12-25
|
|
@@ -208,7 +254,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
208
254
|
## 4.1.6 - 2022-11-13
|
|
209
255
|
- Fixed: issue with *Select* dropdown when scrolling the page.
|
|
210
256
|
## 4.1.5 - 2022-11-11
|
|
211
|
-
|
|
212
257
|
- Added `system-ui` to `font-family` in `_base.scss`
|
|
213
258
|
|
|
214
259
|
## 4.1.4 - 2022-11-10
|