Skip to content

Commit 5c14469

Browse files
committed
Updated build.
2 parents c3efa02 + 8ed233d commit 5c14469

17 files changed

+2369
-2352
lines changed

Changelog.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,25 @@ 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.10
48+
## 3.0.0-rc.11
4949
### Fixed
5050
- Some issues with the Formio constructor to determine the project, form, and submission paths for certain urls.
5151

52+
### Changed
53+
- Moved the dynamic library loader into the Formio lib so that it is available to other libraries without renderer.
54+
5255
### Added
5356
- Okta SSO integration.
5457

58+
## 3.0.0-rc.10
59+
### Added
60+
- Fontawesome for button icons.
61+
62+
### Fixed
63+
- Multiple require file field not requiring files.
64+
- File component for base64 download event.
65+
- Cleanup of editgrid code.
66+
5567
## 3.0.0-rc.9
5668
### Changed
5769
- Default value for calculated logic.

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.10",
4+
"version": "3.0.0-rc.11",
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.js

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

dist/formio.embed.min.js

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

dist/formio.form.js

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

dist/formio.form.min.js

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

dist/formio.full.js

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

dist/formio.full.min.js

+3-3
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.

0 commit comments

Comments
 (0)