Skip to content

Releases: mapbox/vtcomposite

v2.3.1

Choose a tag to compare

@dylannguyen11195 dylannguyen11195 released this 24 Oct 12:14
b704a0c

Handle missing language property

v2.3.0

Choose a tag to compare

@attilakiss84 attilakiss84 released this 15 Oct 12:38
550ea18

Added the worldview keyword 'ALL' to return all the non-hidden worldviews for the given feature

v2.1.0

Choose a tag to compare

@lily-chai lily-chai released this 09 Feb 05:48
fbf2bd6
Merge pull request #133 from mapbox/local-language

"local" Language Code

v2.0.2

Choose a tag to compare

@mapsam mapsam released this 02 Feb 21:07
63afb63
v2.0.2

v2.0.0

Choose a tag to compare

@lily-chai lily-chai released this 27 Oct 18:05
d01d84d

BREAKING Redesign vtcomposite.localize function.

v1.1.0

Choose a tag to compare

@branyip branyip released this 08 Aug 15:06
750fbd5

Added logic for translation of the class feature property

v1.0.0

Choose a tag to compare

@mapsam mapsam released this 15 Jul 19:07
0ea5136

BREAKING Module now returns an object with two functions #127

const { composite, localize } = require('@mapbox/vtcomposite');
  • Adds a new function localize which finds and removes unused translations and worldviews from features.
  • Update mvt-fixtures@3.9.0
  • Update tape@4.15.1
  • Move tutorial from README.md into TUTORIAL.md
  • Move benchmarking from README.md into CONTRIBUTING.md

v0.6.0

Choose a tag to compare

@mapsam mapsam released this 10 Jan 20:44
872d47d
v0.6.0

v0.5.0

Choose a tag to compare

@mapsam mapsam released this 09 Jul 12:21
13f697a
v0.5.0

v0.1.1

Choose a tag to compare

@millzpaugh millzpaugh released this 14 Aug 17:55

Dynamically tags versions of vector tiles instead of always assigning V2. See this PR.