Skip to content

Commit f1dd5d4

Browse files
chore(release): 0.24.0 [skip ci]
1 parent e8ff36b commit f1dd5d4

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.24.0](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.5...v0.24.0) (2021-02-27)
2+
3+
4+
### Features
5+
6+
* only glow info bar ([3a56420](https://github.com/atom-community/atom-ide-datatip/commit/3a56420496975781cac7dfc2e6d859a734482f1c))
7+
8+
9+
### Performance Improvements
10+
11+
* remove config for hover animation ([2aa61c9](https://github.com/atom-community/atom-ide-datatip/commit/2aa61c9e5a07bbb029a7aa1b99bba908b0edb672))
12+
113
## [0.23.5](https://github.com/atom-community/atom-ide-datatip/compare/v0.23.4...v0.23.5) (2021-02-27)
214

315

dist/datatip-manager.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export declare class DataTipManager {
1717
mouseMoveTimer: NodeJS.Timeout | null;
1818
cursorMoveTimer: NodeJS.Timeout | null;
1919
hoverTime: any;
20-
glowClass: string;
2120
constructor();
2221
initialize(): void;
2322
dispose(): void;

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.

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,13 +527,13 @@
527527
"affectsGlobalScope": false
528528
},
529529
"../lib/datatip-manager.ts": {
530-
"version": "95a029f1ff2bfd92a963c40287537c1bc464b52f22673f5eaa8d65fdb8c02502",
531-
"signature": "cc3831aa30011a0bc82d920d805d8bfc4c42927d2f6f6433608c8fe9284487a2",
530+
"version": "7ec26d4b9ef43a36c8bee179a210e3e8b28ebd6403d873110659079400f69250",
531+
"signature": "c6e6d1a7b6f49352fb548bb365297191a5f8d212862b44296365fc249d071f44",
532532
"affectsGlobalScope": false
533533
},
534534
"../lib/config.json": {
535-
"version": "053c825b1f4b8d760b4195f8db9962e5b90aef5b414aed362b4f0234e8de3f30",
536-
"signature": "93c9bec358e41badb258a6623003126f30490db75d3261ba20cdaaf3376316d3",
535+
"version": "f2bf830d20a9a6a6df72ee130507f906ffe2cccea0a55289ea43da2c1683240c",
536+
"signature": "18cefa50111a3561a55f7d47a2c68a51a1c80da513a77228bf013ef08376a30c",
537537
"affectsGlobalScope": true
538538
},
539539
"../node_modules/atom-package-deps/lib/index.d.ts": {

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.23.5",
4+
"version": "0.24.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)