Skip to content

Latest commit

 

History

History
243 lines (109 loc) · 9.43 KB

CHANGELOG.md

File metadata and controls

243 lines (109 loc) · 9.43 KB

Changelog

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

0.4.37 (2023-08-18)

Bug Fixes

  • Cell tracking issue, with unsaved notebooks (6d24ac6), closes #59

0.4.36 (2023-06-15)

0.4.35 (2023-06-15)

Bug Fixes

  • Typo in extension pack name (ad99f92)

0.4.34 (2022-11-16)

Features

  • Add preview and export HTML support to notebook (81b8392)

0.4.33 (2022-11-11)

Features

Bug Fixes

0.4.32 (2022-10-16)

Bug Fixes

0.4.31 (2022-10-16)

Features

0.4.30 (2022-10-07)

Bug Fixes

  • Add async renderer support for vscode v1.72.0 (8bfdb5b)

0.4.29 (2022-10-06)

Bug Fixes

  • Syncing between controller and renderer not 100% (16cb6bc)

0.4.28 (2022-10-04)

Bug Fixes

  • package-lock.json out of sync (522d81f)

0.4.27 (2022-10-04)

Features

  • Update exported HTML to use new compiler (de3d61c)
  • Switch to new observable compiler (841d250)

0.4.26 (2022-09-16)

Features

  • Switch to new observable compiler (841d250)

0.4.26 (2022-09-16)

Features

  • Switch to new observable compiler (a9708a7)

0.4.25 (2022-09-09)

Bug Fixes

  • Remove browser entry point (14046c6)

0.4.24 (2022-09-09)

Features

0.4.23 (2022-09-09)

Features

0.4.22 (2022-09-09)

Features

  • Add support for more cell types (6b2b18e)

0.4.21 (2022-09-07)

Bug Fixes

0.4.20 (2022-09-07)

0.4.19 (2022-09-04)

Features

  • Switch preview over to use new compiler (9779b4e)

0.4.18 (2022-09-04)

Bug Fixes

  • renderer: Workaround delay loading of cells (22a5683)

0.4.17 (2022-08-31)

Bug Fixes

  • Cleaner parser / interpreter (02e2a2b)

0.4.16 (2022-08-28)

0.4.15 (2022-08-28)

Features

  • Add support for VS Code Notebooks (873935b), closes #32

0.4.14 (2021-10-28)

Features

  • Improve out of box experience (f9b93f0)

0.4.13 (2021-10-03)

0.4.12 (2021-10-03)

0.4.11 (2021-10-03)

Features

  • Add support for local file imports (d4b9eac)

0.4.10 (2021-07-20)

Features

  • Add export to ECL option. (96f66ef)

0.4.9 (2021-06-27)

0.4.8 (2021-06-23)

Features

  • Add support for HTML and TeX node types (e7f5369)

0.4.7 (2021-06-23)

Features

  • Add support for Observable notebooks (d201bab)

0.4.6 (2021-05-13)

0.4.5 (2021-05-13)

Bug Fixes

  • security: Bump versions for latest security updates (5e29ec9)

0.4.4 (2020-10-27)

Bug Fixes

  • preview: Maintain preview state during VS Code restart (49a3e4a), closes #10

0.4.3 (2020-06-02)

Features

  • Consolidate with @hpcc-js/observable-md (85fa59f)

0.4.2 (2020-05-17)

Features

  • Add "export to html" command (2e6f4cd)
  • Add import notebook feature (03befec)
  • Added support for OMD files (fd4cb01)
  • Initial commit (d152ccc)

Bug Fixes

  • import: Correct support for shared URLs (0697c04)
  • Improve runtime values (26ccded)
  • import: Improve import logic to handle FileAttachements (b70c13d)