- #7 Expose
lib/
frombrowser
field
3.1.1
was also published without transpiledlib
, root cause of this wasfiles
property in thepackage.json
. Which caused our.npmignore
to be ignored.
3.1.0
got published without transpiledlib
folder, this should fix that.
- Added
package-lock.json
- Allow for
[email protected]
inpeerDependencies
- Move babel dependencies to
devDependencies
- Updated dependencies
- Bump to
[email protected]
- Bump to
[email protected]
- Bump to
eslint-plugin-react@^7.6.1
- Bump to
mocha@^5.0.0
- Bump to
[email protected]
spy.reset()
->spy.resetHistory()
asreset
is deprecated
- Bump to
- #4 Improve documentation
- #3 Upgrade dependencies and fix state-tracking bug
- Added new validity state
undefined
(no validation defined); this is the default - Fixed lifecycle issues
onValidChange
handlers now called withisValid=undefined
if component no longer has validation- (e.g. unmount,
name
prop changed, etc.)
- (e.g. unmount,
Validate
now properly tracks when child components unmount/are renamed
- Upgraded various testing dependencies
- Use
prop-types
package
- Added new validity state