@bigbinary/neetoui 4.1.44 → 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 +9 -4
- package/index.js +1 -1
- package/layouts.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,15 @@ 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
|
+
|
|
31
|
+
## 4.2.0 - 2023-01-19
|
|
32
|
+
|
|
33
|
+
Fixed getToastrMessage in Toastr to accept object with the placeholder value for the translations.
|
|
34
|
+
|
|
26
35
|
## 4.1.44 - 2023-01-17
|
|
27
36
|
|
|
28
37
|
- Updated: Button keyboard focus styles
|
|
@@ -39,9 +48,7 @@ Screenshot
|
|
|
39
48
|
|
|
40
49
|
<img width="992" alt="Group 1 (1)" src="https://user-images.githubusercontent.com/48869249/212918441-d5c2c57c-16b1-4da7-a472-e64134b659ce.png">
|
|
41
50
|
## 4.1.43 - 2023-01-09
|
|
42
|
-
|
|
43
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.
|
|
44
|
-
|
|
45
52
|
## 4.1.42 - 2023-01-05
|
|
46
53
|
|
|
47
54
|
- Updated: Sidebar neeto logo.
|
|
@@ -137,9 +144,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
137
144
|
- Added: `OverlayManager` which is used by all overlay components in neetoUI internally. The host application can use the methods inside the class to determine whether an Overlay is open in the product or not.
|
|
138
145
|
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|
|
139
146
|
## 4.1.12 - 2022-11-24
|
|
140
|
-
|
|
141
147
|
- Fixed: UI issues in Subheader
|
|
142
|
-
|
|
143
148
|
## 4.1.11 - 2022-11-21
|
|
144
149
|
|
|
145
150
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|