Skip to content

Latest commit

 

History

History
199 lines (99 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

199 lines (99 loc) · 7.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.1 (2024-05-22)

4.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • move to es modules, update id-preset-builder (2680b00)

4.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • switch to zip file format instead of tarball (#51)

3.4.1 (2022-05-18)

Bug Fixes

  • include field options in msgs for translation (d72a055)

3.4.0 (2021-11-18)

Features

  • Add timeout CLI flag for icon generation process (#32) (0e4ca2f)

3.3.1 (2021-02-08)

Bug Fixes

  • Parsed protocol includes : (aa18988)

3.3.0 (2020-12-17)

Features

3.2.2 (2020-10-19)

Bug Fixes

  • Fix for projectKey check to work with Node v10 (4da7cd0)

3.2.1 (2020-10-09)

Bug Fixes

  • Make npx mapeo-settings-builder work (039abf1)

3.2.0 (2020-10-09)

Features

  • Add command to generate a project key (c1de72f)

Bug Fixes

  • Validate project key when building config file (f43bd9b)

3.1.1 (2020-09-08)

Bug Fixes

  • add missing apostrophe to message description for translation (b266b70)

3.1.0 (2020-09-08)

Features

  • Add scripts to extract messages and build translations (#14) (c53b971)

Bug Fixes

  • log to stdout so log messages are not in piped output (4385d5f)

3.0.0 (2020-04-17)

⚠ BREAKING CHANGES

  • Update id-settings-builder to use mapeo schema

Features

  • Update id-settings-builder to use mapeo schema (3c597cd)

2.15.0 (2020-04-16)

Features

  • Add support for helperText property on fields (474a0d2)

2.14.0 (2020-03-05)

Features

  • Notify of updates available (68965d6)

2.13.0 (2020-03-05)

Features

  • Run tasks in series for better reporting of time (bb90ad8)

2.12.0 (2020-03-04)

Features

  • Add version number to output (716b9b5)

2.11.1 (2020-03-04)

Bug Fixes

2.11.0 (2020-03-04)

Features

2.10.0 (2020-03-04)

Features

  • 🚀 Speed up sprite generation 40x (6b43363)
  • Save settings name and version to metadata (386da73)

2.9.0 (2019-11-12)

Features

  • Add select_multiple support (4874d0f)

[2.6.0] - 2019-03-15

Added

  • Include version in settings tarball as VERSION file

[2.5.0] - 2019-03-15

Added

  • Export PNG sprites @100px

[2.4.0] - 2017-10-17

Changed

  • Ignore missing icons if the names match a maki icon used by iD Editor.

[2.3.0] - 2016-10-06

Added

  • Include a metadata.json file in settings package that defines the user's dataset preference for synchronization.

[2.2.0] - 2016-10-06

Added

  • Include a layers.json file in settings package that defines layers for vector tiles.

2.1.0 - 2016-10-05

Changed

  • Check icons referenced by presets exist in icons folder, if not throw error
  • Allow presets to have additional properties not defined in the schema

2.0.0 - 2016-08-17

Added

  • Validate schema of imagery.json

Changed

  • Build SVG instead of PNG sprites

1.0.0 - 2016-08-16

Initial release