|
8 | 8 |
|
9 | 9 | <body> |
10 | 10 | <release version="4.13.0" date="June xx, 2025" description="Chrome/Edge 136, Firefox 138, Bugfixes"> |
11 | | - <action type="add" dev="rbri"> |
| 11 | + <action type="update" dev="RhinoTeam"> |
| 12 | + core-js: Adjust order of evaluation of function arguments to match the spec. |
| 13 | + </action> |
| 14 | + <action type="update" dev="RhinoTeam"> |
| 15 | + core-js: Major tidy up of 'NativeTypedArrayView' to better match spec. |
| 16 | + </action> |
| 17 | + <action type="update" dev="RhinoTeam"> |
| 18 | + core-js: Refactor functions to be lambdas rather than IdScriptableObject's. |
| 19 | + </action> |
| 20 | + <action type="fix" dev="rbri"> |
| 21 | + The prototype for HTMLAllCollectionis no longer the HTMLCollection, it is now object. |
| 22 | + </action> |
| 23 | + <action type="update" dev="rbri"> |
| 24 | + HTMLTableCellElement now supports the 'align', 'ch', 'chOff', 'headers', 'height', 'noWrap', |
| 25 | + 'rowSpan', 'scope', 'vAlign', 'width' properties. |
| 26 | + </action> |
| 27 | + <action type="update" dev="rbri"> |
| 28 | + HTMLTableColElement now supports the 'align', 'ch', 'chOff', and 'vAlign' properties. |
| 29 | + </action> |
| 30 | + <action type="fix" dev="rbri"> |
| 31 | + Internal javascript class HTMLTableComponent removed. The prototype for HTMLTableCellElement, |
| 32 | + HTMLTableColElement, and HTMLTableRowElement is now the correct HTMLElement. |
| 33 | + </action> |
| 34 | + <action type="update" dev="rbri"> |
| 35 | + HTMLTableSectionElement now supports the deleteRow() and insertRow() functions. |
| 36 | + </action> |
| 37 | + <action type="update" dev="rbri"> |
| 38 | + HTMLTableSectionElement now supports the 'align' and 'rows' properties. |
| 39 | + </action> |
| 40 | + <action type="update" dev="rbri"> |
| 41 | + HTMLTableElement now supports the deleteRow() and insertRow() functions. |
| 42 | + </action> |
| 43 | + <action type="update" dev="rbri"> |
| 44 | + HTMLTableElement now supports the 'align' and 'rows' properties. |
| 45 | + </action> |
| 46 | + <action type="fix" dev="rbri"> |
| 47 | + Internal javascript class RowContainer removed. The prototype for HTMLTableElement, and |
| 48 | + HTMLTableSectionElement is now the correct HTMLElement. |
| 49 | + </action> |
| 50 | + <action type="update" dev="rbri"> |
| 51 | + HTMLUListElement now supports the 'compact' property. |
| 52 | + </action> |
| 53 | + <action type="update" dev="rbri"> |
| 54 | + HTMLOListElement now supports the 'compact' property. |
| 55 | + </action> |
| 56 | + <action type="update" dev="rbri"> |
| 57 | + HTMLMenuElement now supports the 'compact' property. |
| 58 | + </action> |
| 59 | + <action type="update" dev="rbri"> |
| 60 | + HTMLLIElement now supports the 'type' property. |
| 61 | + </action> |
| 62 | + <action type="update" dev="rbri"> |
| 63 | + HTMLDListElement now supports the 'compact' property. |
| 64 | + </action> |
| 65 | + <action type="update" dev="rbri"> |
| 66 | + HTMLDListElement now supports the 'compact' property. |
| 67 | + </action> |
| 68 | + <action type="fix" dev="rbri"> |
| 69 | + Internal javascript class HTMLListElement removed. The prototype for HTMLDListElement, |
| 70 | + HTMLDirectoryElement, HTMLLIElement, HTMLMenuElement, HTMLOListElement, and HTMLUListElement |
| 71 | + is now the correct HTMLElement. |
| 72 | + </action> |
| 73 | + <action type="fix" dev="rbri"> |
| 74 | + Internal javascript class HTMLListElement removed. The prototype for HTMLDListElement, |
| 75 | + HTMLDirectoryElement, HTMLLIElement, HTMLMenuElement, HTMLOListElement, andHTMLUListElement |
| 76 | + is now the correct HTMLElement. |
| 77 | + </action> |
| 78 | + <action type="update" dev="rbri"> |
| 79 | + Javascript class configuration reworked, this allows some optimizations in the furture. |
| 80 | + </action> |
| 81 | + <action type="fix" dev="rbri"> |
| 82 | + Constructor prototype fixes, now we have the correct prototypes for most classes. |
| 83 | + The RecursiveFunctionObject workaround is no longer required. |
| 84 | + </action> |
| 85 | + <action type="fix" dev="rbri"> |
| 86 | + DomNodeIterator is now serializable. |
| 87 | + </action> |
| 88 | + <action type="update" dev="rbri"> |
| 89 | + FF138: adjust datetimeformat for several locales. |
| 90 | + </action> |
| 91 | + <action type="update" dev="rbri"> |
12 | 92 | Chrome/Edge 136: Clicking an image input no longer submits the value as param. |
13 | 93 | </action> |
14 | 94 | <action type="add" dev="rbri"> |
|
0 commit comments