mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
4.6 KiB
4.6 KiB
formik
2.2.9
Patch Changes
2.2.8
Patch Changes
2.2.7
Patch Changes
e50040a
#2881 Thanks @jinmayamashita! - Prevent calling getSelectedValues when the element has not options
31405ab
#3201 Thanks @artola! - Fixes regression that resulted in error update race condition from when usingvalidateOnMount
c2d6926
#2995 Thanks @johnrom! - Allow explicitly setting<form action>
to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page.
2.2.6
Patch Changes
2.2.5
Patch Changes
ebad985
#2891 Thanks @jaredpalmer! - Remove low-priority validation implementation
0dfa23b
#2889 Thanks @jaredpalmer! - Fixed botched typescript builds including scheduler types
2.2.4
Patch Changes
199e77a
#2882 Thanks @umidbekkarimov! - ValidatesetFieldTouched
with high priority
2.2.3
Patch Changes
e0a28e6
#2867 Thanks @umidbekkarimov! - Fix low priority validation for browser password autofill.
2.2.2
Patch Changes
00f95ec
#2854 Thanks @umidbekkarimov! - Fix low priority validation race condition.
2.2.1
Patch Changes
e04886d
#2820 Thanks @wellyshen! - Fixed bug with scheduler andvalidateFormWithLowPriority
method not be scheduled correctly
2.2.0
Minor Changes
-
4148181
#2794 Thanks @jaredpalmer! -setValue
can now optionally accept a function as a callback, exposingReact.SetStateAction
functionality. Previously, only the entire object was allowed which caused issues with stale props.setValues(prevValues => ({...prevValues, ... }))
2.1.7
Patch Changes
bda9f41
#2785 Thanks @jaredpalmer! - Replace all instances of the deprecated React.SFC type with React.FC