@bigbinary/neetoui 4.1.44 → 4.2.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 +4 -2
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,10 @@ 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.0 - 2023-01-19
|
|
27
|
+
|
|
28
|
+
Fixed getToastrMessage in Toastr to accept object with the placeholder value for the translations.
|
|
29
|
+
|
|
26
30
|
## 4.1.44 - 2023-01-17
|
|
27
31
|
|
|
28
32
|
- Updated: Button keyboard focus styles
|
|
@@ -39,7 +43,6 @@ Screenshot
|
|
|
39
43
|
|
|
40
44
|
<img width="992" alt="Group 1 (1)" src="https://user-images.githubusercontent.com/48869249/212918441-d5c2c57c-16b1-4da7-a472-e64134b659ce.png">
|
|
41
45
|
## 4.1.43 - 2023-01-09
|
|
42
|
-
|
|
43
46
|
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
47
|
|
|
45
48
|
## 4.1.42 - 2023-01-05
|
|
@@ -137,7 +140,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
137
140
|
- 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
141
|
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|
|
139
142
|
## 4.1.12 - 2022-11-24
|
|
140
|
-
|
|
141
143
|
- Fixed: UI issues in Subheader
|
|
142
144
|
|
|
143
145
|
## 4.1.11 - 2022-11-21
|