@formio/bootstrap3
Advanced tools
Comparing version 2.11.4 to 2.11.5-rc.1
@@ -7,2 +7,6 @@ # Change Log | ||
## 2.11.5-rc.1 | ||
### Fixed | ||
- FIO-3758: Duplication of radio ids inside nested forms | ||
## 2.11.4 | ||
@@ -9,0 +13,0 @@ ### Changed |
@@ -16,4 +16,6 @@ Object.defineProperty(exports, "__esModule", { | ||
'" for="' + | ||
((__t = (ctx.instance.root?.id)) == null ? '' : __t) + | ||
'-' + | ||
((__t = (ctx.id)) == null ? '' : __t) + | ||
'' + | ||
'-' + | ||
((__t = (ctx.row)) == null ? '' : __t) + | ||
@@ -49,4 +51,6 @@ '-' + | ||
__p += '\n id="' + | ||
((__t = (ctx.instance.root?.id)) == null ? '' : __t) + | ||
'-' + | ||
((__t = (ctx.id)) == null ? '' : __t) + | ||
'' + | ||
'-' + | ||
((__t = (ctx.row)) == null ? '' : __t) + | ||
@@ -53,0 +57,0 @@ '-' + |
{ | ||
"name": "@formio/bootstrap3", | ||
"version": "2.11.4", | ||
"version": "2.11.5-rc.1", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -34,7 +34,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.18", | ||
"@types/ejs": "^3.0.6", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.12.3", | ||
"@types/sinon": "^10.0.2", | ||
"@types/chai": "^4.2.22", | ||
"@types/ejs": "^3.1.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.9.4", | ||
"@types/sinon": "^10.0.3", | ||
"chai": "^4.3.4", | ||
@@ -45,12 +45,12 @@ "gulp": "^4.0.2", | ||
"gulp-template": "^5.0.0", | ||
"mocha": "^9.0.1", | ||
"mocha": "^9.1.1", | ||
"nyc": "^15.1.0", | ||
"pre-commit": "^1.2.2", | ||
"sinon": "^11.1.1", | ||
"ts-node": "^10.0.0", | ||
"ts-sinon": "^2.0.1", | ||
"sinon": "^11.1.2", | ||
"ts-node": "^10.2.1", | ||
"ts-sinon": "^2.0.2", | ||
"tslint": "^6.1.3", | ||
"typescript": "4.1.5", | ||
"webpack": "^5.39.1", | ||
"webpack-cli": "^4.7.2" | ||
"webpack": "^5.53.0", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "license": "MIT", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
89297
2469
1