Releases: conveyal/taui
Releases · conveyal/taui
v3.0.0
3.0.0 (2019-03-05)
Bug Fixes
- isochrone: Fix isochrone ordering (bbf1911)
- loading: Refactor map loading (dcab889)
- routes: Filter out non-unique route descriptions (95a6f7e)
- spinner: Add spinner back! (ed7b1e4)
- store: Import empty store if a store is not provided (c499aeb)
Code Refactoring
- config: Move config files to package.json (5b4b62c)
Features
- poi: Add POI only search flag (a17a85a)
BREAKING CHANGES
- config: Built with next.js, deployed on zeit/now, uses mapbox.gl
v2.0.0
2.0.0 (2019-03-04)
Bug Fixes
- geojson: Add properties to isochrone to make them valid GeoJSON (bdebd99)
- jsolines: Update jsolines increasing max allowable coordinates limit which was hiding isochrone (c0844f5)
Features
- cache: Cache data URLs with flyle in development (WIP) (0d99258)
BREAKING CHANGES
- geojson: closes #121
v1.1.0
v1.0.0
1.0.0 (2018-08-23)
Bug Fixes
- config: Fix config load (7cf2686)
- grid: Show grids with showOnMap set to true (a75b405)
- icon: Fix icon anchoring positiion (a7b6abc)
- isochrone: Fix the isochrone rednering problem (255756f)
- map: Add TileLayer props back (6d56bf6)
- mapbox: Use https geocoding endpoint (1d01e22)
- marker: Fix end marker offset (569853b)
- paths: Filter out -1 path indexes indicating no route (c7176c8)
- paths: Fix offset handling (3401912)
- segments: Show route_long_name in tooltip if available. Also display in caps. (9c48590)
Features
- icons: Switch to CSS only icons (efb367e)
- paths: Switch to new header format (99b6346)
- play: Disable play button when already "playing" (1bbfbe9)
- routes: Draw routes manually (e39c6a8)
- taui: Drop Browsochrones, use new data format (f17f17c)
- timecutoff: Animate the time cutoff (179ca9c)
BREAKING CHANGES
- taui: Does not work with old data formats
v0.8.0
v0.7.0
<a name"0.7.0">
0.7.0 (2017-05-31)
Bug Fixes
- dutch: Detect dutch indicator names for showing symbols (7831e64c)
- feature: Remove feature conversion (2d55e0ce)
- geocoder:
- indexes: Correct indexes (de83a968)
- lodash:
- marker: Fix marker mover bug (21e25a61)
Features
v0.6.0
v0.5.0
<a name"0.5.0">
0.5.0 (2016-11-21)
Bug Fixes
- browsochrones:
- geocoding: Only set the labels after reverse geocoding. (f46aeb61)
- icon: Add population as a destination grid name to retrieve an icon for. (c9e20214)
- marker:
- messages: Move strings to messages files (598aa0bd)
- routes: Use a default color if the route_color is missing (65b058f1)
- spelling: Fix spelling error (9f71dcd5)
Features
- card: Use period instead of pound symbol in route card alternate list (ee845114)
- log: Add flag to show or hide the action log (1e107ff7)
- markers: Differentiate between start and end markers (8dace8f5)
- scenario: Allow showing only one scenario (860d4866)
- timecutoff: Store computed isochrones and timecutoffs and set the step to 5 minutes. (686ce65f)
v0.4.0
v0.3.0
<a name"0.3.0">
0.3.0 (2016-11-17)
Bug Fixes
- browsochrones: Change inputs to work with the new browsochrones (12e9b34f)
- dependencies: Correct out of date dependencies in yarn.lock (1f3ac923)
- scroll: Make dock's box-sizing border-box. (ccf55d17)
Features
- deps: Update to latest mastarm, woonerf, browsochrones, and transitive (00d70b22)
- fetch: Remove unused files. Add action logs for everything. DeepEqualify. (1dea8fcf)
- mastarm: Use mastarm react bootstrapping files. (754f6467)
- origins: Only show destination select when origin is filled. (473fe837)
- spinner: Show the loading indicator whenever browsochrones is doing work. (f8065d10)