Skip to content

Latest commit

 

History

History
143 lines (130 loc) · 7.41 KB

CHANGELOG.md

File metadata and controls

143 lines (130 loc) · 7.41 KB

Change Log

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

v1.5.0 - [2022-03-22]

  • #61 Register text/x-json mime type for the REST book examples to work again
  • #62 Remove old eslint and tsl problem matcher extensions from recommendations list
  • #63 Update vscode libraries and dev dependencies to the latest v1.65
  • #64 Package and publish dependencies update v1.5.0 release

v1.4.0 - [2021-10-11]

  • #31 Add polylines and polygons geo layers display

v1.3.0 - [2021-08-16]

  • #35 Convert CSV and flat JSON data with geo location to GeoJSON for locations display on the map
  • #57 Add Countries centroid data and Leaflet map Notebook example
  • #58 Set Location properties table to fit content for geo data points with only a few properties
  • #59 Add CSV and flat JSON Geo location REST Book examples and docs
  • #60 Package and publish CSV/JSON location data display release

v1.2.0 - [2021-08-10]

  • #49 Add .NET Interactive .ipynb example
  • #50 Add TypeScript .ipynb example
  • #52 Document REST Book example
  • #53 Add Pyolite notebook example
  • #54 Add Notebook examples to Features list in docs
  • #55 Add VS Marketplace Installs and Downloads badges to docs
  • #56 Package and publish Notebook Examples update release

v1.1.0 - [2021-08-09]

  • #34 Add CSV, XML and JSON data loading
  • #36 Change Geo Data Viewer github repo link in docs
  • #37 Add Geo Data Viewer to recommendations in .vscode/extensions.json
  • #38 Add VS Marketplace badge to docs
  • #39 Add Data Preview to recommendations in .vscode/extensions.json
  • #40 Update dev dependencies and vscode engine to v1.59.0
  • #41 Add GeoJSON snippets to Recommended extensions in docs
  • #42 Add Leaflet logo to the Map extension icon
  • #43 Add d3-dsv library for CSV data parsing
  • #44 Add XML parser for KML and other XML based Geo data formats support
  • #46 Refine Text data ouput styles
  • #47 Add padding to text ouput code display
  • #48 Package and publish dependencies update, data loading and text display enhancements release

v1.0.0 - [2021-08-08]

  • #1 Create leaflet notebook output renderer extension with vscode extension generator
  • #2 Cleanup generated notebook renderer extension code
  • #3 Add extra extension metadata info to package.json
  • #4 Update proposed vscode apis and typings to latest
  • #5 Update dev dependencies to latest for vscode v1.56.0
  • #6 Create ./notebooks folder
  • #7 Create ./data folder
  • #8 Create simple hello world Leaflet Map renderer
  • #9 Add json and csv data files for testing
  • #10 Update notebook renderer api
  • #11 Updated notebook render api and vscode dependecies to latest v1.58.2
  • #12 Move leaflet map renderer code to src/renderer
  • #13 Add Dev Log and Leaflet Map extension Dev Build info sections to docs
  • #14 Add custom Leaflet Map extension icon
  • #15 Add Recommended extensions section to docs
  • #16 Add Data Table and REST Book to recommendations in .vscode/extensions.json
  • #17 Add Funding config
  • #18 Add Leaflet Map intro section to docs
  • #19 Add Leaflet Map Renderer pic to docs
  • #20 Add Contributions and Backers sections to docs, license and ko-fi badges
  • #21 Add Data Table Notebook Examples section to docs
  • #22 Add Leaflet logo image to docs
  • #23 Rename default CSS stylesheet to styles.css
  • #24 Add GeoJSON data text output display in a scrollable container with fixed max height
  • #25 Add Observable htl library for implementing Leaflet Map UI
  • #26 Add geo data point marker pin image display
  • #27 Add SVG loader for leaflet markers and map UI controls
  • #28 Add geo location properties table popup display
  • #29 Lower location pin marker placement
  • #30 Show brief location info in a sticky tooltip on pin marker mouse over
  • #33 Package and publish MVP release