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
Copy file name to clipboardExpand all lines: CHANGES.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@
55
55
- pat tabs: When clicking on the ``extra-tabs`` element, toggle between ``open`` and ``closed`` classes to allow opening/closing an extra-tabs menu via CSS.
56
56
- pat autofocus: Do not autofocus in iframes. Fixes: #761.
57
57
- pat inject: Allow configurable error pages. Can be disabled by adding ``pat-inject-errorhandler.off`` to the URL's query string.
58
+
- core utils: Add ``jqToNode`` to return a DOM node if a jQuery node was passed.
59
+
- pat inject: Rebase URLs in pattern configuration attributes. This avoids URLs in pattern configuration to point to unreachable paths in the context where the result is injected into.
58
60
59
61
### Technical
60
62
@@ -82,7 +84,8 @@
82
84
Configure ``style_loader`` to insert CSS at the TOP of the html ``<head>``
83
85
Provide a webpack-helpers module with a ``top_head_insert`` function which can be reused in depending projects.
84
86
- Build infra: Switch the CI system to GitHub Actions and drop Travis CI.
85
-
87
+
- core base: Add the parser instance to pattern attributes if available.
88
+
We can then reuse the parser from registered patterns. This is used in the ``_rebaseHTML`` method of pat-inject to URL-rebase the pattern configuration.
0 commit comments