@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
Most helpful comment
Released v5.0.0. Please notice that it's in
nexttag onnpm. Install it viaThis version(
5.0.0) will never be taggedlatestonnpmsince there's a major rewrite ongoing for6.0.0. See #318