Skip to content

Commit 49332d0

Browse files
chore(release): 0.20.0 [skip ci]
1 parent 4cd5f46 commit 49332d0

9 files changed

Lines changed: 37 additions & 22 deletions

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.20.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.19.1...v0.20.0) (2020-10-12)
2+
3+
4+
### Bug Fixes
5+
6+
* set datatip-element class for ViewContainer ([bf0ebaf](https://github.com/atom-ide-community/atom-ide-datatip/commit/bf0ebafb09381bde5c59634b5dca33b4ce1beed7))
7+
* set font-size and font-family on the datatip-element ([81072ca](https://github.com/atom-ide-community/atom-ide-datatip/commit/81072ca53aa37ff4dfda28c90dd625e1765cd29d))
8+
* set max width and hight on the datatip-element ([332d94e](https://github.com/atom-ide-community/atom-ide-datatip/commit/332d94e3a478643a7e37f26ae4d8d53ed328d35d))
9+
* style code blocks for all datatip-elements ([8226892](https://github.com/atom-ide-community/atom-ide-datatip/commit/822689224b0390fca4dfe3d8be62397c7fcb9b35))
10+
11+
12+
### Features
13+
14+
* code snippet highlighting ([4cd5f46](https://github.com/atom-ide-community/atom-ide-datatip/commit/4cd5f46f53afb007894b66801f714a3a9ef01cdd))
15+
116
## [0.19.1](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.19.0...v0.19.1) (2020-10-11)
217

318

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-0ebb3f1d.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main-22864bd2.js.map

Lines changed: 1 addition & 0 deletions
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: 11 additions & 11 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.19.1",
4+
"version": "0.20.0",
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)