v0.3.0
What's Changed
New features
- Implement Image APIs by @yukinarit in #22
- Add an example of Leptos by @shimatar0 in #28
Breaking changes
- Pass Rc in Event Listeners by @yukinarit in #20
- Until v0.2
fn on_load(&mut self, map: &Map, _e: event::MapBaseEvent)
- Since v0.3
fn on_load(&mut self, map: Rc<Map>, _e: event::MapBaseEvent)
Build
- Add examples to root workspace by @yukinarit in #23
Documentation
- Add .github/release.yml by @yukinarit in #19
Other changes
- Use Yew 0.20 in examples by @yukinarit in #13
- Refactor set-data example by @yukinarit in #14
- Sycamore basic example by @wa1aric in #16
- Publish to crates.io with Github Actions by @yukinarit in #18
- Bump bumpalo from 3.11.0 to 3.12.0 in /examples/geojson-source by @dependabot in #24
- Bump bumpalo from 3.11.0 to 3.12.0 in /examples/popup by @dependabot in #25
- Bump bumpalo from 3.11.0 to 3.12.0 in /examples/set-data by @dependabot in #26
New Contributors
- @wa1aric made their first contribution in #16
- @dependabot made their first contribution in #24
- @shimatar0 made their first contribution in #28
Full Changelog: v0.2.0...v0.3.0