Skip to content

Commit 78bbbd7

Browse files
chore(release): 0.18.2 [skip ci]
1 parent 1b7f082 commit 78bbbd7

8 files changed

Lines changed: 26 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.18.2](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.18.1...v0.18.2) (2020-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* add marging to pre ([fdbd331](https://github.com/atom-ide-community/atom-ide-datatip/commit/fdbd331d0e8937fa0e3f37553018eeec08228e83))
7+
* add padding to datatip elements ([4b4dc3a](https://github.com/atom-ide-community/atom-ide-datatip/commit/4b4dc3a6554c89897161b5cd7d748b8f4b2685ea))
8+
* don't add overflow to child elements ([985734d](https://github.com/atom-ide-community/atom-ide-datatip/commit/985734dc6a6f25eda849fd1c4642790ed71209c4))
9+
* move markdown view style ([ea14afe](https://github.com/atom-ide-community/atom-ide-datatip/commit/ea14afe30f827bb28336547b02cc53f0e2ec815d))
10+
* position and display for component container ([aa177ce](https://github.com/atom-ide-community/atom-ide-datatip/commit/aa177cea64bbe87328a164c4d41f47dfee9bafff))
11+
* remove dimensions from datatip-element, nowrap whitespace ([193f098](https://github.com/atom-ide-community/atom-ide-datatip/commit/193f098abd81238daf9c170e3ffedb32a5f77770))
12+
* snippet style padding, dimensions, overflow ([b9b9982](https://github.com/atom-ide-community/atom-ide-datatip/commit/b9b9982b3e1fc7b673488e33b1bdcb078be7388f))
13+
* use better names for classes ([0d9c292](https://github.com/atom-ide-community/atom-ide-datatip/commit/0d9c292e6d1d8587139f2f94ea72a63222c81b40))
14+
115
## [0.18.1](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.18.0...v0.18.1) (2020-10-10)
216

317

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-ide-datatip",
33
"main": "./dist/main.js",
4-
"version": "0.18.1",
4+
"version": "0.18.2",
55
"description": "A replacement for the Data Tooltip provider that was originally part of the Atom IDE package from Facebook.",
66
"keywords": [
77
"atom-package",

0 commit comments

Comments
 (0)