@formio/bootstrap3
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -7,2 +7,9 @@ # Change Log | ||
## 2.4.0 | ||
### Fixed | ||
- The percentage on the file uploads. | ||
### Added | ||
- Column size configurations. | ||
## 2.1.0 | ||
@@ -9,0 +16,0 @@ ### Changed |
@@ -9,9 +9,17 @@ Object.defineProperty(exports, "__esModule", { | ||
ctx.component.columns.forEach(function(column, index) { ; | ||
__p += '\n<div class="col\n col-sm-' + | ||
__p += '\n<div class="col\n col-' + | ||
((__t = (column.size)) == null ? '' : __t) + | ||
'-' + | ||
((__t = (column.width)) == null ? '' : __t) + | ||
'\n col-sm-offset-' + | ||
'\n col-' + | ||
((__t = (column.size)) == null ? '' : __t) + | ||
'-offset-' + | ||
((__t = (column.offset)) == null ? '' : __t) + | ||
'\n col-sm-push-' + | ||
'\n col-' + | ||
((__t = (column.size)) == null ? '' : __t) + | ||
'-push-' + | ||
((__t = (column.push)) == null ? '' : __t) + | ||
'\n col-sm-pull-' + | ||
'\n col-' + | ||
((__t = (column.size)) == null ? '' : __t) + | ||
'-pull-' + | ||
((__t = (column.pull)) == null ? '' : __t) + | ||
@@ -18,0 +26,0 @@ '\n " ref="' + |
@@ -149,3 +149,3 @@ Object.defineProperty(exports, "__esModule", { | ||
((__t = (status.progress)) == null ? '' : __t) + | ||
'">\n <span class="sr-only">' + | ||
'%">\n <span class="sr-only">' + | ||
((__t = (status.progress)) == null ? '' : __t) + | ||
@@ -152,0 +152,0 @@ '% ' + |
{ | ||
"name": "@formio/bootstrap3", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -34,7 +34,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.9", | ||
"@types/ejs": "^3.0.0", | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.2", | ||
"@types/sinon": "^7.5.1", | ||
"@types/chai": "^4.2.11", | ||
"@types/ejs": "^3.0.1", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.9.3", | ||
"@types/sinon": "^7.5.2", | ||
"chai": "^4.2.0", | ||
@@ -45,15 +45,15 @@ "gulp": "^4.0.2", | ||
"gulp-template": "^5.0.0", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
"pre-commit": "^1.2.2", | ||
"sinon": "^9.0.0", | ||
"ts-node": "^8.6.2", | ||
"sinon": "^9.0.1", | ||
"ts-node": "^8.8.1", | ||
"ts-sinon": "^1.0.25", | ||
"tslint": "^6.0.0", | ||
"typescript": "^3.7.5", | ||
"webpack": "^4.41.6", | ||
"tslint": "^6.1.0", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.0", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"author": "Randall Knutson <randall@form.io>", | ||
"license": "UNLICENSED", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -60,0 +60,0 @@ "url": "https://github.com/formio/bootstrap3/issues" |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
80583
0
2282