Skip to content

v4.17.0

Compare
Choose a tag to compare
@datenreisender datenreisender released this 26 Jan 07:28
f86c02d

Added

  • Currently active pane: Selector currentPane to query it and action creator setCurrentPane to change it.

Fix

  • When clicking on URLs in log entries the web site was not opened on macOS.

Changed

  • Add links to product page and distributors for the PPK2.
  • Check stricter order of the imports during linting.

Steps to upgrade when using this package

  • The stricter check for order of the imports while linting will probably make your linting fail after upgrading. So it is recommended to run npm run lint -- --fix once after updating, checking all the changes (most will be ok but there are very seldom cases where order is important like in test/setupTests.js in this project) and then commit all these small order changes.