341 Commits

Author SHA1 Message Date
Xiaoji Chen
757628f3c8 3.3.1 2018-07-19 16:19:05 -07:00
Xiaoji Chen
692c7b1b93 3.2.9 2018-06-13 16:15:44 -07:00
Xiaoji Chen
8ef8b6a8b2 3.2.8 & update docs 2018-06-04 15:57:30 -07:00
Xiaoji Chen
434e7ddfb2 3.2.2 2018-02-05 16:30:34 -08:00
Xiaoji Chen
7f1a8871d8 Improve docs 2018-01-25 14:19:12 -08:00
Xiaoji Chen
1d00901749 3.2.0 release 2018-01-10 15:08:49 -08:00
Xiaoji Chen
8f5907efc7 update docs 2017-10-20 12:57:24 -07:00
Xiaoji Chen
61b24fe129 3.1.0 2017-10-19 10:45:22 -07:00
Anh Mai
274f068dc8
build docs 2017-08-29 11:42:17 -07:00
Joao Antunes
9fad60e69b Fixed deck.gl link (#352) 2017-08-29 11:29:52 -07:00
Eric Socolofsky
f5aa19d97d Fix getter mock -- should not return ref to manager instance. (#349) 2017-08-09 17:00:50 -07:00
gsf-smclamb
2ece7fb39a Add missing methods to mock manager. (#348) 2017-08-09 14:58:01 -07:00
Xiaoji Chen
03a24f1f42 Fix scale for map affected by a CSS transform (#346) 2017-08-08 18:51:06 -07:00
Xiaoji Chen
c8e2c07885 Fix IE11 (#344)
Add transform-runtime to babel
2017-08-08 07:27:42 -07:00
Dietmar Aumann
b90284fc09 Corrects the env variable used (#342) 2017-08-04 10:55:48 -07:00
Anh Mai
ab49e5c45b [documentation] update docs with changes from main readme (#340) 2017-08-01 17:49:02 -07:00
Balthazar Gronon
478b1cdf6f
docs(readme): slight improvements 2017-08-01 16:29:51 -07:00
Anh Mai
a637a6e358 update main README (#338) 2017-08-01 15:16:09 -07:00
Anh Mai
d99b59048d
add explanation for skipping v3.0.2 to CHANGELOG 2017-08-01 13:34:49 -07:00
Anh Mai
53f5809729
v3.0.3 v3.0.3 2017-08-01 13:28:05 -07:00
Anh Mai
dedd87d0de [3.0-release] fix unbound this in ref callback for canvas-overlay (#337) 2017-08-01 13:08:49 -07:00
Xiaoji Chen
0df9478e7a Add filter example (#334) 2017-07-28 13:57:41 -07:00
Xiaoji Chen
0b13c633b9 3.0.1 2017-07-27 10:38:10 -07:00
Xiaoji Chen
8c558ff4ff Interaction bug fixes (#332)
- Fix pinch zoom
- Fix bug where wheel scrolling is blocked when `onViewportChange` is null
2017-07-27 10:36:11 -07:00
Shaojing Li
79d8901122 v3.0.0 2017-07-26 21:49:22 -07:00
Shaojing Li
b6f59aa440 Update the version of dependencies for all examples 2017-07-26 21:49:16 -07:00
Shaojing Li
e4ddf6ad8b Update website (#330)
* update website
* Change release date
2017-07-26 17:37:14 -07:00
Xiaoji Chen
84708aaf1b Fix mobile interaction for website examples (#329) 2017-07-26 13:36:32 -07:00
Xiaoji Chen
24e7e36688 Website color theme (#301) 2017-07-25 14:04:45 -07:00
Xiaoji Chen
b2ce2dfc45 use ref callback properly (#319) 2017-07-25 13:58:25 -07:00
Nima Boscarino
a696a50ba8 Fix Coordinates for Marker example (#315)
Switch around the Latitude and Longitude values in the example (for ReactMapGL and Marker). The current values are not a proper LatLng pair, and PerspectiveMercatorViewport.project() returns NaN values.
2017-07-25 12:41:13 -07:00
Alex Yuly
da116cf4df Update NavigationControl component docs (#320) 2017-07-16 15:01:40 -07:00
Xiaoji Chen
9b1281dd13 3.0.0-beta.3 2017-07-12 16:24:08 -07:00
Xiaoji Chen
e5457f3671 Match viewport to Mapbox at low zoom levels (#317) 2017-07-12 16:20:30 -07:00
Xiaoji Chen
df96e4973e remove duplicate offset calculation (#314) 2017-07-11 14:06:37 -07:00
Xiaoji Chen
80da9276c3 3.0.0-beta.2 2017-07-11 11:56:42 -07:00
Xiaoji Chen
86edd8ca7d remove MAPBOX_ACCESS_TOKEN (#311) 2017-07-10 16:56:34 -07:00
Xiaoji Chen
ef7e6fb595 remove ref callback (#310) 2017-07-10 13:11:41 -07:00
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