Skip to content

v6.1.1

Choose a tag to compare

@erikras erikras released this 16 Oct 08:15
· 808 commits to master since this release
  • Fixed bug that did not allow decimal points to be entered. #1946 There is a slight chance that this could break an implementation that was assuming data to be a Number. If you absolutely want your value to be stored as a Number, you will need to use the parse and format lifecycle hooks.
  • Fixed sync validation bug. #1945 #1925
  • Fixed submission problem when async validation fails. #1930 #1929

Feature