Skip to content

Commit

Permalink
Updated CHANGELOG for v4.19.1
Browse files Browse the repository at this point in the history
Reverted accidental change on tangy-input
  • Loading branch information
chrisekelley committed Oct 6, 2020
1 parent 457d45c commit 50433a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v4.19.1
- Fix issue with #warn-text div displaying when empty in tangy-select and tangy-location.

## v4.19.0
- New `warn-background-color` and `warn-color` css vars
- Alignment of required asterix.
Expand Down
7 changes: 3 additions & 4 deletions input/tangy-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ export class TangyInput extends PolymerElement {
<div id="qnum-number"></div>
<div id="qnum-content">
<div id="container"></div>
<div id="error-text"></div>
<div id="warn-text"></div>
<div id="discrepancy-text"></div>
</div>
</div>
<div id="error-text"></div>
<div id="warn-text"></div>
<div id="discrepancy-text"></div>
`
}

Expand Down

0 comments on commit 50433a2

Please sign in to comment.