Skip to content

Releases: WorldBank-Transport/ram-frontend

Version 0.9.0

21 May 19:12
31829ec
Compare
Choose a tag to compare

Changelog:

  • Display error message if POI coordinates are in the wrong projection

Version 0.8.2

24 Dec 14:30
f5630fc
Compare
Choose a tag to compare
  • update dependencies to fix build error
  • change gulp-uglify to gulp-minify. The latter supports async/await

Version 0.8.1

21 Dec 23:18
9c18c24
Compare
Choose a tag to compare

Pushes a Docker image with the latest tag on new releases.

Version 0.8.0

22 Oct 17:18
768c21d
Compare
Choose a tag to compare

Changelog:

  • Add World Bank catalog as a source option for poi and admin boundaries (WorldBank-Transport/ram-backend#214)
  • Add speed profile editor (WorldBank-Transport/ram-backend#228)
  • Allow selecting whether or not to export scenario analysis to RAH
  • Include "total" row on scenario accessibility table (#196)
  • Allow max road network edit value to be set through the config
  • Add clearer messages when road network editing is disabled
  • Misc bug and style fixes

Version 0.7.0

07 Sep 20:41
3d931bd
Compare
Choose a tag to compare

Changelog:

Version 0.6.0

30 May 12:38
ffccd71
Compare
Choose a tag to compare

This version makes changes to the configuration and CI process to make the deploy of single instances easier. The major changes:

  • moved CI from Travis to CircleCI
  • the Docker image was renamed to ram-frontend
  • to provide more control over what version of the frontend is deployed, we now tag Docker images with a version number. On a merge into master, CircleCI will build an image and tag it using the version number in package.json
  • the configuration can be fully set using environment variables

Version 0.5.0

23 Jan 12:48
9ee17b5
Compare
Choose a tag to compare

Changelog:

  • Add scenario comparison feature
  • Add default profile as source option for scenario creation
  • Add POI source selection to scenario creation
  • Add raw results search
  • Expand i18n support (Spanish, Chinese, Lao and Vietnamese)
  • Add map overlays for road-network, admin-bounds, and poi
  • General UX improvements (better error messages)
  • Use docs site instead of in-app help
  • Fix map styles and offline support
  • Misc bug fixes
  • Misc style fixes

v0.4.0

07 Aug 16:07
Compare
Choose a tag to compare

Changelog:

  • Re-branding to Rural Accessibility Map
  • Add authentication through auth0
  • Add OSM data import
  • Add warning for Road Network size limit
  • Add Poi to results map
  • Add road network editing capabilities (through iD editor)
  • Improved browser support
  • Bug fixes

v 0.3.0

26 Jun 12:31
Compare
Choose a tag to compare

Changelog:

  • Better error handling
  • Move time unit definition for analysis to the server
  • Refactor project setup
  • Support for multiple POI
  • Support for multiple population estimates
  • Improved validation
  • Add filters to results
  • Add map visualization of ETA
  • Add file export options
  • Misc improvements
  • Style and accessibility improvements