A complete rebuild of this library to use React Hooks internally (and in the near future expose some hooks), add features, fix bugs, and the initial version of the documentation.
Fixes issues with context API when map instance was not already defined.
- #8 fix: conditionally show children. (@ordazsgustavo)
Add drag events feature support for Marker component.
- #3 Feat/marker drag event. (@ordazsgustavo)
This release is considered a breaking change due to changes in the way the map
internal container sets it's size. Previously it was set to 100vh
so it would
allways take the full window height, now it is set to 100%
so it adapts to the
container size set by the user.
- #1 Change vh to percent. (@ordazsgustavo)
- #2 Remove Lodash dependency. (@ordazsgustavo)
Project release.