@formio/bootstrap3
Advanced tools
Comparing version 2.12.1 to 2.12.2-rc.1
@@ -7,2 +7,6 @@ # Change Log | ||
## 2.12.2-rc.1 | ||
### Fixed | ||
- FIO-3924: Fixes an issue where the DataGrid has an additional column wwhen "Equal columns width" is checked | ||
## 2.12.1 | ||
@@ -9,0 +13,0 @@ ### Changed |
@@ -118,3 +118,3 @@ Object.defineProperty(exports, "__esModule", { | ||
__p += '\n <tfoot>\n <tr>\n <td colspan="' + | ||
((__t = (ctx.numColumns + 1)) == null ? '' : __t) + | ||
((__t = (ctx.component.layoutFixed ? ctx.numColumns : ctx.numColumns + 1)) == null ? '' : __t) + | ||
'">\n <button class="btn btn-primary formio-button-add-row" ref="' + | ||
@@ -121,0 +121,0 @@ ((__t = (ctx.datagridKey)) == null ? '' : __t) + |
{ | ||
"name": "@formio/bootstrap3", | ||
"version": "2.12.1", | ||
"version": "2.12.2-rc.1", | ||
"description": "Bootstrap 3 templates for form.io", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
95969
1