Skip to content

Commit 41caa3f

Browse files
committed
🚀 Release 4.8.0
1 parent eaf99ab commit 41caa3f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Overall the core Framework files and API are expected to remain stable however t
2323
```js
2424
app.plugins.imageGallery.reload();
2525
```
26-
* The function gets defined by the root `DataFormsJS|app` object when `app.addPlugin()` is called. If a reload function or property already exists on the plugin the no change is made to the plugin.
26+
* The function gets defined and added automatically by the root `DataFormsJS|app` object when `app.addPlugin()` is called. If a reload function or property already exists on the plugin the no change is made to the plugin.
2727
* File updated: `js/DataFormsJS.js` https://github.com/dataformsjs/dataformsjs/blob/master/js/DataFormsJS.js
2828
* Added default `cursor: pointer` for React and Framework Image Gallery Controls.
2929
* Files Updated:

js/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/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 4.7.1
2+
// @version 4.8.0
33
// @author Conrad Sollitt (https://conradsollitt.com)
44
// @license MIT
55
"use strict";

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/jsxLoader.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/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-hash-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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataformsjs",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"homepage": "https://www.dataformsjs.com/",
55
"description": "A minimal JavaScript Framework and standalone components for rapid development of high quality websites and single page applications.",
66
"browser": "js/DataFormsJS.min.js",

0 commit comments

Comments
 (0)