Skip to content

Commit df73066

Browse files
committed
🚀 Release 5.14.6
1 parent cef28d7 commit df73066

11 files changed

Lines changed: 18 additions & 13 deletions

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ 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+
## 5.14.6
8+
9+
* Thanks for Aaron Huggins https://github.com/aaronhuggins for submitting and update to the jsxLoader
10+
* Support emitting the end of tag name when newline and tab are used: https://github.com/dataformsjs/dataformsjs/pull/24
11+
712
## Documentation (Feb 14, 2025)
813

914
* Thank you to Andrés https://github.com/andr33sdev of Buenos Aires, Argentina for helping with Spanish Translations.
1015

11-
## 5.15.5 (Sep 9, 2024)
16+
## 5.14.5 (Sep 9, 2024)
1217

1318
* Security update for the starter/example webserver that is included with the main project.
1419
* The file [app.js](https://github.com/dataformsjs/dataformsjs/blob/master/server/app.js) uses a custom express-like API with a minimal web server which allows DataFormsJS examples to run using Node.js built-in features and no outside dependencies.

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.14.5', enumerable: true });
3394+
Object.defineProperty(app, 'version', { value: '5.14.6', 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.14.5
2+
// @version 5.14.6
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
@@ -1760,7 +1760,7 @@
17601760
* Add Build Version
17611761
* For new releases this gets updated automatically by [scripts/build.js].
17621762
*/
1763-
Object.defineProperty(jsxLoader, 'version', { value: '5.14.5', enumerable: true });
1763+
Object.defineProperty(jsxLoader, 'version', { value: '5.14.6', enumerable: true });
17641764

17651765
/**
17661766
* 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.

js/web-components/url-router.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)