Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonw committed Sep 25, 2017
1 parent 8c539e5 commit b4cdf2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.4.0

- The minimum supported Atom version is now 1.19.
- Outline and diagnostic entries no longer focus the editor on click.
- Use double-click to get the old focus behavior.
- Definition providers may now return a null query range to use the current word range.
- Added a "revealTooltip" option for busy signals to forcibly show the tooltip text.

## v0.3.3

- Ensure linter message types are converted correctly.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-ide-ui",
"version": "0.3.3",
"version": "0.4.0",
"description": "A collection of Atom UIs to support language services.",
"keywords": [],
"repository": "https://github.com/facebook-atom/atom-ide-ui",
Expand Down

0 comments on commit b4cdf2c

Please sign in to comment.