@bigbinary/neetoui 4.3.0 → 4.3.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.
- package/CHANGELOG.md +10 -8
- package/formik.js +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/layouts.d.ts +5 -3
- package/layouts.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,16 @@ 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.2 - 2023-02-16
|
|
27
|
+
|
|
28
|
+
- Updated: styles of preset ranges in *DatePicker*.
|
|
29
|
+
|
|
30
|
+
## 4.3.1 - 2023-02-14
|
|
31
|
+
|
|
32
|
+
- Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
|
|
33
|
+
- Changed: Product icons required for *AppSwitcher* component is directly picked from `neetoIcons`.
|
|
34
|
+
- Removed: `subdomain` and `environment` props from *AppSwitcher* component.
|
|
35
|
+
|
|
26
36
|
## 4.3.0 - 2023-02-13
|
|
27
37
|
|
|
28
38
|
- Fixed: overlay issues with Subheader Tippy dropdown
|
|
@@ -32,7 +42,6 @@ Before
|
|
|
32
42
|
|
|
33
43
|
<img width="965" alt="Screenshot 2023-02-09 at 8 26 47 AM" src="https://user-images.githubusercontent.com/48869249/217706767-1350dd62-2a23-4093-b989-a1d2ba98cb97.png">
|
|
34
44
|
After
|
|
35
|
-
|
|
36
45
|
<img width="968" alt="Screenshot 2023-02-09 at 8 27 04 AM" src="https://user-images.githubusercontent.com/48869249/217706816-2bc90bed-5a69-43dc-9cbd-ea4312ae73a6.png">
|
|
37
46
|
|
|
38
47
|
---
|
|
@@ -41,12 +50,9 @@ Before
|
|
|
41
50
|
|
|
42
51
|
<img width="73" alt="Screenshot 2023-02-09 at 8 34 16 AM" src="https://user-images.githubusercontent.com/48869249/217708196-9d60c9db-87c5-4c12-a88e-7a643a46db0a.png">
|
|
43
52
|
After
|
|
44
|
-
|
|
45
53
|
<img width="74" alt="Screenshot 2023-02-09 at 8 36 36 AM" src="https://user-images.githubusercontent.com/48869249/217708237-933c98b8-af0e-4647-9a92-19bdb2b7ba2b.png">
|
|
46
54
|
## 4.2.9 - 2023-02-08
|
|
47
|
-
|
|
48
55
|
- Changed: `Neeto` logo in the sidebar.
|
|
49
|
-
|
|
50
56
|
## 4.2.8 - 2023-02-08
|
|
51
57
|
|
|
52
58
|
- 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.
|
|
@@ -113,9 +119,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
113
119
|
## 4.1.37 - 2022-12-28
|
|
114
120
|
- Fixed: issue with multiple links in *Sidebar* getting active at the same time.
|
|
115
121
|
- Changed: logic in *Select* component to respect `getOptionValue` prop.
|
|
116
|
-
|
|
117
122
|
## 4.1.35 - 2022-12-27
|
|
118
|
-
|
|
119
123
|
- Added: the ability to choose email from options in *EmailInput*.
|
|
120
124
|
|
|
121
125
|
## 4.1.34 - 2022-12-26
|
|
@@ -199,9 +203,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
199
203
|
- Added: POC for Toasters with minimum content and bottom left positioning
|
|
200
204
|
## 4.1.7 - 2022-11-14
|
|
201
205
|
- Changed: color-picker related dependencies to dev dependency
|
|
202
|
-
|
|
203
206
|
## 4.1.6 - 2022-11-13
|
|
204
|
-
|
|
205
207
|
- Fixed: issue with *Select* dropdown when scrolling the page.
|
|
206
208
|
|
|
207
209
|
## 4.1.5 - 2022-11-11
|