Skip to content

Release 9.9.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thet thet released this 11 May 11:32
· 302 commits to master since this release

9.9.0-beta.0 (2023-05-11)

Bug Fixes

  • pat calendar: Do not set a Content-Type header when no body is submitted (89d34c1)

    Closes #1156
    closes #1156

  • pat navigation: Fix current marker anchors with child elements. (8578b1b)

    The links within a pat-navigation structure might have child elements,
    e.g. a span within an anchor. In that case the click target is the span
    and not the anchor. Apply a fix where a closest anchor of the click
    target is searched, which might be the click target itself.

Maintenance