Skip to content

Commit a03e342

Browse files
committed
🚀 Release 5.10.4
1 parent a8e611e commit a03e342

12 files changed

Lines changed: 19 additions & 15 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## 5.10.4 (September 30, 2021)
8+
9+
* No code changes however two `.DS_Store` where accidentally published to npm so this release excludes them
10+
* These are Mac system files created automatically by finder when viewing a folder
11+
* They are excluded from Github using rules from `.gitignore`, however npm published them
12+
* In general these files cause no issues but they are binary files so malicious authors can use them for attacks which is why they do not belong in npm or git
13+
714
## 5.10.3 (September 27, 2021)
815

916
* Updated jsxLoader to support functions that return JSX elements inside of props.

docs/to-do-list.txt

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

25-
**) Most recent npm publish accidentally included several Mac [.DS_Store] files.
26-
They should be excluded on future releases or a script needs to first delete them
27-
prior to npm submit.
2825

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

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.10.3', enumerable: true });
3215+
Object.defineProperty(app, 'version', { value: '5.10.4', 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.10.3
2+
// @version 5.10.4
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
@@ -1670,7 +1670,7 @@
16701670
* Add Build Version
16711671
* For new releases this gets updated automatically by [scripts/build.js].
16721672
*/
1673-
Object.defineProperty(jsxLoader, 'version', { value: '5.10.3', enumerable: true });
1673+
Object.defineProperty(jsxLoader, 'version', { value: '5.10.4', enumerable: true });
16741674

16751675
/**
16761676
* 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)