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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,13 @@ Overall the core Framework files, React Components, and Web Components and API a
8
8
9
9
* Updated DataFormsJS Framework to support JavaScript classes
10
10
* Originally the DataFormsJS Framework was designed and developed prior to ES6 being supported among Web Browsers. Because of this custom app code was designed around ES5. This update allows for custom app code (Pages and Plugins) to use classes rather than objects which allows for modern style JavaScript development.
* New class version of the core `jsonData` page object:
16
+
*`js/pages/classes/JsonData.js`
17
+
* All variables and functions from the original file exist in the new one. The purpose of the new file is so that an app can extend it for custom page logic when defining pages as ES6 classes rather than ES5 objects.
14
18
```
15
19
app.addPage('name', class Page {
16
20
onRouteLoad() {}
@@ -25,6 +29,15 @@ Overall the core Framework files, React Components, and Web Components and API a
0 commit comments