Skip to content

Releases: metonym/svelte-readme

v3.0.0

20 Mar 18:22

Choose a tag to compare

Breaking Changes

  • Upgrade prettier-plugin-svelte version from ^1.4.2 to ^2.1.0

v2.3.1

20 Mar 18:22

Choose a tag to compare

Features

  • Append code-fence button only if disableDefaultCSS is false

v2.3.0

17 Jan 22:37

Choose a tag to compare

Features

  • Support head option in createConfig

v2.2.0

02 Jan 23:19

Choose a tag to compare

Features

  • Add ability to link to git repo url if package.json#repository.url is specified
  • Style button by default

v2.1.2

31 Dec 17:55

Choose a tag to compare

Fixes

  • Initialize default parameter value in createConfig

v2.1.1

30 Dec 23:16

Choose a tag to compare

Fixes

  • Default svelte.emitCss to false

v2.1.0

30 Dec 23:08

Choose a tag to compare

  • Infer development mode if process.env.ROLLUP_WATCH is true
  • Automatically set svelte.compilerOptions.dev
  • Default svelte.compilerOptions.immutable to true

v2.0.0

30 Dec 21:14

Choose a tag to compare

  • Upgrade rollup-plugin-svelte to ^v7.0.0

v1.3.1

22 Dec 13:38

Choose a tag to compare

Fixes

  • only add heading to TOC if text is defined

v1.3.0

22 Dec 00:59

Choose a tag to compare

Features

  • Add option to inject auto-generated table of contents from the h2 and h3 headings

    Add the comment <!-- TOC --> in the README.md to signify where the table of contents should be injected.

    # hello world
    
    <!-- TOC -->