@bigbinary/neetoui 4.1.12 → 4.1.14

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,6 +23,12 @@ 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.13 - 2022-11-24
27
+
28
+ - Fixed: Wrong managers bundle entry point in rollup config
29
+ - 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.
30
+ - Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
31
+
26
32
  ## 4.1.12 - 2022-11-24
27
33
 
28
34
  - Fixed: UI issues in Subheader