495 Commits

Author SHA1 Message Date
Ib Green
5cafff8f30 Fixes to no-token warning (#373) 2017-10-04 12:54:29 -07:00
Xiaoji Chen
d0d2d5abfd fix CHANGELOG 2017-10-03 13:02:26 -07:00
Xiaoji Chen
2a75743cd0 Add babel-runtime as dependency (#375) 2017-10-03 12:42:56 -07:00
Ib Green
82fd7e5da4 No token warning (#370) 2017-09-26 12:22:15 -07:00
Ib Green
3bfb5ae845 Add examples to ocular (#369) 2017-09-24 18:04:42 -07:00
Ib Green
8e77bcad33 New reusable map class integrated with StaticMap React component (#361) 2017-09-24 16:48:52 -07:00
Ib Green
a3a5b9f06a Build website from src, first step towards ocular (#368) 2017-09-24 16:34:07 -07:00
Ib Green
a4b4d12ad9 Break out remaining diff style code from StaticMap (#367) 2017-09-24 16:29:48 -07:00
Ib Green
38b64d9953 Initial ocular docs folder (#365) 2017-09-24 16:28:32 -07:00
Ib Green
62d052946d Remove unrelated licenses from LICENSE (#359)
* Remove non-related licenses from LICENSE

* Fix yarn.lock
2017-09-19 09:07:22 -07:00
Ib Green
25cee36509 Add yarn linting (#360) 2017-09-18 19:32:50 -07:00
Ib Green
f6852ff8be Add link to create-react-app tutorial repo
Thanks to @zjhch123 for putting this together.
2017-09-18 08:31:17 -07:00
Xiaoji Chen
645fec8479 Import EventManager from mjolnir.js (#355) 2017-09-10 17:13:06 -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