0.34.1
This is a maintenance release, including documentation improvements.
Thanks to all the contributors of this release 🌈: @csouchet and @tbouffard
See milestone 0.34.1 to get the list of issues covered by this release.
Highlights
Examples improvements
The examples have been updated to demonstrate the improvements provided with version 0.34.0
.
ℹ️ For more details about all changes, see the examples 0.34.0 release notes.
The Monitoring demo now uses the Update Style
API instead of the CSS
API to have a consistent stroke width even when zooming.
Want to give a try to the updated demo? Have a look at the ⏩ live environment.
The projects have been reworked and they all demonstrate how to use the Overlays
, CSS
and Update Style
API. The following screenshot shows the rendering with the example application 👇🏿
The examples running in Live IDE have been updated as well to let play with all API, in particular the Update Style
API 👇🏿.
Have a look at the ⏩ live environment.
What's Changed
Full Changelog: v0.34.0...v0.34.1
📝 Documentation
- docs: improve the README (examples + firefox logo) (#2670) @tbouffard
- docs(release): add tips for referencing the
examples
repository (#2669) @tbouffard
👻 Maintenance
- refactor: transform overlay types from interface to type (#2675) @csouchet
- refactor: avoid using "bind" when calling methods in the css registry (#2668) @tbouffard