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: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,11 @@ Overall the core Framework files and API are expected to remain stable however t
69
69
*`js\web-components\data-list.js`
70
70
* Added HTML attribute `root-attr` which allows for any attribute to be set on the root element. Previously only the `class` could be set from `root-class`. The attribute `root-class` is still supported.
71
71
* For `<url-router>` and DataFormsJS Framework when using HTMl5 History Mode (pushState, popstate) the Mac `Command` Key is now supported so users can open SPA links in a separate tab. Previously the only the `{Control}` key worked which is used on Windows for new tags and on Mac for a context menu (right-click menu).
72
-
* Added Node Support for `jsxLoader`
73
-
* Previously `jsxLoader` only worked in a browser.
74
-
* Now several API's are available for node `{ jsxLoader, transform(jsx, options) }`
72
+
*`jsxLoader` Updates
73
+
* Minor bug fix where empty data props were not parsed correctly in a specific condition if this previous prop was not empty; this was found when updating Web Components for full React Support.
74
+
* Added Node Support for
75
+
* Previously `jsxLoader` only worked in a browser.
76
+
* Now several API's are available for node `{ jsxLoader, transform(jsx, options) }`
75
77
* Enhancements for DataFormsJS Framework files:
76
78
* Added `app.updateTemplatesForIE(rootElement)`. IE 11 considers `<template>` elements as valid elements so it applies `querySelector()` and related methods to elements under `<templates>`'s so replace with them `<script type="text/x-template">`. This avoids issues of `<template>` elements that contain embedded content. Previously this was only handled once per page load but now is handled (for IE only) when views are rendered.
77
79
* Added features in `js/plugins/dataBind.js` based on the Web Components version.
0 commit comments