Skip to content

0.32.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ezolenko ezolenko released this 01 Jun 22:34
· 96 commits to master since this release

Features

Bugfixes

  • fix: normalize paths in get-options-overrides by @agilgur5 in #331
  • fix: add realpath to host to properly resolve monorepos / symlinks by @agilgur5 in #332
  • fix: use .d.ts instead of .vue.d.ts for Vue declarations by @agilgur5 in #336
    • EDIT: Per #224 (comment), this issue and fix seem to have been made erroneously, as the Vue team now mandates .vue.d.ts. As such, this has been reverted in 0.33.0
  • fix: don't attempt to change declarationMap sources when no output by @agilgur5 in #334
  • fix: force noEmitOnError: false by @agilgur5 in #338

Dependencies

  • updating dependencies by @ezolenko in f84afe9, 0df5362, 5a3e58b, and 08d2f5b
    • EDIT: 08d2f5b caused a regression in certain environments per #339. If you're experiencing ReferenceError: window is not defined, please upgrade to 0.32.1, which should fix this issue.
  • deps: remove unneeded @types/colors package by @agilgur5 in #319
  • deps: use normalizePath from @rollup/pluginutils by @agilgur5 in #320
  • deps: upgrade tslib to ^2.4.0, remove @yarn-tool/resolve-package by @agilgur5 in #326

Docs

  • fix(docs): _.merge doesn't concat arrays by @agilgur5 in #314
  • docs: clarify the TS option's defaults by @agilgur5 in #316
  • docs: split off a CONTRIBUTING.md and improve formatting, grammar, links by @agilgur5 in #313
More Docs ...

GitHub

  • fix(github): improve formatting of issue template spoilers by @agilgur5 in #311

Internal (testing, refactors)

  • test: add initial unit test suite by @agilgur5 in #321
  • test: 100% coverage in get-options-overrides (createFilter) by @agilgur5 in #329
More Internal ...
  • clean: remove partial.ts as this is built into TS by @agilgur5 in #322
  • optim(ci): use npm ci for install and cache npm by @agilgur5 in #323
  • ci: add a lint check to ensure all PRs pass lint too by @agilgur5 in #327
  • refactor: prefer native methods to lodash where possible by @agilgur5 in #328
  • refactor: invert some conditionals for better readability by @agilgur5 in #335
  • refactor: sort all top-level imports by @agilgur5 in #337

Full Changelog: 0.31.2...0.32.0