Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 60c8550

Browse files
committed
Add changelog, pre-version package.json
1 parent 4d27b1b commit 60c8550

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.4.0
2+
3+
* Adds `autocomplete` and `country` options to the `L.mapbox.geocoder`
4+
and `L.mapbox.geocoderControl` interfaces. These let you narrow down searched
5+
countries and enable more precise searches if you have precise input.
6+
* Adds an informative error if you try to use `L.mapbox.tileLayer` with
7+
a new style URL which will tell you to use `L.mapbox.styleLayer` instead.
8+
* Adds a `notfound` event to the `geocoderControl` interface to allow
9+
applications to listen for unsuccessful searches.
10+
* Re-compressed control PNGs for smaller size
11+
* Documentation improvements
12+
113
## v2.3.0
214

315
* Add `L.mapbox.styleLayer` with support for loading tiles from a style.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Mapbox",
33
"name": "mapbox.js",
44
"description": "mapbox javascript api",
5-
"version": "2.3.0",
5+
"version": "2.4.0",
66
"homepage": "http://mapbox.com/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)