Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 15:37
· 128 commits to main since this release
261ee30

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 using validateOnMount

  • 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.