Skip to content

Commit 42c67dc

Browse files
committed
New build.
1 parent ef807ff commit 42c67dc

11 files changed

+15
-11
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4545
- "row" always points to the "data" context object for that instance (typically row in DataGrid)
4646
- "data" always refers to the global data of the submission.
4747

48+
## 3.0.0-rc.17
49+
### Added
50+
- A way to get access to the Formio.Components from within a global script.
51+
4852
## 3.0.0-rc.16
4953
### Fixed
5054
- Issues with all Nested components getting the "tree" parameter which messed up validators for non data components.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "formiojs",
33
"description": "Common js library for client side interaction with <form.io>",
4-
"version": "3.0.0-rc.16",
4+
"version": "3.0.0-rc.17",
55
"main": "dist/formio.min.js",
66
"license": "MIT",
77
"homepage": "https://github.com/formio/formio.js",

dist/formio.contrib.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.embed.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.form.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.full.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.full.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formio.utils.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formiojs",
3-
"version": "3.0.0-rc.16",
3+
"version": "3.0.0-rc.17",
44
"description": "Common js library for client side interaction with <form.io>",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)