Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 1.43 KB

0.5.1: Doc only release

  • Doc: Mention whey I deprecated this package in README.md( because of narrow )

0.5.0: End of Life, final release

  • EOL: Deprecation warning again.
  • Breaking: Limit engine to "<1.16.0", since this package no longer work in v1.16.

0.4.0 Deprecated

  • Add [Deprecated] on package description and README.

0.3.0

  • New: navigation keymap g g, G, ctrl-f, ctrl-b.
  • Fix: Remove use of::shadow.
  • New: Borrowed flash animation from atom.core to better UI effects.

0.2.1

  • Fix : Deprecation call Function.extractParams is deprecated #9

0.2.0

  • Breaking: Remove mouse single click monkey patching for maintainability.
  • Breaking: Provides default keymap for resultPane.
  • Breaking: Rename select-prev-and-confirm to show-prev
  • Breaking: Rename select-next-and-confirm to show-prev

0.1.1

  • Fix typo for config param flashDuration by @Globegitter.

0.1.0

  • Refactoring
  • Fix deprecation warning
  • smartScrollToBufferPosition from vmp features.

0.0.9 - Doc

0.0.8 - Improve

  • Add global next/prev command to move around results #4
  • Refactoring

0.0.7 - FIX

  • FIX: opening item on adjacentPane() should based on resultPane. #3
  • Remove 'dblclick' event to avoid confusion and easy to maintain.

0.0.6 - FIX

  • Collapse/Expand tree on filename clicked.

0.0.5 - FIX

  • Fix error when clicking filename.

0.0.4 - Doc

0.0.3 - Doc and refactoring.

0.0.2 - Doc

0.0.1 - First Release