Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 521 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 521 Bytes

Changelog

3.0.1

  • Upgrade dependencies

3.0.0

  • Change the package name to @mapbox/react-submittable
  • Add react@18 to the allowed peer dependencies

2.0.0

  • react and react-dom are now peer dependencies, instead of regular dependencies.
  • dist/ no longer included in Git repo.
  • Switch prepublish build to prepublishOnly.

1.0.4

  • Babel fanciness to appease React 15.5.

1.0.3

  • Fixed: no longer passes ReactSubmittable's own props to the child <form> element.

1.0.2

  • Start this log