Skip to content

Commit 945923d

Browse files
committed
🚀 Release 5.7.0
1 parent 7fdcb88 commit 945923d

12 files changed

Lines changed: 14 additions & 19 deletions

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DataFormsJS uses [Semantic Versioning](https://docs.npmjs.com/about-semantic-ver
44

55
Overall the core Framework files and API are expected to remain stable however the version number is expected to increase to much larger numbers in the future due to the changes to smaller scripts and components. This change log includes Framework release history and new website features or major changes.
66

7-
## Next Release (Changes on Master branch and not yet npm)
7+
## 5.7.0 (February 3, 2021)
88

99
* Added Features to `<data-table>` Web Component and Framework Control
1010
* https://github.com/dataformsjs/dataformsjs/blob/master/js/web-components/data-table.js
@@ -16,7 +16,7 @@ Overall the core Framework files and API are expected to remain stable however t
1616
* `min('field')`
1717
* `max('field')`
1818
* `avg('field')`
19-
* See demo `http://127.0.0.1:8080/web-components-data-table` and source `examples/web-components-data-table.htm`
19+
* Try demo `http://127.0.0.1:8080/web-components-data-table` and view source https://github.com/dataformsjs/dataformsjs/blob/master/examples/web-components-data-table.htm
2020
* Added `format.round(number, decimalPlaces)`, function added for Web Components, Framework, and React Class:
2121
* https://github.com/dataformsjs/dataformsjs/blob/master/js/web-components/utils-format.js
2222
* https://github.com/dataformsjs/dataformsjs/blob/master/js/extensions/format.js

docs/to-do-list.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ TODO List
2222
|
2323
--------------------------------------------------------------------------
2424

25-
**) Publish New Build
26-
- Will be published later this week (likely tomorrow) - status update 2021-02-02
27-
- Added: React <JsonData> childProps
28-
- New features for <data-table>
29-
3025
**) Combine Main Server and AI/ML Server into one.
3126
- Servers:
3227
https://www.dataformsjs.com/

js/DataFormsJS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@
32123212

32133213
// Add Build Version
32143214
// For new releases this gets updated automatically by [scripts/build.js].
3215-
Object.defineProperty(app, 'version', { value: '5.6.1', enumerable: true });
3215+
Object.defineProperty(app, 'version', { value: '5.7.0', enumerable: true });
32163216

32173217
// Assign [DataFormsJS] and [app] to the global variable space
32183218
window.DataFormsJS = app;

js/DataFormsJS.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/react/es5/DataFormsJS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @link https://www.dataformsjs.com
2-
// @version 5.6.1
2+
// @version 5.7.0
33
// @author Conrad Sollitt (https://conradsollitt.com)
44
// @license MIT
55
(function () {

js/react/es5/DataFormsJS.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/react/es6/DataFormsJS.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/react/jsxLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@
16161616
* Add Build Version
16171617
* For new releases this gets updated automatically by [scripts/build.js].
16181618
*/
1619-
Object.defineProperty(jsxLoader, 'version', { value: '5.6.1', enumerable: true });
1619+
Object.defineProperty(jsxLoader, 'version', { value: '5.7.0', enumerable: true });
16201620

16211621
/**
16221622
* Optional Node Support. Additionally if using webpack or a bundler is being used

js/react/jsxLoader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/web-components/json-data.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)