Release 9.4.0
9.4.0 (2022-09-23)
Features
- 
pat forward: Do not steal the click event. (7755aa8)When a pat-forward element is clicked, allow to propagate the click event so that other handlers can also react. 
 Fixes: #1063
- 
pat tooltip: Keep the title attribute for source ajax and content. (fa6bff7)The tooltip element's title attribute is only stripped if the source is set to title (the default) and kept otherwise. 
 Fixes: #945
Bug Fixes
- 
pat inject: Update the URL earlier (a02488d)Update the history/URL after the injection has been done and before post 
 processing - e.g. scanning for new patterns - is happening.
 Other patterns like pat-navigation are depending on an updated URL state.
- 
pat navigation: Fix selector for checking existing current classes. (3091a29)