Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #2904

Merged
merged 1 commit into from
Nov 14, 2020
Merged

Version Packages (next) #2904

merged 1 commit into from
Nov 14, 2020

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

formik@3.0.0-next.4

Patch Changes

  • 0ad41eb #2903 Thanks @jaredpalmer! - Renames unstable_StrictField to FastField and thus deprecates <FastField shouldUpdate> prop. If you need this functionality, use useFormikContext() and useField() in a custom component wrapped in React.memo() instead. In addition, and this is breaking, FastField is no longer passed form object in any render prop.

    If you still need to access the form object in render use FormikConsumer like so:

    - import { FastField } from 'formik'
    + import { FastField, FormikConsumer } from 'formik'
    
    <FastField name="firstName">
    - {({ field, meta, form }) => ( /* ... */ )}
    + {({ field, meta }) => (
    +   <FormikConsumer>{form => /* ... */}</FormikConsumer>
    + )}
    </FastField>

formik-native@2.1.10-next.4

Patch Changes

  • Updated dependencies [0ad41eb]:
    • formik@3.0.0-next.4

@vercel
Copy link

vercel bot commented Nov 14, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/formium/formik/pd28uvsz9
✅ Preview: https://formik-git-changeset-release-next.formium.vercel.app

@jaredpalmer jaredpalmer merged commit f828d75 into next Nov 14, 2020
@jaredpalmer jaredpalmer deleted the changeset-release/next branch November 14, 2020 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant