Skip to content

v0.192.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 11:58
· 429 commits to main since this release

What's Changed

  • fix(atelier_core): report missing v-if expressions by @ubugeeei in #1255
  • fix(atelier_ssr): render component v-show display prop by @ubugeeei in #1256
  • fix(vize_patina): report malformed sfc blocks by @ubugeeei in #1258
  • fix(atelier_core): preserve transform_v_if api by @ubugeeei in #1263
  • fix(atelier_vapor): lower nested slot outlets by @ubugeeei in #1262
  • fix(canon): preserve dynamic v-slot prop checking by @ubugeeei in #1260
  • fix(croquis_cf): ignore custom elements in component resolution by @ubugeeei in #1261
  • fix(atelier_ssr): merge v-show style on plain elements by @ubugeeei in #1265
  • ci: fix macOS release checks by @ubugeeei in #1259
  • fix(atelier_sfc): handle slotted selectors in vite css scoping by @ubugeeei in #1267
  • fix(vize_patina): avoid hydration mismatch substring false positives by @ubugeeei in #1268
  • fix(croquis_cf): locate unregistered component diagnostics at usage offset by @ubugeeei in #1266
  • fix(atelier_vapor): resolve v-for index aliases by @ubugeeei in #1270
  • fix(atelier_sfc): scope functional CSS selectors in compile_css by @ubugeeei in #1272
  • fix(typecheck): report missing Vue module imports by @ubugeeei in #1269
  • fix(vize_patina): report lint columns as characters by @ubugeeei in #1273
  • fix(typecheck): preserve user TS6133 diagnostics by @ubugeeei in #1271
  • fix(canon): check computed event handler references by @ubugeeei in #1275
  • fix(atelier_core): cache merged v-on handlers by @ubugeeei in #1276
  • fix(atelier_ssr): render dynamic fallthrough input models by @ubugeeei in #1274
  • fix(canon): skip renamed props destructure keys by @ubugeeei in #1277
  • feat(atelier_sfc): support complex type-only defineProps by @ubugeeei in #1278

Full Changelog: v0.191.0...v0.192.0