Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

81 lines (63 loc) · 5.47 KB

Changelog

A summary of changes to TileMill can be found in the TileMill Documentation Upgrade Notes. Detailed dev notes about changes can be found below.

[v1.1.0] - 2019-05-30

  • Boxselector enhancements from Wax allowing box to be moved relative to the map without changing the box size.
  • Support for aspect ratio and locked aspect ratio in export and project settings.
  • Added better instructions within export.
  • Added delete all, search, and new fields in export list.
  • Added ability to reload the export settings from a previous export.

[v1.0.1] - 2019-02-25

  • Fix to a test issue in the abilities test. Did not impact the TileMill app.

[v1.0.0] - 2019-02-23

Tilemill has now been updated from the great work of TileOven, which was merged back into this project. The current goal is to update TileMill's dependencies to current versions and bring back GUI apps for each platform using Electron.

Implemented enhancements:

  • Update all references that point to Mapbox #2665
  • Update tilelive-mapnik to latest version #2660
  • Update semver version to latest. #2658
  • Update as many easy dependent module versions as possible #2653
  • Update semver, JSV, backbone dependency versions #2651
  • Upgrade Carto to newer version #2649
  • Hardcode dependency versions in package.json #2639
  • Update Mapnik to use v3.7.2? #2636

Fixed bugs:

  • Fix security vulnerabilities #2647
  • Update Mocha Tests #2644

Merged pull requests:

[v0.11.0-deprecated] - 2019-01-20

Changes from TileOven were pulled on Jan 20, 2019. Changes pulled from Tileoven, since original fork from Tilemill

Features

  • Forked millstone, tilelive, node-srs dependencies, Node 8 now supported
  • Support for Node 8, thanks to patches and updated dependencies of @paulovieira
  • Added layer selection to map panel for fast comparisons with OSM and to save render time for low zoom levels
  • Added search field to layer panel
  • Added search field to styles panel
  • Added cloning of layers to layer panel
  • Layer actions only shown on hover, ideal for long layer names and reduces visual noise
  • Increased size of layer panel
  • Updated carto and node-mapnik dependencies, new CartoCSS commands available
  • Remember last selected folder in new layer dialog
  • Better compatibility with kosmtik, TileMill mml project files should work out of the box with kosmtik (https://github.com/kosmtik)

Bugfixes

  • Removed topcube and other obsolete dependencies
  • Removed windowed mode, only server mode is supported
  • Fixed Tab indentation in editor window
  • Fixed "Close" button bugs in Google Chrome (https://github.com/mapbox/tilemill/issues/2534)
  • Fixed mbtiles preview map
  • Removed Mapbox integration
  • Fixed CartoCSS variable auto completion
  • Fixed creation of job file in export if it doesn't exist
  • Fixed multiple output of CartoCSS errors to update to latest version