- Upgrade dependencies
- Change the package name to @mapbox/react-submittable
- Add react@18 to the allowed peer dependencies
- react and react-dom are now peer dependencies, instead of regular dependencies.
dist/
no longer included in Git repo.- Switch
prepublish
build toprepublishOnly
.
- Babel fanciness to appease React 15.5.
- Fixed: no longer passes
ReactSubmittable
's own props to the child<form>
element.
- Start this log