Skip to content

Latest commit

Β 

History

History
86 lines (73 loc) Β· 4.61 KB

CHANGELOG.md

File metadata and controls

86 lines (73 loc) Β· 4.61 KB

Change Log

See releases for the brief versions information and feature details with screen pics for this JS Notebook πŸ““ Inspector πŸ•΅οΈ VSCode extension.

v1.5.0 [2020-08-16]

  • #37 Add favorite notebooks tree view collection display and toggle in notebook webview
  • #38 Update extension dev dependencies to vscode v1.48
  • #39 Update superagent library to v6.0.0 for remote data fetching
  • #40 Add Data Science, Notebooks, Visualization categories for this extension
  • #41 Update observable js parser and runtime to latest v4.x verisons
  • #42 Set custom notebook icon for the notebook tree nodes display

v1.4.0 [2020-05-22]

  • #7 Add js notebook collections view to the vscode activity bar
  • #17 Add html notebook runtime save option for adding to web sites or viewing locally in a browser
  • #32 Load notebook metadata on notebook webview panel init

v1.3.0 [2020-05-18]

  • #28 Add /notebooks folder with sample notebooks for local testing and demo
  • #30 Refactor observable js notebook module loading
  • #31 Refactor notebook view initialization and webview panel loading
  • #32 Add observable js notebook document json save
  • #34 Refine extension info, description, and alpha features in package.json and repo docs

v1.2.0 [2020-05-11]

  • #12 Add notebook provider interface and observable notebook provider implementation
  • #13 Add notebook manager
  • #27 Add save notebook as ES JS module option

v1.1.0 [2020-05-10]

  • #19 Add installation section to docs
  • #20 Add build, lincense, sponsor, and extension info badges to docs
  • #23 Add notebook author link to the notebook view toolbar
  • #24 Add notebook author collections link to the notebook view toolbar
  • #26 Refine notebook view toolbar, message, and content view display

v1.0.0 [2020-05-09]

  • #1 Scaffold vscode extension code
  • #2 Create observable js notebook webview
  • #3 Add js.notebook.url command
  • #4 Add view manager for keeping track of notebook views to load/reload
  • #5 Add template manager for creating notebook code, preview, and graph webviews
  • #6 Add file utils for remote and local data and content loading
  • #9 Add brief extension info, features, pics, etc. to README.md
  • #10 Add our standard webview UI toolbar for the notebook source view, refresh, save, etc.
  • #11 Add notebook model class
  • #18 package and publish alpha v. with notebook webview