Skip to content

Commit

Permalink
Fix EuiStat invalid DOM nesting (#2229)
Browse files Browse the repository at this point in the history
* Fixes stat invalid DOM nesting

* Putting animation back

* Moving display block

* Improving sctructure and accessibility

* ScreenReaderOnly rendered as a single phrase

* Loading reverse

* Changelog and code refactor
  • Loading branch information
elizabetdev authored Aug 26, 2019
1 parent c78b8c5 commit 9d5716d
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 72 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Fixed `EuiSuperDatePicker` to update `asyncInterval.isStopped` on a `isPaused` prop change. ([#2250](https://github.com/elastic/eui/pull/2250))
- Converted table, popover, buttons, pagination, outside click detector, focus trap, context menu, and panel to TypeScript ([#2212](https://github.com/elastic/eui/pull/2212))
- Fixed `EuiStat` invalid DOM nesting due to a `<p>` tag nested within another `<p>` tag ([#2229](https://github.com/elastic/eui/pull/2229))

**Reverts**

Expand Down
Loading

0 comments on commit 9d5716d

Please sign in to comment.