Skip to content

Releases: iamspark1e/vite-plugin-auto-mpa-html

v1.3.1

27 Nov 07:57
Compare
Choose a tag to compare

Bug Fixes

  • renderEngineOption should specify compile option and runtime option (446d8d9)

v1.3.0

26 Nov 18:16
Compare
Choose a tag to compare

Features

  • migrate template engine from liquidjs to handlebars (16e511c)

v1.2.0

29 Aug 02:55
Compare
Choose a tag to compare

Features

  • migrate ejs to liquidjs, close #26 (0c9e9bb)
  • type EntryPathOption change ejsOption to renderEngineOption (fb27ceb)

v1.1.3

12 Jul 03:27
Compare
Choose a tag to compare

Bug Fixes

  • remove unreachable code (c883648)
  • spelling correction of dev-server directory page (2248841)

Type enhancement

  • More page config types exported (See readme).

v1.1.2

13 May 06:05
Compare
Choose a tag to compare

Bug Fixes

  • Add Content-Type header when the development server returns HTML to avoid returning it is being treated as text (f6ec180)
  • add friendly log if the configName file is incorrect on dev server (dc0c004)

v1.1.1

15 Dec 03:24
Compare
Choose a tag to compare

Bug Fixes

  • dev server can correctly recognize url search params now (1eaa683)

v1.1.0

05 Nov 15:04
Compare
Choose a tag to compare

⚠Warning

From this version, I use virtual modules as template enties.

Bug Fixes

  • add entry.__options.templateName judgement for adaption of PluginOption.expereimental.customTemplateName using .html (dcd8955)
  • path related resources cross-platform problem (eaea7a7)
  • remove prepareTempEntries related functions (fa01e0e)
  • test: unit tests, unplug vite-lifecycles test due to prepareTempEntries is removed (086bd4a)
  • virtual entries only avaliable in build command (983ee71)

Features

  • trying to make entry html virtual, but vite:build-html plugin could not resolve virtual entry format, received incorrect relative path (d827f2d)
  • using virtual template instead of writeFile (5509baa)

v1.1.0-alpha.4

17 Oct 09:32
Compare
Choose a tag to compare
v1.1.0-alpha.4 Pre-release
Pre-release

⚠Warning

From this version, I use virtual modules as template enties. This is a pre-release version, because I'm not sure it works well with most platforms. For production usage, please use stable version!

Bug Fixes

  • add entry.__options.templateName judgement for adaption of PluginOption.expereimental.customTemplateName using .html (dcd8955)
  • path related resources cross-platform problem (eaea7a7)
  • remove prepareTempEntries related functions (fa01e0e)
  • test: unit tests, unplug vite-lifecycles test due to prepareTempEntries is removed (086bd4a)
  • virtual entries only avaliable in build command (983ee71)

Features

  • trying to make entry html virtual, but vite:build-html plugin could not resolve virtual entry format, received incorrect relative path (d827f2d)
  • using virtual template instead of writeFile (5509baa)

v1.1.0-alpha.3

17 Oct 07:06
Compare
Choose a tag to compare
v1.1.0-alpha.3 Pre-release
Pre-release

Bug Fixes

  • auto generate optimizeDeps.entries when command is serve, close #16 (3a7a345)

v1.1.0-alpha.2

17 Oct 06:38
Compare
Choose a tag to compare
v1.1.0-alpha.2 Pre-release
Pre-release

Features

  • add pageConfigGenerator so you can use pluginOptions even in page config (1648493)