summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* [core] fix missing icon collision boxesAnsis Brammanis2016-01-221-1/+1
| | | | port https://github.com/mapbox/mapbox-gl-js/pull/1981
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-221-1/+1
| | | | | | | fixes #3140 This also fixes a bug where placement could be redone with a stale PlacementConfig after the tile first finishes loading.
* node-v3.0.0node-v3.0.0Mike Morris2016-01-211-1/+4
|
* [core] improve text-max-angle checkAnsis Brammanis2016-01-201-1/+1
| | | | | | | | | Instead of using the absolute value of the sum of angles, use the sum of the absolute values of angles. This helps avoid labels on lines with sharp zig zags. for example, the "Central Campus Mall" label in issue #2998
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-201-1/+1
| | | | | | | ref #3582 if `symbol-avoid-edges` is true, this prevents symbols from colliding with tile edges.
* node-v2.2.2node-v2.2.2Mike Morris2016-01-191-1/+1
|
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-131-1/+1
| | | | | fix #3489 fix #2648
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-131-1/+1
|
* [core] match icon rendering with -jsAnsis Brammanis2016-01-131-1/+1
| | | | port https://github.com/mapbox/mapbox-gl-js/pull/1919/files
* [core] seamless fill-patternkelvinabrokwa2016-01-121-1/+1
| | | | | | seamless across dateline upgrade test-suite version
* [core] fix text-offset bugkelvinabrokwa2016-01-071-1/+1
| | | | fixes #3469
* [node] bump version to v2.2.1node-v2.2.1bsudekum2016-01-071-1/+1
|
* add test for text clipping at tile edgesAnsis Brammanis2016-01-061-1/+1
| | | | ref #2829
* [core] Fix background-pattern originJohn Firebaugh2015-12-181-1/+1
| | | | | Regressed in 6e41664cb033ee5edf6ae5ac66ed518d9f0d1f89. This restores it to the same behavior as gl-js, backed by test-suite tests.
* node-v2.2.0node-v2.2.0Mike Morris2015-12-161-1/+1
|
* [core] Don't use glClear optimization for layers that aren't the bottommostJohn Firebaugh2015-12-141-1/+1
| | | | Fixes #3292
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-111-1/+1
|
* [test] Update test suiteJohn Firebaugh2015-12-091-1/+1
|
* node-v2.1.0node-v2.1.0Mike Morris2015-12-081-3/+3
|
* [core] Reverse direction of line-offsetKonstantin Käfer2015-12-081-1/+1
|
* Update test suiteJohn Firebaugh2015-12-031-1/+1
|
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-031-1/+1
|
* [tests] Update test-suiteJohn Firebaugh2015-12-011-1/+1
|
* [node] simpler PACKAGE_JSON_VERSIONMike Morris2015-12-011-1/+0
|
* node-v2.0.1node-v2.0.1Mike Morris2015-11-251-1/+1
|
* [node] update package.json depsnode-v2.0.0Mike Morris2015-11-241-6/+6
|
* node-v2.0.0-pre.16node-v2.0.0-pre.16Mike Morris2015-11-231-1/+1
|
* [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-051-0/+1
| | | | | Adds node-gyp to dev-dependencies to support 'make xnode' on Node v0.10.x Ignores -Wnested-anon-types around v8.h includes.
* [node] autopublish node-pre-gyp binaryMike Morris2015-11-051-0/+1
| | | | If $TRAVIS_TAG matches with node-v${PACKAGE_JSON_VERSION}.
* [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-041-1/+1
| | | | For consistency with GeoJSON and mapbox-gl-js
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-041-1/+1
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* Update version and changelognode-v2.0.0-pre.11bsudekum2015-11-021-1/+1
|
* [node] add pitch optionbsudekum2015-11-021-1/+1
|
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-1/+1
|
* [core] Use pixelmatch test-suiteVladimir Agafonkin2015-10-161-1/+1
|
* [node] bump package.json version to pre10bsudekum2015-10-141-1/+1
|
* [node] update dependenciesMike Morris2015-10-131-5/+5
|
* Update test-suiteJohn Firebaugh2015-10-071-1/+1
|
* [node] add support for Node.js v4.1.x and update changelogMike Morris2015-09-301-1/+1
|
* bump to pre9node-v2.0.0-pre.9bsudekum2015-09-301-1/+1
|
* [skip-ci] [node] bump version to 2.0.0-pre.8bsudekum2015-09-301-1/+1
|
* Bumped to npm version 2.0.0-pre.7node-v2.0.0-pre.7Lucas Wojciechowski2015-09-181-1/+1
|
* [core] Update test-suiteJohn Firebaugh2015-09-161-1/+1
|
* [node] node-v2.0.0-pre.5node-v2.0.0-pre.5Lucas Wojciechowski2015-09-161-1/+1
| | | | [publish binary]
* node-v2.0.0-pre.4 [publish binary]Mike Morris2015-09-101-1/+1
|
* [node] change request semanticsMike Morris2015-09-101-1/+1
| | | | | Passes a second, callback argument to the request implementation instead of needing to call req.respond.
* Use nan with https://github.com/nodejs/nan/pull/443 fixedMike Morris2015-09-091-1/+1
|
* Nan 2.0John Firebaugh2015-09-091-1/+1
|
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-041-4/+2
|
* node-v2.0.0-pre.3 [publish binary]Mike Morris2015-09-021-1/+1
|