Skip to content

Commit

Permalink
36.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Jul 28, 2021
1 parent 32098c8 commit 09d5e10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `36.1.0`.

## [`36.1.0`](https://github.com/elastic/eui/tree/v36.1.0)

- Fixed color of `html` scrollbar in dark mode ([#4969](https://github.com/elastic/eui/pull/4969))
- Updated `EuiMarkdownFormat` to use `EuiHorizontalRule` and better render tables, code blocks and blockquotes ([#4663](https://github.com/elastic/eui/pull/4663))
- Updated the `EuiMarkdownFormat` to use `EuiText` as a wrapper to handle all the CSS styling ([#4663](https://github.com/elastic/eui/pull/4663))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/eui",
"description": "Elastic UI Component Library",
"version": "36.0.0",
"version": "36.1.0",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "lib",
"module": "es",
Expand Down Expand Up @@ -227,4 +227,4 @@
"react-dom": "^16.12",
"typescript": "^4.0.5"
}
}
}

0 comments on commit 09d5e10

Please sign in to comment.