v0.5.0
What's Changed
Breaking changes
- Style as string or struct by @wayeast in #66
MapOptions::style
is renamed toMapOptions::style_ref
.MapOptions::style
takes an object of Mapbox Style spec. See the above PR for more information.
New features
- Add partial support of flyTo and jumpTo by @yukinarit in #61
Refactoring
Example
Other changes
- Fix typo in README.md by @gregoryraymond in #58
- Do not use anyhow::Error inside lib crate by @yukinarit in #59
- Build and check examples in CI by @yukinarit in #60
- Update the leptos example by @RmStorm in #63
- Update categories by @yukinarit in #68
New Contributors
- @gregoryraymond made their first contribution in #58
- @RmStorm made their first contribution in #63
- @wayeast made their first contribution in #66
Full Changelog: v0.4.1...v0.5.0