@khanacademy/wonder-blocks-form 4.6.0 → 4.6.1

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
@@ -1,5 +1,11 @@
1
1
  # @khanacademy/wonder-blocks-form
2
2
 
3
+ ## 4.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 29563c0d: Fix onValidate prop so it gets properly called when it is defined in the call site
8
+
3
9
  ## 4.6.0
4
10
 
5
11
  ### Minor Changes
package/dist/es/index.js CHANGED
@@ -878,7 +878,7 @@ const styles = StyleSheet.create({
878
878
  }
879
879
  });
880
880
 
881
- const _excluded = ["id", "type", "label", "description", "value", "disabled", "required", "validate", "onChange", "onKeyDown", "placeholder", "light", "style", "testId", "readOnly", "autoComplete", "forwardedRef", "ariaDescribedby"];
881
+ const _excluded = ["id", "type", "label", "description", "value", "disabled", "required", "validate", "onChange", "onKeyDown", "placeholder", "light", "style", "testId", "readOnly", "autoComplete", "forwardedRef", "ariaDescribedby", "onValidate"];
882
882
  class LabeledTextField extends React.Component {
883
883
  constructor(props) {
884
884
  super(props);
package/dist/index.js CHANGED
@@ -906,7 +906,7 @@ const styles = aphrodite.StyleSheet.create({
906
906
  }
907
907
  });
908
908
 
909
- const _excluded = ["id", "type", "label", "description", "value", "disabled", "required", "validate", "onChange", "onKeyDown", "placeholder", "light", "style", "testId", "readOnly", "autoComplete", "forwardedRef", "ariaDescribedby"];
909
+ const _excluded = ["id", "type", "label", "description", "value", "disabled", "required", "validate", "onChange", "onKeyDown", "placeholder", "light", "style", "testId", "readOnly", "autoComplete", "forwardedRef", "ariaDescribedby", "onValidate"];
910
910
  class LabeledTextField extends React__namespace.Component {
911
911
  constructor(props) {
912
912
  super(props);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-form",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "design": "v1",
5
5
  "description": "Form components for Wonder Blocks.",
6
6
  "main": "dist/index.js",