Skip to content

Latest commit

 

History

History
113 lines (61 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

113 lines (61 loc) · 3.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.10.1 - 2022-09-03

Fixes

  • default Vite config base to ./ in defineConfig

0.10.0 - 2022-09-03

Breaking Changes

  • rename createViteConfig to defineConfig

Features

  • set default color for placeholder text
  • add option to inject additional styles into main index.html
  • add option to configure branch for rewritten relative URLs

Fixes

  • correctly apply default Vite config base value (default is ./)

0.9.0 - 2022-09-03

Features

  • use Prettier to format README.md after building app
  • support base URL if specified; default to being relative

Fixes

  • correctly determine main index.html to apply metadata

0.8.0 - 2022-09-03

Breaking Changes

  • rewrite library to support Vite-only set-ups

0.7.0 - 2022-08-07

Breaking Changes

  • accomodate new SvelteKit/Vite set-up changes

0.6.0 - 2022-07-03

Breaking Changes

  • revert to using svelte-preprocess instead of svelte-preprocess-esbuild in createConfig

Features

  • omit trailing line break in output to match latest Prettier behavior

Fixes

  • append line break if now new line

0.5.0 - 2022-06-24

Breaking Changes

  • use svelte-preprocess-esbuild instead of svelte-preprocess

0.4.1 - 2022-06-11

Fixes

  • avoid "invalid plugin options" vite plugin warning

0.4.0 - 2022-02-23

Features

  • editing dependent example files should reload app
  • set kit.prerender.default to true in createConfig

0.3.0 - 2022-02-03

Breaking Changes

  • createConfig must be await-ed because config.kit.vite can be async

0.2.1 - 2022-02-02

Fixes

  • remove deprecated kit.target default option from createConfig

0.2.0 - 2022-01-31

Breaking Changes

  • target ES6 instead of ESNext when building the library

Features

  • pad Svelte code fence with extra line breaks to match default Prettier formatting style
  • upgrade mdsvex to version 0.10.5
  • type createConfig.mdsvexOptions using MdsvexOptions interface
  • specify mdsvex as a direct dependency

0.1.0 - 2022-01-30

  • Initial release