Skip to content

Release 7.5.0

Compare
Choose a tag to compare
@thet thet released this 01 Apr 12:16
· 1060 commits to master since this release

7.5.0 (2022-04-01)

Features

  • pat tooltip: Expose get_content API method and allow to reload the tooltip's content. (16ba9c1)

Bug Fixes

  • pat inject tests: Fix one failing test in GH actions, where document is null. (0f8d4aa)

Maintenance

  • Build: Upgrade dependencies. (21b911f)

  • pat inject: Minor code improvements. (8f507ab)

  • pat inject tests: Restore all mocks. (82cc049)

  • pat tooltip: Remove ajax_state. With async/await based loading we do not need to set the ajax_state to avoid multiple ajax calls. (b5deb4b)

  • pat tooltip tests: Add numbers to test cases so that they can be esier run selectively by filtering. (72611af)

  • pat tooltip tests: Restore all mocks completly after each test run. (8edba74)