Victor
052eadf322
Merge pull request #54 from mdamien/patch-1
...
Add require example directly in readme
2016-02-26 10:59:55 -08:00
Damien
faeacb6c76
Add require example directly in readme
...
makes the copy paste easier
2016-02-25 15:23:45 +01:00
Victor
e5d8a379ec
Merge pull request #53 from lafin/master
...
updated deps
2016-02-22 11:57:23 -08:00
Kuvakin Sergey
1219f20227
updated deps
2016-02-20 00:53:49 +03:00
Denis
3dd4a011a8
Minor spelling mistake of Longitude
2016-02-18 17:25:08 -05:00
Andy Moreland
a1e28ad509
Fix bug in batched source/layer updates
...
_setDiffStyle called map.batch but didn't use the "style_batch" argument
that it receives in order to batch updates to layers and sources. This
caused one "_broadcastLayers" call in mapbox-gl per changed source or layer,
which is very slow in some cases.
2016-02-04 15:27:22 -08:00
Victor Powell
a16eed936e
0.6.4
v0.6.4
2016-01-26 14:16:36 -08:00
Anh Mai
3ec7c00c09
Merge pull request #47 from uber/prevent-diffing-option
...
Add an option to opt out of style diffing. Add a style diffing example.
2016-01-26 14:14:22 -08:00
Victor Powell
e63b9552b7
Add an option to opt out of style diffing. Add a style diffing example.
2016-01-26 14:08:18 -08:00
Victor Powell
8daca41d89
0.6.3
2016-01-18 14:31:23 -08:00
Victor
531372b896
Merge pull request #44 from mattdesl/fix-budo-example
...
Update budo to latest version and get example working again
2016-01-18 14:31:04 -08:00
mattdesl
cea35f4a85
remove bistre since budo pretty-prints by default now
2016-01-18 16:26:41 -05:00
mattdesl
8c4be739a7
update budo to latest version and get example working again
2016-01-18 16:24:19 -05:00
Victor
a3e5fd309e
Merge pull request #43 from uber/bump-mapbox-gl
...
bump mapbox-gl to 0.12.2
2016-01-07 15:04:38 -08:00
Aleksey Smolenchuk
408cfb2349
bump mapbox-gl to 0.12.2
2016-01-07 14:46:20 -08:00
Victor Powell
20694647a9
Update the readme to reference the gh-pages docs.
2016-01-06 01:53:15 -08:00
Victor Powell
b0c3eda855
0.6.2
v0.6.2
2016-01-05 22:07:15 -08:00
Victor Powell
3616b42e6b
Fix a bug preventing DraggablePointsOverlay from properly positioning itself
...
when the Map is not interactive.
2016-01-05 21:54:33 -08:00
Victor Powell
9fd6416f8d
Upgrade uber-standard and use typical .editorconfig file.
2016-01-04 16:18:53 -08:00
Victor Powell
599de29d9d
0.6.1
v0.6.1
2015-12-17 11:24:59 -08:00
Anh Mai
f9267087f0
Merge pull request #40 from uber/preserve-buffer
...
Expose `preserveDrawingBuffer`
2015-12-17 11:22:00 -08:00
Victor Powell
7ebb48e37e
Expose the preserveDrawingBuffer configuration passed to the created mapbox
...
as a MapGL prop.
2015-12-17 11:18:55 -08:00
Anh Mai
b15fce08b1
Merge pull request #39 from uber/remove-unused-prop
...
remove unused overlays prop
2015-12-17 11:04:45 -08:00
Victor Powell
3f465bcd6c
remove unused overlays prop
2015-12-17 11:03:47 -08:00
Victor
5bfedd98d2
Merge pull request #33 from wwwtyro/feature/remove-map-resize-debounce
...
remove the debounce on MapGL._resizeMap
2015-12-13 14:15:40 -08:00
Rye Terrell
118326c48a
remove debounce dependency
2015-12-13 16:08:31 -06:00
Rye Terrell
2455bdc52a
remove the debounce on MapGL._resizeMap
2015-12-13 16:00:22 -06:00
Victor
f68ba5fdf7
Merge pull request #32 from vinkla/patch-1
...
Only include the src directory
2015-12-13 11:51:04 -08:00
Vincent Klaiber
89cd56c832
Only include the src directory
...
As discussed in #15
2015-12-13 20:49:03 +01:00
Victor
8226537461
Merge pull request #15 from vinkla/images
...
Move images from repository
2015-12-13 11:43:20 -08:00
Victor
cb0f93aaf0
Fix a typo in README
2015-12-03 22:50:11 -08:00
Victor Powell
035e9dc1fd
0.6.0
v0.6.0
2015-12-02 01:24:19 -08:00
Victor Powell
ede05bd995
Add detail to onChangeViewport in example.
2015-12-02 01:23:34 -08:00
Victor Powell
d9e6b6fa4a
Mention support for React 0.14.x in CHANGELOG
2015-12-02 01:19:12 -08:00
Victor Powell
56fd78cf65
Merge CHANGELOG into README.
2015-12-02 01:16:59 -08:00
Victor Powell
a1fe3915e9
Merge branch '0.6'
2015-12-02 01:14:36 -08:00
Victor Powell
f425538132
Merge branch '0.6' into react-14
2015-12-02 01:04:04 -08:00
Victor Powell
e3cc870950
Fix typo with JSX spread operator in README and CHANGELOG
2015-12-02 00:44:42 -08:00
Victor Powell
fe329bc23a
Update the overlay API to conform to
...
https://gist.github.com/vicapow/00017553e92f613d5361
2015-12-02 00:39:07 -08:00
Victor
14845852e7
Merge pull request #30 from jackiewung/master
...
Change builtin to built-in
2015-11-28 11:41:30 -08:00
Jackie Wung
51712b4616
[fix] grammatical error
2015-11-28 03:37:11 -08:00
Victor Powell
f7741b0b07
Update the overlay API to use a callback and update required props in overlays.
2015-11-25 17:53:11 -08:00
Victor Powell
aadd76b2d0
Remove unused props.
2015-11-25 16:22:53 -08:00
Victor Powell
c349a06c63
Remove bbox viewport prop.
2015-11-25 16:14:43 -08:00
Victor Powell
2509903781
Rename startDragLatLng to startDragLngLat.
2015-11-25 16:08:55 -08:00
Victor Powell
4599eb08f8
Use lngLat instead of latLng.
2015-11-24 21:13:24 -08:00
Victor Powell
3021cd697d
Remove react-dom as a peerDependency
2015-11-24 14:17:40 -08:00
Victor Powell
1f1b5ddac5
Merge branch 'master' into react-14
2015-11-24 13:37:12 -08:00
Victor
33ba0a8657
Merge pull request #27 from AstroDigital/react-14
...
Remove ReactDOM.findDOMNode calls from src
2015-11-24 13:18:33 -08:00
Drew Bollinger
b34db73f70
Remove findDOMNode calls in overlays
2015-11-24 16:03:25 -05:00