@bigbinary/neetoui 4.1.40 → 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 CHANGED
@@ -23,6 +23,14 @@ 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
+
30
+ ## 4.1.41 - 2023-01-05
31
+
32
+ - Fixed: Focus trap for conditionally rendered elements in *Overlay*
33
+
26
34
  ## 4.1.40 - 2022-12-30
27
35
 
28
36
  - Added: word break for *Modal* body and *Tooltip* content
@@ -105,9 +113,7 @@ Added: Types for `manager`.
105
113
  Fixed: Prevents form submission when the `enter` key is pressed.
106
114
  ## 4.1.15 - 2022-11-28
107
115
  Fixed: Form validation triggered with incorrect values from MultiEmailInput.
108
-
109
116
  ## 4.1.13 - 2022-11-24
110
-
111
117
  - Fixed: Wrong managers bundle entry point in rollup config
112
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.
113
119
  - Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.