皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Vue 3.1.5发布

Bug Fixes

  • compat: fix props check for v-model compat warning (#4056) (f3e15f6)
  • compat: fix v3 compiled fn detection in production (8dbad83)
  • compiler: Addressed infinite loop in compiler (#3992) (e00aa56), closes #3987
  • compiler-core: fix forwarded slots detection on template slots (#4124) (c23153d), closes #4123
  • compiler-sfc: duplicated injected css var with repeated vars in style (#2802) (2901050)
  • compiler-sfc: should not rewrite ref sugar identifiers in types (6fad209), closes #4062
  • reactivity: call array subclass methods (#3624) (1cfe290), closes #2314 #2315
  • ref: should not trigger when setting value to same proxy (#3658) (08f504c)
  • runtime-core: enter optimized mode for component as root (68365b9), closes #3943
  • runtime-dom: capture errors when setting value for IDL (#3578) (3756270), closes #3576
  • runtime-dom: remove class attribute on nullish values (7013e8f), closes #3173
  • sfc: fix <script setup> async context preservation logic (03e2684), closes #4050
  • sfc: fix style variables injection on static vnode (#3847) (6a0c7cd), closes #3841
  • sfc: only enable jsx parser plugin when explicitly using tsx (5df7dfc), closes #4106
  • type: infer parent as this on nextTick function (#3608) (18911ab), closes #3599
  • v-model: handle mutations of v-model bound array/sets (2937530), closes #4096
  • v-model: support calling methods in v-model expression (5af718b), closes #3993
  • v-on: proper member exp detection for bracket assignment (395572b), closes #4097
  • v-on: properly detect member expressions with optional chaining (963085d), closes #4107

 

Assets 2

 

转自 https://github.com/vuejs/vue-next/releases/tag/v3.1.5