Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.13 KB

1.8.1

  • Add configFile option to read preprocess from svelte.config.js. (#43 by @gengns)

1.8.0

  • Update peer dependency to support SK >= 1.0.0.
  • Feat: better error message when an unexpected error occurs when parsing. (#37 by @Refzlund)

1.7.1

  • Add sveltekit as peer dependency (#35)

1.7.0

  • Support reading transition, animation, and action names.
  • Print parse error in detail.

1.6.10

  • Add extra line for injected script tag.

1.6.9

  • Update docs and example.
  • Remove jsDoc comments.

1.6.8

  • Fix reading root path for SK >= next.347

1.6.7

  • Pass filename to preprocess function. (#20)

1.6.6

  • Fix preprocess detection. It might not always be array. (#18)

1.6.5

  • Impove docs. (#15)
  • Rename to sveltekit-autoimport. (#14)
  • Support alias for modules. 028f0e
    module: {
      svelte: ['onMount as mount']
    }

1.6.4

  • Skip for declared variables.
  • Ignore .svelte-kit and other directories.

1.6.3

  • Inject script at newline.
  • Add the missing generated source map.