Skip to content

0.27.2

Compare
Choose a tag to compare
@octref octref released this 06 Sep 09:41
· 1432 commits to master since this release

0.27.2 | 2020-09-06 | VSIX

  • Add a config vetur.validation.props to toggle props validation. Default to false. #2249.
  • πŸ™Œ Add HTML folding. Thanks to contribution from @yoyo930021. #2234 and #2244.
  • πŸ™Œ Fix array get error type in v-for. Thanks to contribution from @yoyo930021. #1790 and #2248.
  • πŸ™Œ Fix corner case and add v-model support when prop validation. Thanks to contribution from @yoyo930021. #2241.