Skip to content

Releases: smapiot/piral-cli-vite

1.1.1

29 Feb 10:01
Compare
Choose a tag to compare

What's Changed

  • Fixed support for vite.config.js in execution root of piral build (#7)

Full Changelog: v1.1.0...v1.1.1

1.1.0

08 Feb 09:04
Compare
Choose a tag to compare

What Changed

  • Improved the documentation
  • Added support for standard vite.config.js (or alternatives, e.g., vite.config.ts) within Vite (#7)
  • Added support for pilet schema v3

Full Changelog: v1.0.3...v1.1.0

1.0.3

18 Nov 12:55
Compare
Choose a tag to compare

What Changed

  • Fixed invalid reference to CSS stylesheet in pilet (#5)

Full Changelog: v1.0.2...v1.0.3

1.0.2

16 Nov 14:15
Compare
Choose a tag to compare

What Changed

  • Fixed double usage of vite.config.js (#4)
  • Added process.env.NODE_ENV to automatically exposed variables

Full Changelog: v1.0.1...v1.0.2

1.0.1

08 Nov 22:46
Compare
Choose a tag to compare
  • Fixed support for source maps in pilets (#3)

Full Changelog: v1.0.0...v1.0.1

1.0.0

06 Jul 21:20
Compare
Choose a tag to compare
  • Fixed support in piral-cli 1.0.0 (#2)
  • Fixed issue to support Angular 16 (#1)
  • Updated to use Vite v4

Full Changelog: v0.15.2...v1.0.0

0.15.2

06 Jul 18:26
Compare
Choose a tag to compare
  • Changed standard configuration to place assets directly in output folder

Full Changelog: v0.15.1...v0.15.2

0.15.1

06 Jul 18:26
Compare
Choose a tag to compare
  • Fixed issue with vite-plugin-codegen to have static options
  • Fixed empty outdir - will be cleaned up by piral-cli

Full Changelog: v0.15.0...v0.15.1

0.15.0

17 Nov 09:42
Compare
Choose a tag to compare
  • Initial release