Skip to content

Latest commit

 

History

History
136 lines (100 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

136 lines (100 loc) · 17.1 KB

1.9.3 (2022-01-25)

Bug Fixes

1.9.2 (2022-01-03)

Bug Fixes

1.9.1 (2022-01-03)

Bug Fixes

  • consider window path at set descriptor cache (bdfabc9), closes #129
  • don't inject hmr code in SSR (#159) (d84ffec)
  • missing sourcemap fields after compiling ts in dev (#158) (ee1ff2e)
  • no corresponding SFC entry in the cache (#155) (e1db32c)
  • use correct target types (f44ecea)
  • windows path contains \u symbols (#152) (#154) (cddd1e9)

1.9.0 (2021-10-15)

Bug Fixes

  • hmr doesn't work when modifying the code of jsx in sfc(#88) (#137) (66d6485)
  • prevent error when SFC script contains variable named render (#145) (7a6f9e9)

Features

  • add 'target' options for transform script code (#141) (940ec45)

1.8.2 (2021-09-07)

Bug Fixes

Features