Skip to content

Commit 57ea358

Browse files
chore(release): 0.21.0 [skip ci]
1 parent 45853fb commit 57ea358

File tree

8 files changed

+415
-3164
lines changed

8 files changed

+415
-3164
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [0.21.0](https://github.com/atom-community/atom-ide-datatip/compare/v0.20.4...v0.21.0) (2021-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add types from jsdoc to ts ([20a7ecb](https://github.com/atom-community/atom-ide-datatip/commit/20a7ecbefc63ab5e03f4175521312b102f2c1a80))
7+
* bump @types/atom ([aaf1e26](https://github.com/atom-community/atom-ide-datatip/commit/aaf1e26541f7bbaff5925968b1293275a5157960))
8+
* bump rollup ([54c783a](https://github.com/atom-community/atom-ide-datatip/commit/54c783af2fa355b3e585c8a3be7ac459cf540604))
9+
* change the style of the datatip to match other Atom popovers ([fdbdbc4](https://github.com/atom-community/atom-ide-datatip/commit/fdbdbc41b6425ccbca4f633f1ac5f29f6b784a8e))
10+
* import used types ([b82a1bb](https://github.com/atom-community/atom-ide-datatip/commit/b82a1bb3aebb73277d4806ca16dfb0ea87a82e1c))
11+
* lint fix ([1203c79](https://github.com/atom-community/atom-ide-datatip/commit/1203c796d544fe34fff45bf5ec42b19fed26cbba))
12+
* remove unnecessary null set in deactive/dispose ([1b76156](https://github.com/atom-community/atom-ide-datatip/commit/1b76156ca11e84c2d5366351abe72213670feb29))
13+
* remove unused param ([1be8e1f](https://github.com/atom-community/atom-ide-datatip/commit/1be8e1f3cf4753487025a6a859e505f36d7d45c3))
14+
* return of mountDataTipWithMarker ([67cd74d](https://github.com/atom-community/atom-ide-datatip/commit/67cd74d9806d408262d97a5184af1595550f71b1))
15+
* rollup config ([f08aab6](https://github.com/atom-community/atom-ide-datatip/commit/f08aab6c97560bec3420f6849920fce02d07e312))
16+
* update atom-package-deps ([fc137e5](https://github.com/atom-community/atom-ide-datatip/commit/fc137e51b1fd9110808e44eb3199ad08490efb33))
17+
* use class properties in datatip manager ([816be8c](https://github.com/atom-community/atom-ide-datatip/commit/816be8c92416c0716072285a5fedcbf7f667102f))
18+
* use import type ([9720762](https://github.com/atom-community/atom-ide-datatip/commit/97207625656ea0b64733b2ad424e5ce8dbdf3190))
19+
20+
21+
### Features
22+
23+
* convert to TypeScript ([6b7075f](https://github.com/atom-community/atom-ide-datatip/commit/6b7075f16fdad1ac2705361099c9e1c44e7510ee))
24+
125
## [0.21.0](https://github.com/atom-community/atom-ide-datatip/compare/v0.20.4...v0.21.0)
226

327
### Features:

dist/index-45059e5f.js

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

dist/index-45059e5f.js.map

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: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

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/tsconfig.tsbuildinfo

Lines changed: 87 additions & 93 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 290 additions & 3057 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.20.4",
4+
"version": "0.21.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)