You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.