Skip to content

v0.6.3

Choose a tag to compare

@dream-encode dream-encode released this 02 Sep 20:10
· 17 commits to main since this release

Changelog

  • BUG: Settings - A link to a settings section that is gated behind another setting always landed on the first section instead. useActiveSection read the URL hash once, as the page mounted, which is before /wp/v2/settings has answered and therefore before any conditional section exists to match against, so the requested key looked unknown and was discarded. The requested key is now held and adopted the moment its section appears. It is dropped as soon as the reader picks a section themselves, so a section arriving late can never pull them away from what they are already reading.

Full Changelog: v0.6.2...v0.6.3