|
7 | 7 | </properties> |
8 | 8 |
|
9 | 9 | <body> |
10 | | - <release version="4.6.0" date="xxxx, 2024" description="Chrome/Edge 130, Firefox 132, Bugfixes"> |
| 10 | + <release version="4.6.0" date="November 06, 2024" description="Chrome/Edge 130, Firefox 132, Bugfixes"> |
| 11 | + <action type="update" dev="rbri"> |
| 12 | + INCOMPATIBLE CHANGE: HtmlPage.getBody() no longer returns an HtmlFrameSet. |
| 13 | + </action> |
| 14 | + <action type="fix" dev="rbri"> |
| 15 | + disable early cdata closing for xhtml pages |
| 16 | + </action> |
| 17 | + <action type="add" dev="rbri"> |
| 18 | + neko: feature 'http://cyberneko.org/html/features/scanner/cdata-early-closing' to disable early |
| 19 | + closing of cdata sections added |
| 20 | + </action> |
| 21 | + <action type="update" dev="rbri"> |
| 22 | + neko: interface HTMLEventInfo merged into Augmentations |
| 23 | + </action> |
| 24 | + <action type="add" dev="rbri"> |
| 25 | + neko: feature 'http://cyberneko.org/html/features/scanner/allow-selfclosing-script' to allow |
| 26 | + parsing of self closing script tags added |
| 27 | + </action> |
| 28 | + <action type="fix" dev="rbri"> |
| 29 | + neko: wrong default for NamespaceBinder 'http://cyberneko.org/html/properties/names/elems' property |
| 30 | + </action> |
| 31 | + <action type="update" dev="rbri"> |
| 32 | + neko: code improvements for string handling |
| 33 | + </action> |
| 34 | + <action type="update" dev="rbri"> |
| 35 | + Bunch of minor changes to reduce object creation and improve performance during DOM creation. |
| 36 | + </action> |
| 37 | + <action type="fix" dev="rbri"> |
| 38 | + The DOMTree might include cycles in some border cases; fixed. |
| 39 | + </action> |
11 | 40 | <action type="fix" dev="rbri"> |
12 | 41 | No longer use getElementsByTagName() in cases we do not need the live update capabilites of the result. |
13 | 42 | This reduces the internal workload and should make some cases faster. |
|
0 commit comments