@bigbinary/neetoui 3.5.8 → 3.5.11

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,19 @@ 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.11 - 2022-07-06
27
+
28
+ - Added: a *Button* component in neetoui/formik that automatically disables itself if the form is not in a submittable state. Example: the form contains any invalid data, the form content has not been changed, or the form is already being submitted. To make this work, you need to import *Button* from "neetoui/formik" as your submit button.
29
+ - Changed: *ActionBlock* will now use the above-mentioned logic internally. So its submit/cancel buttons will also be automatically enabled or disabled.
30
+
31
+ ## 3.5.10 - 2022-07-05
32
+
33
+ - Fixed: issue with closeOnEsc prop when the Pane is controlled.
34
+
35
+ ## 3.5.9 - 2022-07-05
36
+
37
+ - Fixed: Checkbox in *Table* component cut off in lower screen resolutions.
38
+
26
39
  ## 3.5.8 - 2022-07-01
27
40
 
28
41
  - Fixed: Error when handling `axios` error objects with `undefined` response in `Toastr.error`