Beta 17 #703
Closed
justin-schroeder
announced in
Announcements
Beta 17
#703
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
💪 New features
dynamiclist prop allows you to easily create your own repeaters.require_one(thanks @devoidofgenius),contains_alpha,contains_alphanumeric,contains_alpha_space,contains_symbol,contains_uppercase,contains_lowercase,contains_numeric,symbol,uppercase, andlowercase(thanks @riderx).textareainputs with dynamically resizing height.commitRawevent that fires even if there is no change to the input value.FormKitSchemacan now use a single root node (instead of a fragment)v-shownow work adding akeyto dynamic inputs is generally no longer required (#528).node.reset()function become the new default value for the input (#621).zh-TW)lv)tet)node.extend().⚡️ Performance
@inputevent and removed the now unnecessary debounce on the change event.🐛 Bugfixes
@formkit/observerwill now observe changes tonode._valuein instances where you want to operate on the non-debounced input value.rangeicon in@formkit/iconshas been updated to only show one control handle since HTML range inputs do not support multiple values. The old multi-handle icon has been repurposed for the newsliderFormKit Pro input.repeaterinputs to not hydrate properly (#458).repeaterinputs to throw an error when being removed (#457).@blurevent on a custom input (#413).v-modelto only fire input events on every other input (#463)node.walk()to prematurely end when usingstopOnFalse.This discussion was created from the release Beta 17.
Beta Was this translation helpful? Give feedback.
All reactions