@bigbinary/neetoui 4.3.0 → 4.3.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 +6 -5
- package/formik.js +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,12 @@ 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.1 - 2023-02-14
|
|
27
|
+
|
|
28
|
+
- Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
|
|
29
|
+
- Changed: Product icons required for *AppSwitcher* component is directly picked from `neetoIcons`.
|
|
30
|
+
- Removed: `subdomain` and `environment` props from *AppSwitcher* component.
|
|
31
|
+
|
|
26
32
|
## 4.3.0 - 2023-02-13
|
|
27
33
|
|
|
28
34
|
- Fixed: overlay issues with Subheader Tippy dropdown
|
|
@@ -32,7 +38,6 @@ Before
|
|
|
32
38
|
|
|
33
39
|
<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
40
|
After
|
|
35
|
-
|
|
36
41
|
<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
42
|
|
|
38
43
|
---
|
|
@@ -41,10 +46,8 @@ Before
|
|
|
41
46
|
|
|
42
47
|
<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
48
|
After
|
|
44
|
-
|
|
45
49
|
<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
50
|
## 4.2.9 - 2023-02-08
|
|
47
|
-
|
|
48
51
|
- Changed: `Neeto` logo in the sidebar.
|
|
49
52
|
|
|
50
53
|
## 4.2.8 - 2023-02-08
|
|
@@ -113,7 +116,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
113
116
|
## 4.1.37 - 2022-12-28
|
|
114
117
|
- Fixed: issue with multiple links in *Sidebar* getting active at the same time.
|
|
115
118
|
- Changed: logic in *Select* component to respect `getOptionValue` prop.
|
|
116
|
-
|
|
117
119
|
## 4.1.35 - 2022-12-27
|
|
118
120
|
|
|
119
121
|
- Added: the ability to choose email from options in *EmailInput*.
|
|
@@ -199,7 +201,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
199
201
|
- Added: POC for Toasters with minimum content and bottom left positioning
|
|
200
202
|
## 4.1.7 - 2022-11-14
|
|
201
203
|
- Changed: color-picker related dependencies to dev dependency
|
|
202
|
-
|
|
203
204
|
## 4.1.6 - 2022-11-13
|
|
204
205
|
|
|
205
206
|
- Fixed: issue with *Select* dropdown when scrolling the page.
|