Releases: tangrams/bubble-wrap
Releases · tangrams/bubble-wrap
v5.1.0
v5.0.2
v5.0.1
v5.0.0
v4.1.1
v4.1.0
v4.0.0
- Move YAML anchors into new Tangram global namespace, enabling easy access to color swatches and visibility properties.
- Add new globals to facilitate data visualizations by providing recommended sort orders for overlays and underlays. Try
sdk_order_over_everything_but_text_0
andsdk_order_under_roads_0
. - Upgrade icons (points) + text styles for city labels and POI labels to use anchorless placement, allowing for Tangram v0.9 automatic multiple anchor placements (no more bottom aligned only text!).
- Upgrade text labels to prefer localized
name:*
text sources via newglobal.ux_language
property (before defaultname
). - Additionally, if the preferred localized
name:*
text source is not available, optionally fallback to 2nd languageglobal.ux_language_fallback
before defaultname
. - Add GUI to map preview for localized labels.
- Add GUI to map preview to save screenshot of current map view.
- Upgrade to Tangram v0.9 (required)
v3.0.0
This release focuses on adding transit routing support and some minor refactors (that are backwards incompatible for UX/UI elements).
- Rename
mz_route_destination
data source and layer (wasmz_route_stop
) to disambiguate against newmz_route_transit_stop
- Rename some sprites & style names to emphases their use UX and UI (doesn't affect basic map icons)
- Add
mz_route_line_transit
with data driven line color for UX - Add
mz_route_transit_stop
with reused icon - Add two new debug data sources to prove the transit stuff works
- strip out trailing whitespace (thanks Git)
v2.0.1
v2.0.0
- Release date: 2016-04-18
- Rename (standardize and namespace) UX styles for search results, route line, & etc – This is a significant breaking change.
- Add default point, line, and polygon overlays for Mapzen SDK.
- Update dashed line style (requires Tangram v0.7)
- Load Open Sans as web font, use FontFaceObserver to block on font load
- Upgrade to Tangram JS v0.7.x