Skip to content

Latest commit

 

History

History
169 lines (120 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

169 lines (120 loc) · 15.4 KB

Changelog

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

1.4.0 (2021-12-20)

Features

  • Add interactive map scale to all maps, near the zoom buttons (8021fce), closes #69
  • dash: Project-level dashboards, vizes, and calculation topsheets (b920e63)
  • hexagons: XY Hexagon viz learned how to embed in dashboards (3b495ae)
  • Maps learned zoom-in, zoom-on, and reset-view on all views (244c4f5), closes #70
  • sankey: Sankey learned "only show changes" and can be embedded in dashboards (a96c190)
  • transit: add transit viz to dashboards too' (12eb429)

Bug Fixes

  • charts: Better filenames for exported charts (d97041d), closes #79
  • Hovering on a map shows a weird card title when it shouldn't (d10c1ce)
  • Re-enable some error messages when files can't be loaded (a709f7c)
  • Transit viewer asks nicely for coordinate system EPSG now (4c601bc)

1.3.3 (2021-12-14)

Bug Fixes

  • charts: bar/line charts now for standard matsim *stats.txt files (aeb8fc9)
  • links: Time-slider and colorramp buttons don't work together. (77a7965)
  • topsheet: topsheets lost their user-entry fields and titles (2312659)

1.3.2 (2021-12-13)

Bug Fixes

  • xy: Ask for coordinate system if loading output_trips (c1b5e91)

1.3.1 (2021-12-09)

Features

  • heatmap: Heatmap learned flipAxes true/false, to flip the heatmap :-) (5aa3c07)

1.3.0 (2021-12-09)

Features

  • dashboard: Charts can zoom/unzoom fullscreen now (2587521)
  • Support multiple local servers on ports 8000-8500 (8ca422f)

Bug Fixes

  • Fix #71, DrawingTool broke with big Vite merge (9f23d79)
  • Fix dark/light mode watcher in dashboard charts (1291ef7)
  • Plotly charts don't resize properly when switching dashboard tabs (affccab)
  • sankey: handle commas,semicolons,tabs as separators (8b2cacb)
  • sankey: plot size on Chrome/Safari (5a31fb0)
  • sankey: Sankey text colors follow dark/light theme now (5500a8d)
  • useLastRow and ignoreColumns are leaking into other dashboard views (1d690b2), closes #75
  • video-player resizing bugs (e480798)
  • Vite: faster builds & fewer dependencies (a4d92c0)

1.1.0 (2021-11-24)

Features

  • New "heatmap" chart type (c15b21f)

Bug Fixes

1.0.1 (2021-11-08)

1.0.0 (2021-11-03)

We are starting to use "semantic versioning" now, so we can track builds since our number of users is increasing.

Version numbers are MAJOR.MINOR.POINT where

  • MAJOR: major new releases; breaking changes, etc
  • MINOR: feature releases, new functionality
  • POINT: bugfixes and internal improvements

This seems as good a time as any to stamp a "1.0.0" release. Woot!

Features

  • Color schemes (3d19f36)
  • carriers: update carrier viewer for simwrapper (4090e20)
  • charts: allow relative paths for dataset (2350993)
  • dash: Area charts (d715ea5)
  • dash: Choro-CIRCLES plot on map! (40b4b1c)
  • dash: Choropleth maps! (fe43f09)
  • dash: fullscreen button on card headers (e252f8e)
  • dash: Load any dashboard from /gist/123456789 (5668974)
  • dash: Tabbed dashboards! (96acf3e)
  • flowmap: FlowMap based on FlowmapBlue (WIP) (f667347)
  • topsheet: allow hard-coded paths in topsheet config (0472807)
  • add @filter to topsheet calcs (5aa8623)
  • Add DrawingTool to XY plot (065e198), closes #39
  • add EN/DE locale support (161897f)
  • Dark mode! (0556c2c)
  • Move main site to https://vsp.berlin/simwrapper (5782022)
  • new Vega-Lite charting plugin (16d25f4)
  • run-finder panel treeview (d8725db)
  • Show transit viewer thumbnail whenever output_transitSchedule is present (f67f38c)
  • topsheet filters ==,<=,>=,!=,<,> (866a1c0)
  • topsheet title comes from title/title_en/title_de fields (3d7e25f)
  • Try to find coordinate system in output_config.xml (5ce8766)
  • carriers: add shipment tooltips and drive on left/right side (fd7d056)
  • carriers: fix #8 - add +/- to carriers treeview (fcb7d57)
  • dash: Topsheet + Pie are more or less working (3698bc1)
  • shapefile: a bit better at guessing CRS projections (209e060)
  • shapefile: Add opacity slider (5df86a8), closes #38
  • video: add video plugin (442c408)
  • video: video player plugin (c250a11)

Bug Fixes

  • Charts learned dark/light modes (97c77fc)
  • carriers: fix #1 use link midpoint for shipment locations (3e589f6)
  • dash: allow map geojson to be on Url or local file path (17e79e6)
  • dash: bg colors in dark mode (f6b5776)
  • dash: Dashboard max 110rem width. Too wide is too wide. (ec4dcaf)
  • dash: loose threads causing bad card reloads (90c74ed)
  • dash: nicer shape/circle buttons (81a2e46)
  • dash: No need for dashboards to have a max width (79d6d9d)
  • dashboard: links-gl layout improvements (af78cde)
  • links: column names with hours were being mangled (f61a6fd)
  • links: config panel layout (eb8b6ec)
  • links: config panel layout (0d750f0)
  • links: diff plots are always red/blue now (5903c4c)
  • links: handle .gz and non-.gz inputs (fd44328)
  • links: thumbnail images (3e0324a)
  • links: time-slider was too narrow (218cac7)
  • links: use network center (7a7d86a)
  • shapefile: guess more EPSG codes (e941f07)
  • back button is broken (109d672), closes #21
  • better navigation when clicking on viz thumbnails (d5a7892)
  • dashboard tabs sometimes show old labels (8804b2a)
  • Draw shapefile exports as EPSG:31468 instead of WGS84 (needs work) (9176141)
  • draw tool should not hide underlying layers (89b9fde)
  • transit: try to find correct transitSchedule, network, demand files (8a4beef)
  • clean up RunFinder layout (c03ef5c)
  • gist viewer wasn't loading (3d194f5)
  • host font-awesome locally so site works offline (af0b4d7)
  • shapefile drawer should export as WGS84, always (f75c202), closes #29 #31
  • shapefile tooltip (4222877)
  • shapefile zoom and tooltip (705a233)
  • thumbnail image heights (55132d8)

0.1.1 (2020-08-25)

Features

  • video: add video plugin (442c408)
  • video: video player plugin (c250a11)