Skip to content

Commit

Permalink
Release 9.2.2 (#208)
Browse files Browse the repository at this point in the history
* bump v9.2.2

* scope [data-toggle-container] observer to .formio-sfds (#209)

* rebuild package-lock.json with npm@6

* Datagrid table alignment styling (#210)

* datagrid table alignment styling

* Revert "datagrid table alignment styling"

This reverts commit 4bdb312.

* add v-align-top to datagrid table row

Co-authored-by: shawnbot <shawnbot@users.noreply.github.com>
Co-authored-by: hui <11635576+hshaosf@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 22, 2021
1 parent 6e70dab commit e20219f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formio-sfds",
"version": "9.2.1",
"version": "9.2.2",
"description": "The Form.io theme for sf.gov",
"module": "src/index.js",
"browser": "dist/formio-sfds.standalone.js",
Expand Down
2 changes: 1 addition & 1 deletion src/patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function userIsTranslating (opts) {
}

function toggleComponent () {
observe('[data-toggle-container]', {
observe(`.${WRAPPER_CLASS} [data-toggle-container]`, {
add (el) {
const ariaControl = el.querySelector('[aria-controls]')

Expand Down
2 changes: 1 addition & 1 deletion src/templates/datagrid/form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
class="datagrid-group-label">{{ctx.groups[index].label}}</td>
</tr>
{% } %}
<tr ref="{{ctx.datagridKey}}-row">
<tr ref="{{ctx.datagridKey}}-row" class="v-align-top">
{% if (ctx.component.reorder) { %}
<td>
<button type="button" class="formio-drag-button btn btn-default fa fa-bars"></button>
Expand Down

0 comments on commit e20219f

Please sign in to comment.