React-google-maps: 5.0.0

Created on 30 May 2016  路  8Comments  路  Source: tomchentw/react-google-maps

  • [x] #224
  • [x] #268
  • [x] #269
  • [x] #270
  • [x] #271
  • [x] #274
  • [x] #300
  • [x] #317

Most helpful comment

Released v5.0.0. Please notice that it's in next tag on npm. Install it via

npm install react-google-maps@next
# or
npm install [email protected]

This version(5.0.0) will never be tagged latest on npm since there's a major rewrite ongoing for 6.0.0. See #318

All 8 comments

@tomchentw in this release we should also map a project tree, that way we can be sure no one is going to publish new features in the wrong path or project structure.

Example: https://github.com/tomchentw/react-google-maps/pull/248

I will commit a readme PR on monday with the idea. I will be traveling this weekend.

@cristiandley Got it. A correct project tree is a good idea. Thanks for doing this! 馃憤

@tomchentw can you explain me Remove <GoogleMap> ? Im a bit lost. I want to work on this.

@cristiandley I think @tomchentw means that we remove the old api to load the map. Am I right?

And also this deprecation

@rewop yes, you got it. Thanks for posting these for me. Basically, everything should be under <XXXLoader> in 5.0.0 and <GoogleMap> should be just a component responsible for maps instance.

@cristiandley go ahead, create a ticket and a PR to work on it 馃憤

@wuct @cristiandley @rewop anyone interested in the last task for v5.0.0? It's just

Remove <GoogleMap>

Released v5.0.0. Please notice that it's in next tag on npm. Install it via

npm install react-google-maps@next
# or
npm install [email protected]

This version(5.0.0) will never be tagged latest on npm since there's a major rewrite ongoing for 6.0.0. See #318

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ShintaroNippon picture ShintaroNippon  路  3Comments

madbean picture madbean  路  3Comments

manoj150283 picture manoj150283  路  3Comments

johnantoni picture johnantoni  路  3Comments

craigcartmell picture craigcartmell  路  4Comments