@bigbinary/neetoui 4.2.0 → 4.2.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 +5 -2
- package/layouts.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,11 @@ 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.2.1 - 2023-01-24
|
|
27
|
+
|
|
28
|
+
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
29
|
+
- Changed: product name from **Review** to **Deploy** in the app switcher.
|
|
30
|
+
|
|
26
31
|
## 4.2.0 - 2023-01-19
|
|
27
32
|
|
|
28
33
|
Fixed getToastrMessage in Toastr to accept object with the placeholder value for the translations.
|
|
@@ -44,7 +49,6 @@ Screenshot
|
|
|
44
49
|
<img width="992" alt="Group 1 (1)" src="https://user-images.githubusercontent.com/48869249/212918441-d5c2c57c-16b1-4da7-a472-e64134b659ce.png">
|
|
45
50
|
## 4.1.43 - 2023-01-09
|
|
46
51
|
Added function in Toastr to check for notice_code in response and if it's not present then it will fall back to notice.
|
|
47
|
-
|
|
48
52
|
## 4.1.42 - 2023-01-05
|
|
49
53
|
|
|
50
54
|
- Updated: Sidebar neeto logo.
|
|
@@ -141,7 +145,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
141
145
|
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|
|
142
146
|
## 4.1.12 - 2022-11-24
|
|
143
147
|
- Fixed: UI issues in Subheader
|
|
144
|
-
|
|
145
148
|
## 4.1.11 - 2022-11-21
|
|
146
149
|
|
|
147
150
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|