environment-agency-austria/react-ocean-forms-bootstrap

An in-range update of react-ocean-forms is breaking the build 🚨

Closed this issue Β· 3 comments

The devDependency react-ocean-forms was updated from 2.0.0 to 2.1.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

react-ocean-forms is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for 2.1.1

New features

  • Added prop resetOnSubmit to Form. When set to true, the form will trigger a form reset after a successful submit. Default setting: false
  • Added option for custom required validators. The form will now recognize a custom required validator if a synchronous validator is tagged with isDefaultValidator = true
  • Added prop busy to Form. This allows to force the form into a busy state. Useful for example to disable the form buttons during data loading.
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 2.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Closed by #18