@bigbinary/neetoui 4.0.11 → 4.0.13

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,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.0.13 - 2022-10-20
27
+
28
+ - Fixed: Icons grabbing away click events & onClick not being triggered when icons are replaced during a state change.
29
+ - Fixed: False positive type errors for MenuBar & Dropdown subcomponents
30
+
31
+ ## 4.0.12 - 2022-10-17
32
+
33
+ - Added: tooltip to *Avatar* component
34
+
26
35
  ## 4.0.11 - 2022-10-10
27
36
 
28
37
  - Fixed false positive type errors
package/README.md CHANGED
@@ -58,7 +58,7 @@ Running the `yarn storybook` command starts a storybook app. Use this applicatio
58
58
 
59
59
  ## Building
60
60
 
61
- neetoUI gets auto-published to npm on new commit to master. You can checkout the `publish` workflow in git actions to get a live update.
61
+ neetoUI gets auto-published to npm on new commit to main. You can checkout the `publish` workflow in git actions to get a live update.
62
62
 
63
63
  ## Documentation
64
64