@formio/bootstrap3
Advanced tools
Comparing version 2.12.0-rc.5 to 2.12.0-rc.6
@@ -7,2 +7,6 @@ # Change Log | ||
## 2.12.0=rc.6 | ||
### Fixed | ||
- FIO-3758: Duplication of radio ids inside nested forms | ||
## 2.12.0-rc.5 | ||
@@ -9,0 +13,0 @@ ### Fixed |
@@ -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.12.0-rc.5", | ||
"version": "2.12.0-rc.6", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -34,7 +34,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.21", | ||
"@types/chai": "^4.2.22", | ||
"@types/ejs": "^3.1.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.7.10", | ||
"@types/sinon": "^10.0.1", | ||
"@types/node": "^16.9.4", | ||
"@types/sinon": "^10.0.3", | ||
"chai": "^4.3.4", | ||
@@ -50,6 +50,6 @@ "gulp": "^4.0.2", | ||
"ts-node": "^10.2.1", | ||
"ts-sinon": "^2.0.1", | ||
"ts-sinon": "^2.0.2", | ||
"tslint": "^6.1.3", | ||
"typescript": "~4.1.6", | ||
"webpack": "^5.52.0", | ||
"webpack": "^5.53.0", | ||
"webpack-cli": "^4.8.0" | ||
@@ -56,0 +56,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95335
2611