Skip to content

Releases: rafalou38/svelte-preview

Version 2.7.0

07 Jul 18:33
Compare
Choose a tag to compare
  • Partial fix for svelte-kit
  • Fix "svelte/store", "svelte/motion" and similar imports
  • Circular dependencies prevention system
  • Fix various resolver issues
  • Bump dependencies to support latest Typescript
  • Add a new setting to hide completely the control panel.

I recommend installing directly from vscode for the latest releases.

2.5.3

30 May 12:30
Compare
Choose a tag to compare
  • Add $lib fallback for when tsconfig.json is not used (#8)

2.5.1

09 Feb 18:49
Compare
Choose a tag to compare
  • Fix codespaces support
  • Fix failed import of some modules

Version 2.5.0

31 Jan 15:59
Compare
Choose a tag to compare

[2.5.0]

  • Add external styles support
    • includes tailwind support

2.2.0

30 Aug 14:00
Compare
Choose a tag to compare
  • Add info tab in the bottom drawer
  • add a button to clear log on each code update

2.1.0

26 Aug 12:32
Compare
Choose a tag to compare
  • remove nonce to allow user code execution
  • fix error caused by non existent path in tsconfig
  • reduced extension size

2.0.0

01 Aug 20:10
Compare
Choose a tag to compare

major update

  • Add support for imports:
    • svelte files
    • node modules
    • scripts
      • typescript
      • javascript
    • parse tsconfig for paths aliases
      • ex: $lib $app
    • option to chose between custom dependencies parser and rollup
  • fix styling issues
    • body not full width when not centered
  • Add counter for compilation duration
  • Add bottom drawer with:
    • CONSOLE
      • auto scroll
      • clear button
      • object view
    • more compact errors
  • Add option to unlock and preview the curently focused file

1.1.0

03 Jul 16:43
Compare
Choose a tag to compare
  • Add support for preprocessors:
    • scss
    • typescript
    • babel
    • coffeescript
    • less
    • sass
    • stylus
  • editor icon is the same as the extension icon