Improved pausing functionalities
Pause all messages or only the hovered message
Watch out! To get the hover functionalities to work you need primeng 4.2.1 or bigger. After installing this version make sure to return npm install.
Improvements
- If you hover over a message and the freezeMessagesOnHover flag is set to true all messages will be freezed. When your mouse leaves the messages they will disappear after the specified lifetime. Whereas in the previous version all messages disappeared at the same time, the messages will now dissapear after the the remaining time since their creation.
New feature
- With the flag pauseOnlyHoveredMessage you have the possibility to pause only the hovered message. Fore more informations read the Inputs chapter of the README.