@bigbinary/neetoui 4.1.13 → 4.1.15

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 CHANGED
@@ -23,9 +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.1.15 - 2022-11-28
27
+
28
+ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
29
+
26
30
  ## 4.1.13 - 2022-11-24
27
31
 
28
- Fixed: Rollup config managers bundle entry point
32
+ - Fixed: Wrong managers bundle entry point in rollup config
33
+ - 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.
34
+ - Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
29
35
 
30
36
  ## 4.1.12 - 2022-11-24
31
37