Skip to content

v7.0.0-alpha.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@piotr-oles piotr-oles released this 28 Jan 22:56
· 64 commits to main since this release
c358dfb

7.0.0-alpha.15 (2022-01-28)

Bug Fixes

  • add missing peer dependencies (#507) (34ebcd8)
  • add missing realpath and initialize files in memory (c37a58c), closes #630
  • avoid loading configs from node_modules dir (#613) (6fccb20), closes #606
  • do not emit buildinfo file if outfile is specified (#614) (f83ac29), closes #608
  • ensure typescript is imported only as type-only (#633) (d660ad1)
  • list symlinked dirs in controlled typescript system (#625) (0e682bb)
  • properly resolve project-references configuration (#615) (c297d58)
  • recompute dependencies on every run (7afc037)
  • support "setup" attribute in <script> tag in vue 3 (#667) (2cfe45f), closes #665
  • support "setup" attribute in <script> tag in vue 3 (#676) (40e4ecf), closes #668
  • use "exclude" from tsconfig.json in webpack watch (#624) (8d8125c)
  • use memfs for ts artifacts to prevent mtime conflict (#617) (05cf957)

Features

Reverts

  • "fix: support "setup" attribute in <script> tag in vue 3 (#676)" (#678) (b1c0d9a)
  • support "setup" attribute in <script> tag in vue 3 (#667) (e9a4e8d)