Skip to content

Latest commit

 

History

History
335 lines (181 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

335 lines (181 loc) · 12.9 KB

5.0.9 (2021-07-26)

Bug Fixes

  • deps: bump atom-package-deps from 7.2.3 to 8.0.0 (#97) (ca557fa)

5.0.8 (2021-01-18)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.3 to 7.1.0 (#53) (14dba21)

5.0.7 (2020-12-14)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.2 to 7.0.3 (#42) (b6ace78)
  • fix deactivate (6b1be0f)

5.0.6 (2020-12-11)

Bug Fixes

5.0.5 (2020-12-08)

Bug Fixes

  • remove panel visibility listener on deactivate (#38) (3f826be)

5.0.4 (2020-12-07)

Bug Fixes

  • only highlight when panel is visible (#37) (26ed59f)

5.0.3 (2020-11-28)

Bug Fixes

  • add minimap as dependency (25c7b6b)

5.0.2 (2020-11-28)

Bug Fixes

5.0.1 (2020-11-26)

Bug Fixes

v5.0.0 (2020-11-20)

Remove old API

  • Remove old API and fix async markers (91238978)

v4.5.2 (2017-03-03)

🐛 Bug Fixes

  • Fix issue with latest fnr version (185fe01b)

v4.5.1 (2016-04-11)

🐛 Bug Fixes

  • Fix issue with latest version that removed the find-result class on markers (346d8b2d)

v4.5.0 (2016-03-07)

✨ Features

  • Add plugin origin in created decorations (8b67f86d)

v4.4.0 (2015-12-09)

✨ Features

  • Add support for new find-and-replace service and marker layer (e9a40522)
    Fixes #14

v4.3.2 (2015-11-01)

🐛 Bug Fixes

  • Prevent registering a decoration if it couldn't be created (32d54ea3, #12)

v4.3.1 (2015-10-12)

🐛 Bug Fixes

v4.3.0 (2015-08-17)

This version is a rewrite of the decorations lifecycle that relies on the DisplayBuffer markers events rather than accessing the find model directly.

v4.2.2 (2015-08-17)

🐛 Bug Fixes

  • Fix markers persisting after disabling the plugin (083597ef)

v4.2.1 (2015-08-11)

🐛 Bug Fixes

  • Fix error raised when quickly opening search after switching tab (36ab9382)

v4.2.0 (2015-03-01)

✨ Features

  • Implement minimap service consumer (c5c7f3c2)

v4.1.0 (2015-02-28)

✨ Features

v4.0.2 (2015-02-28)

🐛 Bug Fixes

v4.0.1 (2015-02-28)

🐛 Bug Fixes

  • fix plugin is deactivated still displays markers (1d576c2e)

v4.0.0 (2015-02-22)

🚚 Migration

  • Migrate to atom-minimap organization (45c3cba4)

v3.1.0 (2015-01-05)

✨ Features

  • Implement support for both minimap v3 and v4 API (91085fb3)

v3.0.4 (2014-12-05)

🐛 Bug Fixes

  • Fix broken plugin since API changes (a4020640)

v3.0.3 (2014-10-23)

🐛 Bug Fixes

  • Fix accessing packages by using a promise (7f6b11b8)

v3.0.2 (2014-10-22)

🐛 Bug Fixes

  • Delay the package activation to when all packages are active (bd49e304)

v3.0.1 (2014-10-22)

🐛 Bug Fixes

  • Fix broken access to package dependencies (4e2797fa)

v3.0.0 (2014-09-19)

✨ Features

  • Add version test for minimap v3 (5bff4afe)
  • Implement support for minimap decoration API (d83ad2f1)

🐛 Bug Fixes

  • Fix markers redraw on pane change after destroy (b86cd824)
  • Fix access to null object after destroy (3c689bc0)

v1.0.4 (2014-08-27)

🐛 Bug Fixes

v1.0.3 (2014-08-26)

🐛 Bug Fixes

  • Fix broken plugin with find-and-replace v0.130.0 (f38345ae)

v1.0.2 (2014-08-20)

🐛 Bug Fixes

  • Fix missing minimap version check in plugin activation (69259b56)

v1.0.1 (2014-08-17)

🐛 Bug Fixes

v1.0.0 (2014-08-16)

✨ Features

  • Add a specific style for the current search result (53f6e9cc)
  • Implement support for the minimap position API (c2bb3d61)

🐛 Bug Fixes

  • Fix missing markers patching on view attachment (e25718bb)

v0.8.0 (2014-07-10)

✨ Features

v0.7.1 (2014-07-09)

🐛 Bug Fixes

  • Fix error raised when switching to a non editor tab (e3008d59)

v0.7.0 (2014-07-07)

✨ Features

  • Add support for upcoming react minimap (c8a95175)

v0.6.1 (2014-05-22)

🐛 Bug Fixes

  • Fix error raised when splitting panes due to missing minimap (ee0b6c60)

v0.5.0 (2014-04-08)

✨ Features

  • Adds isActive plugin method (3c89a768)
  • Adds support for the new minimap plugin API (6a030de9)

v0.4.1 (2014-04-04)

✨ Features

  • Adds link to minimap in README (4f6d4889)

v0.3.0 (2014-04-04)

🐛 Bug Fixes

  • Fixes bad visibility test on find view (4258f9e0)

v0.2.0 (2014-04-03)

🐛 Bug Fixes

  • Fixes missing search matches on minimap activation (32099f4c)

v0.1.0 (2014-04-02)

✨ Features

  • Adds a scale hacks to make the find & replace match the redacted char width (cb26efa3)
  • Adds some documentation (2e34eacf)
  • Adds documentation and screenshot (ba6baa45)
  • Implements concrete binding between package (e7f05bc2)

🐛 Bug Fixes

  • Fixes scale variations between the search matches and the minimal (27eec5aa)