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

Commit

Permalink
Add changelog, pre-version package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 30, 2016
1 parent 4d27b1b commit 60c8550
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.4.0

* Adds `autocomplete` and `country` options to the `L.mapbox.geocoder`
and `L.mapbox.geocoderControl` interfaces. These let you narrow down searched
countries and enable more precise searches if you have precise input.
* Adds an informative error if you try to use `L.mapbox.tileLayer` with
a new style URL which will tell you to use `L.mapbox.styleLayer` instead.
* Adds a `notfound` event to the `geocoderControl` interface to allow
applications to listen for unsuccessful searches.
* Re-compressed control PNGs for smaller size
* Documentation improvements

## v2.3.0

* Add `L.mapbox.styleLayer` with support for loading tiles from a style.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Mapbox",
"name": "mapbox.js",
"description": "mapbox javascript api",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "http://mapbox.com/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 60c8550

Please sign in to comment.