Skip to content

Releases: maplibre/maputnik

v2.0.0

19 Jul 11:16
a99cbc0
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Switches to MapLibre v2 from Mapbox GL v1.

v1.7.0

23 Apr 20:42
Compare
Choose a tag to compare

See release notes at https://maputnik.github.io/blog/2020/04/23/release-v1.7.0

Update 24 Jul 2020:

  • Replaced Maputnik desktop CLI binaries for Linux, OSX and Windows (Desktop v1.0.7)

v1.6.1

13 Oct 11:31
Compare
Choose a tag to compare

This release includes

  • Update OMT styles (#555)
  • Updated all dependencies (#553)

v1.6.0

08 Oct 19:52
Compare
Choose a tag to compare

This release includes

  • Fix for data functions
  • Added OS Zoomstack to sample styles
  • Added color accessibility UI
  • Better support for OpenLayers
  • Assets now served up by https://www.jsdelivr.com/
  • Added support for ‘fill-extrusion-vertical-gradient’ and ‘symbol-z-order’
  • Export file named as the style name (if available)
  • Prompt user before loading style from the querystring
  • Add visible drag handle to layers list
  • Added option to enable showOverdrawInspector for MapboxGl
  • Fix layer wobbling on hover
  • Use access token on style change
  • Fix for custom layer property triggering infinite loop
  • Use StringInput for ‘formatted’ field type
  • Keep inspect mode consistent across renderer changes
  • Allow dev server to be bound to different host IP address
  • Prevent native browser undo/redo
  • Fix for buggy string/number inputs when inputting invalid intermediate values
  • Add semi-hidden debug panel, opened with ! shortcut
  • Added visualizePitch: true to MapboxGl.NavigationControl
  • Make popups scrollable
  • Added more webdriver tests
  • Also general updates and maintenance fixes across for codebase

v1.5.0

09 Feb 09:59
Compare
Choose a tag to compare

This release includes access to Thunderforest vector tiles from the data sources modal. A big thanks goes to Thunderforest for providing us an access token for use within the editor.

Other smaller fixes and features include

  • Added show-collision-boxes query parameter
  • Added support for ‘raster-resampling’
  • Updated mapbox dependencies

Update 09 Feb 2019 (by @pathmapper):

  • Added Maputnik desktop CLI binaries for Linux, OSX and Windows to the release assets

v1.4.0

27 Jul 19:28
Compare
Choose a tag to compare
  • Fixed bug that was causing the map pane to be unresponsive for some users (#348)
  • Option to download styles with your own tokens (#345)
  • Map pane no longer overflows the container, fixing zoom center (#344)
  • Disable bounce scroll on main application window (#343)

v1.3.0

12 Jul 15:10
Compare
Choose a tag to compare
  • Added Survey (#328)
  • Updated osm-liberty repository for change of ownership (#333)
  • Add loading modal for styles (#330)
  • Added url option to display tile boundaries (#315)
  • Added keyboard shortcuts + modal (#313)
  • Color blindness emulation via url option (#312)
  • Added skip-menu link for keyboard users (#309)
  • Added keyboard accessible layer options (#306)
  • Disable spellcheck on <input>'s (#304)
  • Added support for encoding to raster-dem source, enabling terrarium tiles (#302)
  • Added prefers-reduced-motion support (#296)
  • Made color swatch larger to make it easier for visually imparied users (#297)
  • Added accessible modal via react-aria-modal (#300)
  • Made buttons actual <button>s so they are keyboard accessible (#298)

v1.2.0

10 May 07:28
Compare
Choose a tag to compare
  • Improved key bindings, undo/redo now uses the correct shortcuts on OSX
  • Inspect mode after style change no longer buggy
  • Heatmap layer type added
  • Raster-dem layer type added, you can now do hillshading
  • Version string displayed in the UI
  • Added support for icon anchor/pitch-alignment
  • Added support for circle translate-anchor/pitch-alignment
  • Support added for styles without 'glyphs'
  • Data functions now support styles without a zoom value
  • Autocomplete is functional again
  • Removed anonymous gist export as it is no longer supported by GitHub
  • More robust/complete automated tests via Webdriver

v1.1.0

10 May 07:26
Compare
Choose a tag to compare
  • A zoom level indicator in the main UI. This should make zoom specific styling a lot easier
  • Clickable layer tooltips. Clicking on a layer from the map tooltip now opens the layer in the layers panel
  • Update to Mapbox GL JS (v0.43.0)
  • A button to expand/collapse all layers in the layers panel
  • ‘Load from URL’ option is now available in the open modal
  • A field to add comments to a layer
  • Data driven styling. Alongside zoom functions you can now find a data-driven styling toggle for supported fields.

v1.0.2

25 Jan 12:56
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Show Tooltip only on Click in Map Mode #90
  • How to deal with unused fields / default values? #73
  • Highlight Selected Layer better in Inspect View #62
  • Handle Tileserver GL fontstacks maptiler/tileserver-gl#104

Fixed bugs:

  • Improve Opacity of Default Values #92
  • CORS issues #88
  • Cannot Change Value for Boolean Values in Zoom Level Functions #70

Closed issues:

  • Improve Property Groups #68
  • Load & save from GitHub (repo / gist) #3

Merged pull requests:

  • Gist preview & access token #86 (jirik)