Skip to content

Commit

Permalink
🚀 Release 5.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradSollitt committed Jan 30, 2023
1 parent 199e74e commit 815d439
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DataFormsJS uses [Semantic Versioning](https://docs.npmjs.com/about-semantic-ver

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.

## 5.14.2 (Next Release)
## 5.14.2 (Jan 29, 2023)

* Web Components - Renamed function `[utils.js].isAttachedToDom()` to `[utils.js].isDomAttached()` because the text string `ToDom` would show up when searching source code for case-insensitive `todo`. This is a minor update but prevents the files from showing up in external projects by accident. This could be considered a breaking change if an app calls the function but that is unlikely the case and it's mostly an internal function because it's undocumented outside of the changelog; that is the reason why a patch version is being released.

Expand Down
2 changes: 1 addition & 1 deletion js/DataFormsJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -3391,7 +3391,7 @@

// Add Build Version
// For new releases this gets updated automatically by [scripts/build.js].
Object.defineProperty(app, 'version', { value: '5.14.1', enumerable: true });
Object.defineProperty(app, 'version', { value: '5.14.2', enumerable: true });

// Assign [DataFormsJS] and [app] to the global variable space
window.DataFormsJS = app;
Expand Down
4 changes: 2 additions & 2 deletions js/DataFormsJS.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/react/es5/DataFormsJS.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @link https://www.dataformsjs.com
// @version 5.14.1
// @version 5.14.2
// @author Conrad Sollitt (https://conradsollitt.com)
// @license MIT
(function () {
Expand Down
2 changes: 1 addition & 1 deletion js/react/es5/DataFormsJS.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/react/es6/DataFormsJS.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/react/jsxLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@
* Add Build Version
* For new releases this gets updated automatically by [scripts/build.js].
*/
Object.defineProperty(jsxLoader, 'version', { value: '5.14.1', enumerable: true });
Object.defineProperty(jsxLoader, 'version', { value: '5.14.2', enumerable: true });

/**
* Optional Node Support. Additionally if using webpack or a bundler is being used
Expand Down
4 changes: 2 additions & 2 deletions js/react/jsxLoader.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/web-components/filter-service.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/web-components/input-filter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/web-components/json-data.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 815d439

Please sign in to comment.