Skip to content

Release 9.10.1-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@thet thet released this 04 Feb 00:27
· 8 commits to master since this release

9.10.1-beta.2 (2025-02-04)

Bug Fixes

  • pat-checklist: Dispatch input event along change event. (3c298f5)

    pat-depends was not reacting on pat-checklist toggles.
    This is fixed by dispatching an input event just after the change event.

  • pat-inject: Fix error when no title is found. (3718361)

Maintenance

  • pat-inject: Minor code optimization. (6c9ad2d)