v0.7.2

leptos-rs/leptosv0.7.2Dec 21, 2024by gbj

AI Summary

A small patch release fixing hydration of static text nodes on nightly and adding `From` implementations.

Key Highlights

  • Fixed hydration position for static text nodes on nightly
  • Added `From<ArcStore<T>>` for `Store<T, S>`
  • Added `popovertarget` and `popovertargetaction` attributes for `<button>`

New Features

  • `From<ArcStore<T>>` for `Store<T, S>`
  • HTML attributes `popovertarget` and `popovertargetaction`

Full Release Notes

**If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes [here](https://github.com/leptos-rs/leptos/releases/tag/v0.7.0).**

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` and `popovertargetaction` for the `<button>` element by @Figments in https://github.com/leptos-rs/leptos/pull/3379
* fix(ci): missing glib in ci by @sabify in https://github.com/leptos-rs/leptos/pull/3376
* docs: showcase let syntax in for_loop by @purung in https://github.com/leptos-rs/leptos/pull/3383
* Add `From<ArcStore<T>>` for `Store<T, S>` by @mscofield0 in https://github.com/leptos-rs/leptos/pull/3389
* fix: correct span for `let:` syntax (closes #3387) by @gbj in https://github.com/leptos-rs/leptos/pull/3391
* fix(ci): add missing glib for semver checks by @sabify in https://github.com/leptos-rs/leptos/pull/3393
* fix: correct hydration position for static text nodes in `nightly` (closes #3395) by @gbj in https://github.com/leptos-rs/leptos/pull/3396

## New Contributors
* @Figments made their first contribution in https://github.com/leptos-rs/leptos/pull/3379

**Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.7.1...v0.7.2