Skip to content

Commit f627642

Browse files
committed
🚀 Release 5.13.0
1 parent 9974a3f commit f627642

File tree

12 files changed

+19
-21
lines changed

12 files changed

+19
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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, React Components, and Web Components 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 all npm release history and new website features or major changes.
66

7-
## Next Release (Changes on master branch but not yet npm)
7+
## 5.13.0 (February 25, 2022)
88

99
* DataFormsJS App Object
1010
* `~/js/DataFormsJS.js`

docs/to-do-list.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ TODO List
2222
|
2323
--------------------------------------------------------------------------
2424

25-
**) Current Updates
26-
- Next release 5.13.0 - see active changes in CHANGELOG.md
27-
- More testing will be performed prior to the npm release
28-
- Several features are being added with related example updates in the Places examples
29-
- This is being worked on mid-Feb 2022 and will likely be published by the end of this month
30-
- Verify new CSV icon with IE and different screens
31-
- After NPM release update all "../js/" to the CDN Page
32-
Use global search of "../js/" to find files that need to be updated
25+
**) Current Updates for release 5.13.0
26+
- Published 2022-02-25
27+
- After CDN changes take effect (24 hours or longer) update all local "../js/" to the CDN Page.
28+
Use global search of "../js/" to find files that need to be updated.
29+
This applies to the example page and once update changes will be published
30+
to the main server.
3331

3432
**) Update the Getting Started CSS Template used here:
3533
https://www.dataformsjs.com/en/getting-started

js/DataFormsJS.js

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

33923392
// Add Build Version
33933393
// For new releases this gets updated automatically by [scripts/build.js].
3394-
Object.defineProperty(app, 'version', { value: '5.12.1', enumerable: true });
3394+
Object.defineProperty(app, 'version', { value: '5.13.0', enumerable: true });
33953395

33963396
// Assign [DataFormsJS] and [app] to the global variable space
33973397
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.12.1
2+
// @version 5.13.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
@@ -1706,7 +1706,7 @@
17061706
* Add Build Version
17071707
* For new releases this gets updated automatically by [scripts/build.js].
17081708
*/
1709-
Object.defineProperty(jsxLoader, 'version', { value: '5.12.1', enumerable: true });
1709+
Object.defineProperty(jsxLoader, 'version', { value: '5.13.0', enumerable: true });
17101710

17111711
/**
17121712
* 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)