Skip to content

Latest commit

 

History

History
308 lines (289 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

308 lines (289 loc) · 17.3 KB

Change Log

See releases for source code and vscode-data-table.vsix extension package download.

v1.14.0 - [2023-10-02]

  • #138 Reduce Flat Data Grid row height to display more data rows

v1.13.0 - [2023-10-01]

  • #151 Use shields.io for version, installs, and downloads badges in docs
  • #153 Extension displays multiple stdout stream outputs in polyglot notebooks
  • #154 Add new world lakes Runme markdown doc and notebook data rendering example to Examples section in docs
  • #155 Add Runme to the Recommended Extensions list in docs
  • #156 Package and publish updated extension badges, stdout patch, and new Runme notebooks support release

v1.12.0 - [2022-09-02]

  • #126 VSCode-data-table not in VSCode gallery
  • #127 Add extension sponsoring config and republish it
  • #128 Use JS Notebook Inspector extension public github repository link in docs
  • #129 Comment out JS Notebook Inspector ext. in .vscode/extensions.json recommendations
  • #130 Remove all Microsoft notebooks extensions from our .vscode/extensions.json recommendations
  • #131 Remove all Microsoft notebook extensions from our Recommendations in docs
  • #132 Add our Vega Viewer extension to recommendations in .vscode/extensions.json
  • #133 Remove Microsoft ESLint extension from recommendation in .vscode/extensions.json
  • #134 Add more prominent Support section with Sponsor links to docs
  • #135 Add dataViz keyword to Data Table Renderers manifest
  • #136 Update flat-ui to v0.14.1
  • #137 Update Observable dependencies to latest
  • #139 Reorder Recommended extensions in docs
  • #140 Update Observable JS extension description in docs
  • #141 Refine Pyolite/Pyodide info in docs
  • #142 Update webpack, webpack-env types, webpack-cli, and ts-loader to latest
  • #143 Update dev dependencies to latest
  • #144 Update apache-arrow, arquero and fast-xml-parser dependencies to latest
  • #145 Add browserslist dev dependency

v1.11.0 - [2022-04-11]

  • #124 Update built-in TypeScript notebook examples

v1.10.0 - [2022-04-10]

  • #122 Enable Data Table Renderers to work on github.dev and in the web version of vscode IDE

v1.9.0 - [2022-04-03]

  • #44 Add Save as CSV or JSON options
  • #53 Add data search option
  • #59 Add subtle table cell borders
  • #64 Add rows/columns count display
  • #70 Add binned graphs to column headers
  • #87 Align top Data Summary column type svg icon
  • #102 Add padding to Data Summary view and patch column type display
  • #103 Add World Countries Leaflet Map notebook example to built-in Notebook Examples
  • #107 Update vscode, ts, webpack and renderer api dependencies to latest vscode v1.62.0
  • #108 Update observable inputs, plot, d3, htl, arquero, apache arrow, and fast xml parser dependencies to latest
  • #109 Update recommendations in extensions.json
  • #110 Add Iris dataset Python Jupyter notebook example
  • #113 Update arquero library to v4.8.8
  • #114 Register text/x-json mime type for the REST book examples to work
  • #115 Add Flat Data Grid renderer
  • #116 Update vscode, libs, and dev dependencies to latest
  • #117 Refine Data Summary table rendering
  • #118 Installed extension, and still no option to render table with data-table?
  • #119 Add instructions for the custom vscode notebook kernel devs to declare data table renderers dependency
  • #120 Package and publish new Flat Data Grid renderer release
  • #121 Add notebookRenderer keyword for the new Search Marketplace prompt

v1.8.0 - [2021-08-13]

  • #92 Update dev dependencies and vscode engine to v1.59.0
  • #93 Apply vscode editor styles to Text data output display
  • #94 Clean up json data checks, parsing, and debug log
  • #95 Add new Leaflet Map renderer info to docs
  • #96 Add new Geo data notebook examples from Leaflet Map renderer to built-in Data Table Notebook Examples
  • #97 Update Text Output info and pic in docs
  • #98 Activate Data Table renderer extension for workspaces with .ipynb, .restbook and .xbook
  • #99 Add consistent notebook Language type suffixes to built-in .ipynb Notebook Examples
  • #100 Add Random Fractals Inc. data, geo and notebook extensions to recommendations in .vscode/settings.json
  • #101 Package and publish v1.8.0 built-in Notebook Examples and Text Output update release

v1.7.0 - [2021-08-05]

  • #82 Refine Data Summary renderer card and tooltips
  • #83 Stringify nested JSON objects for display in text output
  • #84 Update vscode engine and dependencies to v1.58.2
  • #85 Move default renderer stylesheet to styles.css
  • #86 Move Text output styles for pre/code wrap to styles.css
  • #88 Add a note about nested objects text view to docs
  • #89 Hide data table row selector colum
  • #90 Set panel styles for data summary text output
  • #91 Package and publish data summary and text ouput UI enhancements release v1.7.0

v1.6.0 - [2021-08-01]

  • #14 Add summary table data view renderer
  • #26 Add .net interactive .ipynb example
  • #48 Add Observable Inputs library link and Table info to docs
  • #66 Add data table renderer to activation events
  • #67 Rename renderer entry point to data table renderer
  • #68 Add Observable htl library for implementating data summary and other alternative view/save data UX
  • #69 Add XPath Notebook example and info to Recommended Extensions section in docs
  • #71 Add XML data table display
  • #73 Add Data Table Viewer Observable notebook info to docs
  • #75 Add data.table.notebook.examples extension command
  • #76 Add .NET Interactive Notebooks extension to Recommended extensions
  • #77 Link notebook examples in Features section to notebook type example sections in doc
  • #78 Add Observable Data Table Viewer JS notebook to /notebooks
  • #79 Add Observable Data Table Viewer OJS and OJS Inspector previews to docs
  • #80 Add new Data Summary view info to docs
  • #81 Package and publish v1.6.0 release with new Data Summary view and updated notebook examples

v1.5.0 - [2021-07-25]

  • #52 Use vscode panel border color for table header box shadow
  • #57 Import styles from css file
  • #58 Highlight row on hover
  • #60 Use cursor:pointer for header instead of resize
  • #61 Fix header sorting symbol being too close to the text
  • #62 Enable incremental table row creation and data loading on table scroll
  • #63 Update vscode and notebooks api dependencies to latest
  • #65 Package and publish v1.5.0 release with table UI enhancements

v1.4.0 - [2021-07-23]

  • #43 Apply vscode editor scrollbar styles to plain text display
  • #45 Drop properties. prefix in geo data table column names
  • #46 Add data table styles
  • #47 Get rid of renderer output shadow root to fix data table display
  • #49 Add VS Marketplace badge, installs and downloads counters to docs
  • #50 Package and publish data table styles and geo data display enhancements release

v1.3.0 - [2021-07-20]

  • #37 Add flat geojson display

v1.2.0 - [2021-07-18]

  • #27 Add TypeScript .ipynb example
  • #28 Add Arrow data notebook examples
  • #29 Add alternative data table cell output renderer for vscode notebook stdout
  • #31 Add TypeScript .ipynb CSV and JSON data output Table renderer examples to docs
  • #32 Trim Data Table vscode extension package
  • #33 Add REST Book, TypeScript Notebooks, and Pyolite to recommended extensions
  • #34 Add Recommand Extensions section to docs
  • #35 Add Pyolite notebook example
  • #36 Update changelog for Data Table v1.2.0 release
  • #38 Add extra CSV and JSON array data checks
  • #39 Move output data parsing to new outputLoader.ts
  • #40 Set pre/code display container height for text outputs
  • #41 Package and publish stdout CSV/JSON array data display release v1.2.0
  • #42 Update Features section in docs for v1.2.0 release

v1.1.0 - [2021-07-06]

  • #19 Add CSV data loading notebook cell example
  • #20 Add CSV Data Table rendering
  • #21 Move data table renderer code to src/renderer
  • #22 Refactor renderer setup for multi mime types support
  • #23 Add Chicago traffic tracker rest notebook for testing
  • #24 Add usage scenarios to docs
  • #25 Package and publish docs update release

v1.0.0 - [2021-07-05]

  • #1 Reach out to Tabulator library author
  • #2 Create vscode notebook data cell output renderer base code
  • #3 Add test json and csv data
  • #4 Create data test notebook
  • #5 Rename to Data Table
  • #6 Add short project info to docs
  • #7 Add extra extension metadata info to package.json
  • #8 Create custom Data Table extension icon
  • #9 Add green 🈸 data table ext. iconography to docs
  • #10 Change generated json code renderer to basic html table renderer
  • #11 Add placeholder Data Table view renderer pic to docs
  • #12 Change basic html table renderer to use Observable Inputs.table for now
  • #13 Add dev log and data table extension build info to docs
  • #15 Add Contributions section to docs
  • #16 Add funding config
  • #17 Create changelog for MVP release
  • #18 Package and publish MVP release