@bigbinary/neetoui 3.5.13 → 3.5.16

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,18 @@ 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
+ ## 3.5.16 - 2022-08-17
27
+
28
+ - Changed: avoided showing duplicate toastr when called multiple times with the same arguments.
29
+
30
+ ## 3.5.15 - 2022-08-05
31
+
32
+ - Fixed: Fixed false positive ts errors which were thrown since some of the fields were not marked optional.
33
+
34
+ ## 3.5.14 - 2022-08-01
35
+
36
+ - Added: neetoTestify and neetoSite to AppSwitcher
37
+
26
38
  ## 3.5.13 - 2022-07-28
27
39
 
28
40
  - Added: type support for all exported components. IDE will now auto-predict the component props.
package/README.md CHANGED
@@ -69,4 +69,4 @@ https://neetoui.onrender.com
69
69
  ## Other Libraries
70
70
 
71
71
  - [neetoIcons](https://github.com/bigbinary/neeto-icons): **NeetoIcons** is the official icons library from BigBinary.
72
- - [neetoUtils](https://github.com/bigbinary/neeto-utils): **NeetoUtils** is a collection of react hooks and utility functions used at BigBinary.
72
+ - [neetoEditor](https://github.com/bigbinary/neeto-editor-tiptap): **NeetoEditor** is a prose-mirror based rich-text editor used at BigBinary.