Skip to content

Latest commit

 

History

History
101 lines (47 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

101 lines (47 loc) · 4.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.12 (2024-04-26)

Bug Fixes

  • fix overflow style in preview (055676d)

0.0.11 (2024-04-11)

Features

  • mark node modules as external (67569fe)

Bug Fixes

  • fix __dirname, __filename for CJS preview (db67473)

0.0.10 (2024-04-06)

Features

  • add separate runtime icon to the title bar, remove default runtime config (abcc077)
  • allow multiple runtime preview for same document (a87c3f6)
  • replace icons (8be13e0)

0.0.9 (2024-04-02)

Features

  • reduce bundle size of extension (d3e5900)

0.0.8 (2024-03-31)

Features

  • prefer pnpm to install esbuild (dfd0a67)
  • upgrade esbuild to v0.20.2 (f665717)

0.0.7 (2021-12-01)

Features

  • render CSS in browser platform (06b9b0e)

0.0.6 (2021-11-25)

Bug Fixes

  • add loader for untitled files (6818862), closes #1
  • inherit font style in preview (8aa7e6d)

0.0.5 (2021-11-23)

Features

  • show console logs on Node.js (dc57dc9)

Bug Fixes

  • terminate Node worker for each run (a80a19a)

0.0.4 (2021-11-21)

Features

  • allow evaluating without workspace folder (e426900)
  • show console logs of browser (0e108b2)

0.0.3 (2021-11-19)

Bug Fixes

  • mock process.env to empty object in browser platform (ddfd81b)

0.0.2 (2021-11-19)

Features

  • allow preview untitled file (cbdfe1b)
  • click-to-reveal source line (22a73fa)

Bug Fixes