Skip to content

Commit b528e62

Browse files
chore(release): 0.18.0 [skip ci]
1 parent a40b016 commit b528e62

9 files changed

Lines changed: 32 additions & 16 deletions

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.18.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.17.0...v0.18.0) (2020-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* fix component data name ([f620147](https://github.com/atom-ide-community/atom-ide-datatip/commit/f6201472f13180ef6af4ecbcdc01fa5ae370f7ae))
7+
8+
9+
### Features
10+
11+
* add glowClass to initialization + reduce glow brightness ([04b4d22](https://github.com/atom-ide-community/atom-ide-datatip/commit/04b4d22056b27a9696518e82fd1529f8546501af))
12+
* atom-ide-base 2 ([cef003a](https://github.com/atom-ide-community/atom-ide-datatip/commit/cef003a9e17289cae9f69d5919de7c06b32ea20e))
13+
* faster filtering algorithm ([d5be56d](https://github.com/atom-ide-community/atom-ide-datatip/commit/d5be56d17c8511c20c5557bfdb31a9cfc6d5cb1e))
14+
* use atom-ide-base markdown-service ([9f7a21a](https://github.com/atom-ide-community/atom-ide-datatip/commit/9f7a21a7699b06e44178dfd3e52c67bc2cd9e7a8))
15+
* use self-contained components from atom-ide-base ([1d910f5](https://github.com/atom-ide-community/atom-ide-datatip/commit/1d910f58aaf64924ee1b05317b5c80b81e5ece8d))
16+
117
# [0.17.0](https://github.com/atom-ide-community/atom-ide-datatip/compare/v0.16.0...v0.17.0) (2020-10-08)
218

319

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-37825cd1.js.map

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

dist/main-e17f2b75.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: 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.17.0",
4+
"version": "0.18.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)