If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is a small patch release including a couple of bugfixes, importantly to the hydration of static text nodes on nightly
.
What's Changed
- Update elements.rs to include
popovertarget
andpopovertargetaction
for the<button>
element by @Figments in #3379 - fix(ci): missing glib in ci by @sabify in #3376
- docs: showcase let syntax in for_loop by @purung in #3383
- Add
From<ArcStore<T>>
forStore<T, S>
by @mscofield0 in #3389 - fix: correct span for
let:
syntax (closes #3387) by @gbj in #3391 - fix(ci): add missing glib for semver checks by @sabify in #3393
- fix: correct hydration position for static text nodes in
nightly
(closes #3395) by @gbj in #3396
New Contributors
Full Changelog: v0.7.1...v0.7.2