Juice-Online-Judge / Juice

https://juice.cs.ccu.edu.tw
1 stars 1 forks source link

Update formik to the latest version πŸš€ #206

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.0.0-beta.10 of formik was just published.

Dependency formik
Current Version 0.11.11
Type dependency

The version 1.0.0-beta.10 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of formik.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.0.0-beta.10

Patch

  • Fixes submit behavior when validation fails. Do not use beta.9 #759
  • Added tests for new validation and submit behavior
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 1.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.2 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 1.0.3 just got published.

Update to this version instead πŸš€

Release Notes v1.0.3

Patch Release

Bug fixes

  • Update examples/Basic.tsx (#810)
  • fix: correct typing of handleSubmit in FormikHandlers (#817)
  • Fix FastField for number input with empty value (#806)
  • fix: remove key from object on setIn with undefined value (#781)
  • Fix type of handleChange on FormikHandlers (#799)
  • Fix small typo in README.md (#800)
  • Set error and reset isValidating in validateField (#792)
Commits

The new version differs by 9 commits.

  • 03a7a96 1.0.3
  • 457238d Update Basic.tsx (#810)
  • 53f5e9d fix: correct typing of handleSubmit in FormikHandlers (#817)
  • bc49d78 Fix FastField for number input with empty value (#806)
  • f2d0d3b fix: remove key from object on setIn with undefined value (#781)
  • 955b6d3 Fix type of handleChange on FormikHandlers (#799)
  • 51a6740 Fix small typo in README.md (#800)
  • 7f44262 Set error and reset isValidating in validateField (#792)
  • 1e13029 Add spectrum badge

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • a35fba4 1.1.1
  • 586a7e4 Reorder generics of Formik for easier TS JSX usage.
  • afd992b 1.1.0
  • eda1d94 Merge branch 'master' of github.com:jaredpalmer/formik
  • 257e203 fix MultistepWizard example (#840)
  • 55d56d4 fix array helpers push side effect issue (#842)
  • 142add3 Bump TypeScript to 3.0.1
  • 30adbc1 Add @types/yup to devDeps
  • 72d5b7f Revert "Fix error merging, when values contains array of objects" (#836)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.2 just got published.

Update to this version instead πŸš€

Release Notes v1.1.2

Patch Release

  • Remove redundant Field handlers now that validation lives in parent (#872) b177c7e
  • Fix uncaught error when use validateField on async validation (#855) 8d7d586
  • Prevent setState calls in submit if unmounted after validation (#861) 01f852e
  • Add registration methods to InjectFormikProps TS type (#864) 11a1362
  • placeholder should be lastName (#863) 46449ac
  • rename yupHelpers tests so they will be picked up by jest testMatch (#858) d59bd90
  • Minor grammatical fixes to README.md (#856) ed7391a
Commits

The new version differs by 8 commits.

  • 53ef1c4 1.1.2
  • b177c7e Remove redundant Field handlers now that validation lives in parent (#872)
  • 8d7d586 Fix uncaught error when use validateField on async validation (#855)
  • 01f852e Prevent setState calls in submit if unmounted after validation (#861)
  • 11a1362 Add registration methods to InjectFormikProps TS type (#864)
  • 46449ac placeholder should be lastName (#863)
  • d59bd90 rename yupHelpers tests so they will be picked up by jest testMatch (#858)
  • ed7391a Minor grammatical fixes to README.md (#856)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.2.0 just got published.

Update to this version instead πŸš€

Release Notes v1.2.0

Minor Release

  • <FastField> was broken by React 16.4 (#659). The registration technique we were using led to a bunch of weird edge cases, especially around submission and blur. In this release, <FastField> now works as expected (and now also has full documentation).
  • Speaking of documentation..... https://jaredpalmer.com/formik is up and running. There's a lot missing right now but we are on the right track. Plan is to get this baby into shape this next week and next. So look for lots of docs PRs.

Commits:

Commits

The new version differs by 17 commits.

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.3.0 just got published.

Update to this version instead πŸš€

Release Notes v1.3.0

Minor Release

  • Added <ErrorMessage /> component! (#896)
  • More docs

Commits

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.3.2

New stuff

  • Support for <button type="reset> will now call handleReset
  • Treeshaking and build improvements by @TrySound !!
  • setIn now keeps the same object if nothing has changed

Internals

  • Refactored all tests to use react-testing-library instead of enzyme
  • Lots of docs improvements
greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.4.2

Patch Release

  • Massive improvement to TypeScript inferencing for TS 2.9+
  • Improved treeshaking thanks to tiny-warning (thanks @TrySound !)

Improved TypeScript type inferencing for TS 2.9+

Before: Without explicit types, render prop & onSubmit's parameters yielded any type.

screenshot 2019-01-06 20 07 09

After: Types are now inferred by initialValues!!! No generics are needed if you are using TS 3.2.2

screenshot 2019-01-06 20 02 52

screenshot 2019-01-06 20 02 39

Commits

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.5.0
  • Added initialStatus and mapPropsToStatus so that status can be initialized. This could be useful if you are trying to have some arbitrary state that should be reset with your form.

Commits:

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.5.3

Improvements

  • setIn keeps class inheritance for the top level object (#1429) 316023b

Commits

v1.5.2...v1.5.3

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€