@bigbinary/neetoui 4.1.41 → 4.1.42
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 -1
- package/layouts.js +4 -4
- 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.1.42 - 2023-01-05
|
|
27
|
+
|
|
28
|
+
- Updated: Sidebar neeto logo.
|
|
29
|
+
|
|
26
30
|
## 4.1.41 - 2023-01-05
|
|
27
31
|
|
|
28
32
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
@@ -110,7 +114,6 @@ Fixed: Prevents form submission when the `enter` key is pressed.
|
|
|
110
114
|
## 4.1.15 - 2022-11-28
|
|
111
115
|
Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
112
116
|
## 4.1.13 - 2022-11-24
|
|
113
|
-
|
|
114
117
|
- Fixed: Wrong managers bundle entry point in rollup config
|
|
115
118
|
- 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.
|
|
116
119
|
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|