Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 20, 2021
1 parent c0eb33d commit 5385433
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 59 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/atom-ide-community/atom-ide-outline/compare/v2.2.0...v2.2.1) (2021-03-20)


### Bug Fixes

* outline getting stuck on "no provider" ([2706ca7](https://github.com/atom-ide-community/atom-ide-outline/commit/2706ca7de5b104afb9c4ab852180f826a264817b))

# [2.2.0](https://github.com/atom-ide-community/atom-ide-outline/compare/v2.1.0...v2.2.0) (2021-03-18)


Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/outlineView.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { TextEditor, CursorPositionChangedEvent } from "atom";
import { OutlineTree } from "atom-ide-base";
export declare class OutlineView {
element: HTMLDivElement;
private outlineRoot;
outlineContent: HTMLDivElement;
private outlineList;
private pointToElementsMap;
private focusedElms;
lastEntries: OutlineTree[] | undefined;
Expand All @@ -12,7 +13,7 @@ export declare class OutlineView {
getTitle(): string;
getIconName(): string;
setOutline(outlineTree: OutlineTree[], editor: TextEditor, isLarge: boolean): void;
clearOutline(): HTMLDivElement;
clearContent(): void;
presentStatus(status: {
title: string;
description: string;
Expand Down
Loading

0 comments on commit 5385433

Please sign in to comment.