@bigbinary/neetoui 4.0.12 → 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 +5 -0
- package/README.md +1 -1
- package/index.css +1 -1
- package/index.d.ts +20 -1
- package/layouts.d.ts +49 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,11 @@ 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
|
+
|
|
26
31
|
## 4.0.12 - 2022-10-17
|
|
27
32
|
|
|
28
33
|
- Added: tooltip to *Avatar* component
|
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
|
|
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
|
|