@shopify/react-form-state
Advanced tools
Comparing version 0.11.20 to 0.11.21
@@ -5,5 +5,6 @@ # Changelog | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
<!-- ## Unreleased --> | ||
<!-- ## [Unreleased] --> | ||
@@ -82,3 +83,3 @@ ## [0.11.11] - 2019-10-01 | ||
## [0.6] | ||
## [0.6.0] | ||
@@ -89,3 +90,3 @@ ### Added | ||
## [0.5] | ||
## [0.5.0] | ||
@@ -92,0 +93,0 @@ ### Added |
@@ -59,8 +59,8 @@ import React from 'react'; | ||
reset: () => Promise<unknown>; | ||
private readonly formData; | ||
private readonly dirty; | ||
private readonly valid; | ||
private readonly hasClientErrors; | ||
private readonly clientErrors; | ||
private readonly fields; | ||
private get formData(); | ||
private get dirty(); | ||
private get valid(); | ||
private get hasClientErrors(); | ||
private get clientErrors(); | ||
private get fields(); | ||
private submit; | ||
@@ -67,0 +67,0 @@ private fieldWithHandlers; |
@@ -15,3 +15,3 @@ "use strict"; | ||
_this.fieldsWithHandlers = new WeakMap(); | ||
// eslint-disable-next-line shopify/react-prefer-private-members | ||
// eslint-disable-next-line @shopify/react-prefer-private-members | ||
_this.reset = function () { | ||
@@ -116,3 +116,3 @@ return new Promise(function (resolve) { | ||
}; | ||
// eslint-disable-next-line shopify/react-prefer-private-members | ||
// eslint-disable-next-line @shopify/react-prefer-private-members | ||
FormState.prototype.validateForm = function () { | ||
@@ -119,0 +119,0 @@ var _this = this; |
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.11.20", | ||
"version": "0.11.21", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "description": "Manage react forms tersely and type-safe with no magic.", | ||
"@shopify/enzyme-utilities": "^2.1.9", | ||
"@shopify/useful-types": "^2.1.4", | ||
"@shopify/useful-types": "^2.1.5", | ||
"faker": "^4.1.0" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54355