Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
179 lines (97 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

179 lines (97 loc) · 10.6 KB

2.0.0 (2022-01-29)

Bug Fixes

  • added support for running from an es module (#62) (52db3bd)

Features

Performance Improvements

  • remove resolveComponent and transformComponentImportName (62e52d8)

1.4.1 (2021-12-28)

Bug Fixes

  • added support for running from an es module (#62) (52db3bd)

Features

1.3.0 (2021-11-25)

Bug Fixes

  • ensure local and production is consistent,fix #27 (896a6fb)
  • ensure that the specified dependencies are correct (75a8969)
  • path normalization (#41) (80451c1)

Features

  • refactoring plug-in, built-in resolve (24cb92b)
  • support pnpm (935bbe5)

1.3.0 (2021-11-02)

Bug Fixes

  • ensure local and production is consistent,fix #27 (896a6fb)
  • ensure that the specified dependencies are correct (75a8969)
  • path normalization (#41) (80451c1)

Features

1.2.0 (2021-08-23)

Bug Fixes

  • ensure local and production is consistent,fix #27 (896a6fb)
  • ensure that the specified dependencies are correct (75a8969)
  • suppopt external,fix #15 (2a1802f)

Features

Performance Improvements

  • expose type VitePluginOptions, fix #19 (013dc29)

1.1.0 (2021-08-02)

Bug Fixes

  • ensure local and production is consistent,fix #27 (896a6fb)
  • ensure that the specified dependencies are correct (8b6e21f)

1.0.1 (2021-06-25)

Bug Fixes

Features

Performance Improvements

  • expose type VitePluginOptions, fix #19 (013dc29)

1.0.0 (2021-06-16)

Bug Fixes

Features

Performance Improvements

  • expose type VitePluginOptions, fix #19 (013dc29)

0.10.1 (2021-05-25)

Bug Fixes

Features

Performance Improvements

  • expose type VitePluginOptions, fix #19 (013dc29)

0.9.2 (2021-04-03)

0.9.1 (2021-03-28)

0.9.0 (2021-03-26)

Bug Fixes

Features

  • add transformComponentImportName option (0f30d49)

0.8.2 (2021-03-24)

Bug Fixes

0.8.0 (2021-03-06)

Features

  • option: add root option (7881b27)

0.7.6 (2021-03-02)

0.7.5 (2021-02-24)

Features

  • add ensureStyleFile to ensure that the style file exists #4 (70e34d9)
  • add the resolveComponent option for converting components. close #5 (50087a2)

0.7.4 (2021-02-23)

Bug Fixes

Features

Performance Improvements

0.5.5 (2021-01-29)

Refactor

0.4.6 (2021-01-20)

Performance Improvements