303 Commits

Author SHA1 Message Date
Xiaoji Chen
e73cceea5f Add/remove event handlers based on user setting (#308)
- Disable recognizers in `EventManager.off` if no more handlers are attached
- Let `MapControls` manage its own events by passing in the `EventManager` instance
- Use a new MapControls instance per map
2017-07-10 12:52:28 -07:00
Ib Green
4c0504a841 Bump version to beta.1. Update CHANGELOG and package.json (#305) 2017-07-03 20:26:22 -07:00
Ib Green
cbb242496a Polish docs (#302) 2017-07-03 19:20:52 -07:00
Xiaoji Chen
9fc4ff91cf Add links to other libraries (#300) 2017-06-29 17:05:20 -07:00
Anh Mai
11b53736ff move babel configs from package.json to webpack config to fix doc build issues (#298) 2017-06-29 12:31:52 -07:00
Anh Mai
e623232f25
3.0.0-alpha.15 2017-06-28 16:24:47 -07:00
Anh Mai
dc2d3eb1af documentation polish (#295) 2017-06-28 16:17:35 -07:00
Xiaoji Chen
dd5baee74e Website and examples polish (#294)
- Add geojson example
- Add introduction, credit and link to source to all examples
- CSS bug fixes
- Remove unused website components
- Header image
2017-06-27 22:31:33 -07:00
Xiaoji Chen
5e65c18ee5 fix breakage on node (#292) 2017-06-27 18:15:34 -07:00
Anh Mai
f6e75c71e3 documentation update; standalone examples in main example and inside doc pages (#290) 2017-06-27 12:27:20 -07:00
Xiaoji Chen
96e81ac1d7 update event manager (#283) 2017-06-27 10:31:01 -07:00
Anh Mai
4fafe598ca
3.0.0-alpha.14 2017-06-23 02:08:48 -07:00
Anh Mai
ea22992e1d Update to mapbox-gl-js v0.38.0 & fix examples (#285) 2017-06-23 00:59:32 -07:00
Lukwago Allan
6c72167769 fix(example): remove unused variables in exhibit-webpack (#287) 2017-06-21 14:11:19 -07:00
Ib Green
6dbabb0980 Update package.json in main example 2017-06-18 15:22:36 -07:00
Anh Mai
80c3162401 render main examples inside documentation (#281) 2017-06-15 20:19:12 -07:00
Xiaoji Chen
5749573db9 Update overlays code and documentation (#282) 2017-06-15 18:05:49 -07:00
Xiaoji Chen
9492b6cbe8 Remove fitBounds util (#278) 2017-06-14 10:23:03 -07:00
Xiaoji Chen
799bc3f873 Update examples (#276) 2017-06-13 13:50:53 -07:00
Xiaoji Chen
a61689bbe8 Fix compass arrow in navigation control (#277) 2017-06-13 13:46:03 -07:00
Anh Mai
63bdc5f87f Update main examples to work with new react-map-gl; remove some old examples (#275) 2017-06-13 11:55:29 -07:00
Anh Mai
5956ce4e4e
3.0.0-alpha.13 2017-06-09 22:53:06 -07:00
John Deerhake
8d03ba7c48 Change pan event listener to move specific panmove (#272) 2017-06-09 10:57:19 -07:00
Xiaoji Chen
850559d2fe Add new examples (#270) 2017-06-07 15:25:55 -07:00
Patrick Ranspach
ad7069446e Add onLoad callback to static map props and componentDidMount (#269) 2017-06-07 14:17:37 -07:00
Anique
782254dd35 Update marker.md (#271) 2017-06-07 00:39:56 -07:00
Ib Green
0a0255054b Frontpage polish (#266)
* Frontpage polish
2017-06-02 14:51:50 -07:00
Ib Green
cae1ae4018 Some documentation polish (#265) 2017-06-02 14:33:45 -07:00
Xiaoji Chen
e6e85886d7 3.0.0-alpha.12 2017-06-02 14:00:21 -07:00
Patrick Ranspach
bff9383567 Clarifying webpack 2 example location in README.md (#264) 2017-06-02 11:46:06 -07:00
Ib Green
5076429584 Documentation pass, polish exports, move non-essential overlays to examples (#263) 2017-06-02 07:26:48 -07:00
Anh Mai
7f157a6120 [v3-documentation] add get started, whats new, upgrade guide; update components and utils docs (#261) 2017-05-30 19:56:23 -07:00
Anh Mai
ba811d5842 bump mapbox-gl to 0.37.0; remove postinstall.js and postinstall script (#260) 2017-05-30 16:20:50 -07:00
Xiaoji Chen
9e93217280 Fix flickering bug when drag over popups (#258) 2017-05-26 23:51:40 -07:00
Anh Mai
ec326d34d3 [deprecate-start] onChangeViewport is now onViewportChange; add depWarn util (#259) 2017-05-26 22:57:46 -07:00
Anh Mai
34bc71dea6 copy and serve documentation markdown from ./docs folder (#255) 2017-05-25 23:51:44 -07:00
Xiaoji Chen
9e0b9d760d Add fitBounds util (#256) 2017-05-25 22:13:01 -07:00
Xiaoji Chen
b3bfa1f38f 3.0.0-alpha.11 2017-05-25 11:03:30 -07:00
Anh Mai
c9cff2103d [WIP] port of docs from deck.gl codebase (#248)
* [WIP] port of docs from deck.gl codebase
* delete data; workers; edit README
* remove extraneous images and refactor pages flow
2017-05-25 00:29:28 -07:00
Xiaoji Chen
148cabe705 Fix EventManager import under node (#252) 2017-05-24 15:52:01 -07:00
Xiaoji Chen
f527c35ee2 Api Audit (#251) 2017-05-24 15:27:37 -07:00
Xiaoji Chen
15f51ea983 merge EventManager (#250) 2017-05-23 13:37:03 -07:00
Ib Green
5d43a4a9d9 Initial component docs (#249) 2017-05-23 00:29:15 -07:00
Xiaoji Chen
2eccb0328a MapControls Refactor (#245) 2017-05-20 17:37:17 -07:00
Xiaoji Chen
4a6164daa0 New EventManager (#244)
* use hammerjs as event manager

* support touch in main example
2017-05-17 14:57:16 -07:00
George Jose
56322a35f8 Fix webpack examples link (#239) 2017-05-13 22:03:44 -07:00
Ib Green
5b6443c9b7 Fix broken exhibits (#231) 2017-05-05 21:56:27 -07:00
Xiaoji Chen
12148f9fee 3.0.0-alpha.10 2017-05-05 15:58:04 -07:00
Xiaoji Chen
a7d5e67d59 Clean up map props (#229) 2017-05-05 15:55:17 -07:00
Xiaoji Chen
0a7bd44334 3.0.0-alpha.9 2017-05-05 12:21:03 -07:00