diff --git a/CHANGELOG.md b/CHANGELOG.md index c511522..cb7da3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,207 +1,427 @@ -## Change Log - -### v0.13.1 (2017/03/24) -- Optimize load time ([@zertosh]) - -### v0.13.0 (2017/03/23) -- Fix not being able to select non whole words ([@richrace]) -- Fix words that should be highlighted in other panes highlighted ([@richrace]) -- Upgraded the API so the `minimap-highlight-selected` package displays the correct markers in each pane ([@richrace]) - -### v0.12.0 (2017/01/11) -- Retire :host and ::shadow pseudo-selectors ([@pyrotechnick]) -- Highlight selection across active panes ([@mswiszcz]) -- Fix moving panes ([@richrace]) -- Switches to Marker Layers API ([@dbachko]) - -### v0.11.2 (2015/02/02) -- Add Remove All Markers event ([@richrace]) -- Added `inline-block` class for better compatibility with status bar ([@scippio]) - -### v0.11.1 (2015/11/15) -- Fix highlights count ([@richrace]) - -### v0.11.0 (2015/11/15) -- Add status bar for highlights ([@richrace]) -- Add API service end point ([@richrace]) -- Add hotkeys/menus ([@richrace]) - -### v0.10.1 (2015/06/17) -- Ensure border for highlighted region doesn't overlap other lines ([@richrace]) - -### v0.10.0 (2015/06/14) -- Add special case for PHP variables beginning with `$` ([@richrace]) -- Add debounce/timeout when selections change ([@richrace]) -- Remove `atom-space-pen-views` ([@JCCR]) - -### v0.9.3 (2015/05/15) -- Fix `Uncaught TypeError: Cannot read property 'dispose' of undefined` ([@yongkangchen]) - -### v0.9.2 (2015/04/18) -- Fix hide highlight on multi select ([@hmatsuda]) - -### v0.9.1 (2015/03/01) -- Fix 1px border on panel ([@richrace]) - -### v0.9.0 (2015/02/13) -- Fix atom engine semver ([@izuzak]) -- Add minimum length option ([@hmatsuda]) -- Update Dev Dependencies (latest is no longer supported) ([@richrace]) - -### v0.8.0 (2015/02/01) -- Remove deprecations; move to Atom API v1 ([@hmatsuda]) - -### v0.7.0 (2014/12/17) -- Enable support for Shadow Dom ([@yongkangchen]) - -### v0.6.3 (2014/11/20) -- Fix for hiding highlight on the selected word when tabs are used not spaces ([@yongkangchen]) - -### v0.6.2 (2014/09/20) -- Improve the styling for light themes ([@Bengt]) - -### v0.6.1 (2014/09/15) -- Remove deprecated call to `getSelection()` with `getLastSelection()` ([@richrace]) - -### v0.6.0 (2014/08/23) -- Remove the Underlayer ([@richrace]) -- Add tmp folder to ignore ([@richrace]) -- Initial work of Specs ([@richrace]) -- Add Travis and Rakefile ([@richrace]) -- Project specific Coffee Lint properties ([@richrace]) -- Update Docs ([@richrace]) -- Don't require destroying when pane removed. ([@richrace]) -- Fix for settings view ([@richrace]) -- Update specs ([@richrace]) -- Fix inconsistent whitespace ([@richrace]) -- Add developer dependencies for CoffeeLint ([@richrace]) - -### v0.5.5 (2014/08/22 22:32 +00:00) -- [1dd19fd](https://github.com/richrace/highlight-selected/commit/1dd19fdbc6a355bdef253ad67fa3dff0ff20f00f) Destroy Marker not decorations. (@richrace) -- [7e3c65c](https://github.com/richrace/highlight-selected/commit/7e3c65c304d15bab8163c4e814dc855888bdbe08) Don't use leading whitespace. (@richrace) -- [f6c8687](https://github.com/richrace/highlight-selected/commit/f6c8687d6355f12289e38b939de8ab27135a9ca7) Prepare 0.5.5 release (@richrace) - -### v0.5.4 (2014/08/19 08:22 +00:00) -- [d851c03](https://github.com/richrace/highlight-selected/commit/d851c037e7e78cb197fb0545fa2074d7390c7d34) Add .editor class to README to be explicit. (@richrace) -- [935a6f7](https://github.com/richrace/highlight-selected/commit/935a6f7a89a86907b780046ff1fffd5a1505dc29) Use Less not CSS (@richrace) -- [ad20ee9](https://github.com/richrace/highlight-selected/commit/ad20ee9e99a95d4fb99ddf384816f387e47409db) Correct typo (@richrace) -- [84a0f8e](https://github.com/richrace/highlight-selected/commit/84a0f8ef50f0c1a126609baab6c981c9a53a6a6d) Prepare 0.5.4 release (@richrace) - -### v0.5.3 (2014/08/18 21:17 +00:00) -- [3a2141d](https://github.com/richrace/highlight-selected/commit/3a2141d0a5092ee7663e8f4a2aa46657c770f918) Be less explicit with the class structure (@richrace) -- [c905e3e](https://github.com/richrace/highlight-selected/commit/c905e3e278a015e0f122ba440a3c9eed32776807) Prepare 0.5.3 release (@richrace) - -### v0.5.2 (2014/08/18 19:41 +00:00) -- [b3aad78](https://github.com/richrace/highlight-selected/commit/b3aad78cc085335aa746db31e793a68d7839ee52) Add background and options for light theme (@richrace) -- [44695fe](https://github.com/richrace/highlight-selected/commit/44695fe41c23fa70a2f3f160863e6042686595f5) Prepare 0.5.2 release (@richrace) - -### v0.5.1 (2014/08/18 08:01 +00:00) -- [fd58912](https://github.com/richrace/highlight-selected/commit/fd589123155f394052468e1ac4cb29d5e067965b) Fix required Atom version. (@richrace) -- [fcb3926](https://github.com/richrace/highlight-selected/commit/fcb39265ca6e31a4c2784cd2a829765efeff606a) Prepare 0.5.1 release (@richrace) - -### v0.5.0 (2014/08/17 14:00 +00:00) -- [6fccb39](https://github.com/richrace/highlight-selected/commit/6fccb3926b863ba66bdc5d34bf2bada3a9e37c59) Add Ignore Case Option ([@andreldm]) -- [524f345](https://github.com/richrace/highlight-selected/commit/524f34554ba308690b9284642384c6b1dd8125e9) Use Decorations API; Requires latest Atom. (@richrace) -- [0f8b15e](https://github.com/richrace/highlight-selected/commit/0f8b15e89104476c2f931207be0cd0213613d6bd) Removed unused specs (@richrace) -- [0540f45](https://github.com/richrace/highlight-selected/commit/0540f451bc7fe22146842304562e7659f4869a35) Prepare 0.5.0 release (@richrace) - -### v0.4.1 (2014/07/19 10:23 +00:00) -- [2ddcfb3](https://github.com/richrace/highlight-selected/commit/2ddcfb3be8b7b56c7544bfb9f2beb52d3a633af2) Add option to hide highlight on current selected word (@richrace) -- [f02ff7a](https://github.com/richrace/highlight-selected/commit/f02ff7abe23a9748e53263824b94bdbed42d26ba) Prepare 0.4.1 release (@richrace) - -### v0.4.0 (2014/07/03 18:38 +00:00) -- [6e9964a](https://github.com/richrace/highlight-selected/commit/6e9964a382e6a55e66b190ec42b0434fc6740c35) Use editorView instead of editor for pixelPositionForScreenPosition to fix React Editor ([@taylorludwig]) -- [4306bc4](https://github.com/richrace/highlight-selected/commit/4306bc42e9ed7167dcdfa16989c887fe27ebc94a) Prepare 0.4.0 release (@richrace) - -### v0.3.0 (2014/06/29 19:07 +00:00) -- [670f9e7](https://github.com/richrace/highlight-selected/commit/670f9e72d5cafd8d7097aa07e839ddf193d32e81) fix(marker-view.coffee): on Windows, fix bug getting lineHeight value from @editor ([@nickeddy]) -- [b3097f0](https://github.com/richrace/highlight-selected/commit/b3097f07760a2d1d9c8cc3333c7867af44c2d6c6) Prepare 0.3.0 release (@richrace) - -### v0.2.11 (2014/04/06 15:26 +00:00) -- [068b5c3](https://github.com/richrace/highlight-selected/commit/068b5c37895375f1d17db2383ffbce15962ddc99) Correct word boundary. (@richrace) -- [86134bb](https://github.com/richrace/highlight-selected/commit/86134bb5e3f591089cbfe937d1a8b45cf34dc213) Prepare 0.2.11 release (@richrace) - -### v0.2.10 (2014/04/06 15:12 +00:00) -- [feac807](https://github.com/richrace/highlight-selected/commit/feac807214b7e01d09494d7f8db5f2f7c2b410cf) Only highlight whole words as an option (@richrace) -- [fe8cb20](https://github.com/richrace/highlight-selected/commit/fe8cb208920f87670a726fb22e787bacbd578412) Prepare 0.2.10 release (@richrace) - -### v0.2.9 (2014/03/22 09:27 +00:00) -- [5d4724a](https://github.com/richrace/highlight-selected/commit/5d4724a0b46bbb0c5b21b43b4277f3e3704d063b) Add Support for Symbols at the beginning of selected. (@richrace) -- [31cd7df](https://github.com/richrace/highlight-selected/commit/31cd7dffc8b5e0367b7a153054fe1c1536228f39) Prepare 0.2.9 release (@richrace) - -### v0.2.8 (2014/03/15 22:49 +00:00) -- [2293459](https://github.com/richrace/highlight-selected/commit/229345932a2ea2bfcdd2a6c1ef0bd4506f10a7a6) Grammar (@richrace) -- [484b404](https://github.com/richrace/highlight-selected/commit/484b4043cddab6c7e6919a6d8b1dfbbf2463efc8) Only highlight a whole word and not some selection. (@richrace) -- [aa1e09f](https://github.com/richrace/highlight-selected/commit/aa1e09fc4dfdffcd4523999e2fcf8df6e18440aa) More coffee tidy up (@richrace) -- [11204ce](https://github.com/richrace/highlight-selected/commit/11204cecb3be161301bd167d3dd2f48aac06f60c) Prepare 0.2.8 release (@richrace) - -### v0.2.7 (2014/03/15 16:12 +00:00) -- [69c0976](https://github.com/richrace/highlight-selected/commit/69c09762154c579b4692c50bca4b53da07cfb922) Don't need to use pane. (@richrace) -- [96d55db](https://github.com/richrace/highlight-selected/commit/96d55db7d5cacefba97cb0ae750f94e0127c4fca) Correct removing event. (@richrace) -- [8275841](https://github.com/richrace/highlight-selected/commit/8275841d8870da9e2d32d3cabf38f1cd59d67bce) Prepare 0.2.7 release (@richrace) - -### v0.2.6 (2014/03/13 21:34 +00:00) -- [c747297](https://github.com/richrace/highlight-selected/commit/c7472979afefa3f32b9e61d4b3fc1bca6d5c16b7) Try to improve performance and memory useage (@richrace) -- [cd90754](https://github.com/richrace/highlight-selected/commit/cd90754dff449fd7bbdef8dad67608168791f0d8) Prepare 0.2.6 release (@richrace) - -### v0.2.5 (2014/03/05 22:44 +00:00) -- [9dc686e](https://github.com/richrace/highlight-selected/commit/9dc686e47903f8ebe1c8071b1176612d9e264197) Only start doing parsing etc if there is more than one character (@richrace) -- [53fa717](https://github.com/richrace/highlight-selected/commit/53fa717f362a410a012ca303e8b1e26ac6c7e19e) Prepare 0.2.5 release (@richrace) - -### v0.2.4 (2014/03/05 22:41 +00:00) -- [0871be4](https://github.com/richrace/highlight-selected/commit/0871be42792d82c58f3b7e6fde854d5ba20fd7d8) Fix range for editors using \t not spaces (@richrace) -- [612dfef](https://github.com/richrace/highlight-selected/commit/612dfef069e6b27feba92585653661c6d6b55369) Prepare 0.2.4 release (@richrace) - -### v0.2.3 (2014/03/05 22:00 +00:00) -- [c9efa9f](https://github.com/richrace/highlight-selected/commit/c9efa9fee701560c559d47bf3173499d37f9fe9e) Typo (@richrace) -- [4e1d38c](https://github.com/richrace/highlight-selected/commit/4e1d38ceb8ab1f07f5f080f610f0d81c158e5c10) Only show markers on the active pane. (@richrace) -- [e64f1c5](https://github.com/richrace/highlight-selected/commit/e64f1c55788c4f12ec3ec02f1cfb1adf73fd196d) Prepare 0.2.3 release (@richrace) - -### v0.2.2 (2014/03/04 22:25 +00:00) -- [e7b6cdc](https://github.com/richrace/highlight-selected/commit/e7b6cdcbf9b2b98bd22fb77f4a2e65aafda82683) Update todo. Reformat. And it does work 100% of the time. (@richrace) -- [12a27d4](https://github.com/richrace/highlight-selected/commit/12a27d42901cfe87f3b6933a9914341ea41b7273) Prepare 0.2.2 release (@richrace) - -### v0.2.1 (2014/03/04 21:32 +00:00) -- [51c76cc](https://github.com/richrace/highlight-selected/commit/51c76cc1b2ad6d9b0a16c12f2f29344502144243) Renamed method to be more descriptive. (@richrace) -- [51ef411](https://github.com/richrace/highlight-selected/commit/51ef411b58922900d3e3e7e633e791070912b1fc) Prepare 0.2.1 release (@richrace) - -### v0.2.0 (2014/03/04 21:24 +00:00) -- [660df7a](https://github.com/richrace/highlight-selected/commit/660df7ac5c5115c5c969d7d27eb00f9dbe51771f) Better performance. Does highlights selection based on a word (@richrace) -- [dc7c81d](https://github.com/richrace/highlight-selected/commit/dc7c81d27ea3fde834341b9f16c7aac7cd849e75) Prepare 0.2.0 release (@richrace) - -### v0.1.3 (2014/03/03 20:32 +00:00) -- [6bb5417](https://github.com/richrace/highlight-selected/commit/6bb54177d1a21ca265e0bb160bbb0d4adc37a7cc) Found new issue with regex, added to issues/todo. (@richrace) -- [ee906d1](https://github.com/richrace/highlight-selected/commit/ee906d1af7299c1afe6c0b12c79cf8837fc7468a) Found another issue. (@richrace) -- [d9771a9](https://github.com/richrace/highlight-selected/commit/d9771a9769ec2657c074159c178fa73764a18bb1) Added another issue. (@richrace) -- [7ce6fe0](https://github.com/richrace/highlight-selected/commit/7ce6fe0daf280d1346ec7bf2286697f50ac90b32) Remove makers on keypress, reassign events to pane views. (@richrace) -- [115fa73](https://github.com/richrace/highlight-selected/commit/115fa7358c102b499de24d4d994e67308445e83b) Stop crashing for RegEx (@richrace) -- [6b94189](https://github.com/richrace/highlight-selected/commit/6b94189abf2cbab9dd8e087129a223b7e262d217) Prepare 0.1.3 release (@richrace) - -### v0.1.2 (2014/03/02 19:17 +00:00) -- [e7d4578](https://github.com/richrace/highlight-selected/commit/e7d4578cce9556aa18596b5bfc002d6b5dbc5724) Fix being able to uninstall package (@richrace) -- [bbbf2d2](https://github.com/richrace/highlight-selected/commit/bbbf2d21daf1f61bbaa63877b0cbcd4c8471c984) Prepare 0.1.2 release (@richrace) - -### v0.1.1 (2014/03/02 19:07 +00:00) -- [55eff4e](https://github.com/richrace/highlight-selected/commit/55eff4e258677bd31c16c1d8655a5dcba9a5d5a2) Oops, crashed on install (@richrace) -- [cbc8e28](https://github.com/richrace/highlight-selected/commit/cbc8e28722ecd02bf96d7e6d80b4ef73f16feb57) Prepare 0.1.1 release (@richrace) - -### v0.1.0 (2014/03/02 19:04 +00:00) -- [6a35111](https://github.com/richrace/highlight-selected/commit/6a35111b27d087957b6ec9d0fa56c6b095c11fb2) Initial commit (@richrace) -- [ab1ef7b](https://github.com/richrace/highlight-selected/commit/ab1ef7b2faf25a65b19787eb544d4cbb306143c1) Update name (@richrace) -- [0855c83](https://github.com/richrace/highlight-selected/commit/0855c83a38e5640b97cc899a39d342273e84f105) Update Readme (@richrace) -- [7ac1439](https://github.com/richrace/highlight-selected/commit/7ac1439e146e773110efcbf028d68f5309716c7d) Prepare 0.1.0 release (@richrace) - -[@richrace]: https://github.com/richrace -[@andreldm]: https://github.com/andreldm -[@taylorludwig]: https://github.com/taylorludwig -[@nickeddy]: https://github.com/nickeddy -[@Bengt]: https://github.com/Bengt -[@yongkangchen]: https://github.com/yongkangchen -[@hmatsuda]: https://github.com/hmatsuda -[@izuzak]: https://github.com/izuzak -[@JCCR]: https://github.com/JCCR -[@scippio]: https://github.com/scippio -[@mswiszcz]: https://github.com/mswiszcz -[@dbachko]: https://github.com/dbachko -[@pyrotechnick]: https://github.com/pyrotechnick -[@zertosh]: https://github.com/zertosh +# Change Log + +## [0.14.0](https://github.com/richrace/highlight-selected/tree/0.14.0) (2018-07-08) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.13.1...0.14.0) + +**Implemented enhancements:** + +- Integrate with scroll-marker to highlight matches on the scrollbar [\#173](https://github.com/richrace/highlight-selected/issues/173) +- Doesn't work for unicode words [\#105](https://github.com/richrace/highlight-selected/issues/105) +- Support for same file in multiple panes [\#82](https://github.com/richrace/highlight-selected/issues/82) + +**Fixed bugs:** + +- Uncaught TypeError: Cannot read property 'visibleMarkerLayer' of undefined [\#179](https://github.com/richrace/highlight-selected/issues/179) +- Split pane issues [\#178](https://github.com/richrace/highlight-selected/issues/178) + +**Closed issues:** + +- Update Readme [\#176](https://github.com/richrace/highlight-selected/issues/176) +- Option to highlight one-letter variables [\#170](https://github.com/richrace/highlight-selected/issues/170) +- Uncaught Error: PCRE does not support \L, \l, \N{name}, \U, or \u [\#169](https://github.com/richrace/highlight-selected/issues/169) +- Uncaught Error: PCRE does not support /L, \l, \N{name}, \U, or \u [\#168](https://github.com/richrace/highlight-selected/issues/168) +- Change text when highlighted [\#160](https://github.com/richrace/highlight-selected/issues/160) +- Cyrillic letters [\#157](https://github.com/richrace/highlight-selected/issues/157) +- feature: show highlights in scrollbar [\#155](https://github.com/richrace/highlight-selected/issues/155) +- Chinese character cannot be highlighted [\#153](https://github.com/richrace/highlight-selected/issues/153) +- Uncaught TypeError: escapeRegExp is not a function [\#152](https://github.com/richrace/highlight-selected/issues/152) +- Highlight Background Only on Selected Words [\#151](https://github.com/richrace/highlight-selected/issues/151) +- HighlightedAreaView.onDidAddSelectedMarker is deprecated. [\#149](https://github.com/richrace/highlight-selected/issues/149) +- HighlightedAreaView.onDidAddMarker is deprecated. [\#147](https://github.com/richrace/highlight-selected/issues/147) +- Selection not highlighted when hardware acceleration is disabled [\#146](https://github.com/richrace/highlight-selected/issues/146) +- Whole Words option should support the "$" symbol for JS files [\#141](https://github.com/richrace/highlight-selected/issues/141) +- $variables cannot be highlighted [\#132](https://github.com/richrace/highlight-selected/issues/132) +- Word-boundaries not in line with language settings [\#117](https://github.com/richrace/highlight-selected/issues/117) +- Highlight any selection \(without double-clicking\) [\#113](https://github.com/richrace/highlight-selected/issues/113) +- Missing highlight when line is folded [\#108](https://github.com/richrace/highlight-selected/issues/108) +- Need to highlight variable names starting with $ in Perl as well [\#107](https://github.com/richrace/highlight-selected/issues/107) +- Hightlight status bar shows incorrect num of matches [\#103](https://github.com/richrace/highlight-selected/issues/103) +- Can't select non latin symbols [\#102](https://github.com/richrace/highlight-selected/issues/102) +- Feature Request: Create Cursors On Marked Areas [\#99](https://github.com/richrace/highlight-selected/issues/99) +- Feature request: PHP $ 'special case' should be an option [\#88](https://github.com/richrace/highlight-selected/issues/88) + +**Merged pull requests:** + +- add command to select all markers [\#164](https://github.com/richrace/highlight-selected/pull/164) ([econtal](https://github.com/econtal)) +- Add configuration to adjust the string in the status bar [\#163](https://github.com/richrace/highlight-selected/pull/163) ([fuelingtheweb](https://github.com/fuelingtheweb)) +- Add special case for Perl `$` `%` and `@` variables [\#162](https://github.com/richrace/highlight-selected/pull/162) ([Wigginns](https://github.com/Wigginns)) +- Allow highlighting across word boundaries [\#154](https://github.com/richrace/highlight-selected/pull/154) ([ion201](https://github.com/ion201)) + +## [v0.13.1](https://github.com/richrace/highlight-selected/tree/v0.13.1) (2017-03-24) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.13.0...v0.13.1) + +**Closed issues:** + +- Deprecation Notice [\#145](https://github.com/richrace/highlight-selected/issues/145) +- Uncaught TypeError: Cannot read property 'scanInBufferRange' of undefined [\#127](https://github.com/richrace/highlight-selected/issues/127) + +**Merged pull requests:** + +- Optimize load time [\#148](https://github.com/richrace/highlight-selected/pull/148) ([zertosh](https://github.com/zertosh)) + +## [v0.13.0](https://github.com/richrace/highlight-selected/tree/v0.13.0) (2017-03-23) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.12.0...v0.13.0) + +**Closed issues:** + +- Failed to activate the highlight-selected package [\#142](https://github.com/richrace/highlight-selected/issues/142) +- Uncaught TypeError: Cannot read property 'push' of undefined [\#140](https://github.com/richrace/highlight-selected/issues/140) +- Deprecated selector in `highlight-selected\styles\highlight-selected.less` [\#134](https://github.com/richrace/highlight-selected/issues/134) +- Deprecated selector in `highlight-selected/styles/highlight-selected.less` [\#131](https://github.com/richrace/highlight-selected/issues/131) + +**Merged pull requests:** + +- Add HACK grammar to $ special handling [\#143](https://github.com/richrace/highlight-selected/pull/143) ([zertosh](https://github.com/zertosh)) +- Add a Gitter chat badge to README.md [\#86](https://github.com/richrace/highlight-selected/pull/86) ([gitter-badger](https://github.com/gitter-badger)) + +## [v0.12.0](https://github.com/richrace/highlight-selected/tree/v0.12.0) (2017-01-11) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.11.2...v0.12.0) + +**Closed issues:** + +- Deprecation warnings in Atom 1.13.0 [\#138](https://github.com/richrace/highlight-selected/issues/138) +- Can't change selection "shading" color, only the border color [\#137](https://github.com/richrace/highlight-selected/issues/137) +- Feature request: Highlight selected word on mini-map [\#135](https://github.com/richrace/highlight-selected/issues/135) +- if the view is splict to left and right, possible to highlight right when click left [\#123](https://github.com/richrace/highlight-selected/issues/123) +- Uncaught TypeError: Failed to execute 'item' on 'HTMLCollection': 1 argument required, but only 0 present. [\#122](https://github.com/richrace/highlight-selected/issues/122) +- Crashes when pointer position is changed [\#121](https://github.com/richrace/highlight-selected/issues/121) +- High startup time [\#118](https://github.com/richrace/highlight-selected/issues/118) +- \[Suggestion\] Match only whole word [\#116](https://github.com/richrace/highlight-selected/issues/116) +- Mouse button release not being detected [\#114](https://github.com/richrace/highlight-selected/issues/114) +- Performance on large files [\#104](https://github.com/richrace/highlight-selected/issues/104) +- Highlight only when match found [\#90](https://github.com/richrace/highlight-selected/issues/90) +- How to add a keybinding to highlight the word under the cursor? [\#87](https://github.com/richrace/highlight-selected/issues/87) +- Failed to activate the remember-session package [\#55](https://github.com/richrace/highlight-selected/issues/55) + +**Merged pull requests:** + +- Retire :host and ::shadow pseudo-selectors [\#136](https://github.com/richrace/highlight-selected/pull/136) ([pyrotechnick](https://github.com/pyrotechnick)) +- Switches to Marker Layers API [\#128](https://github.com/richrace/highlight-selected/pull/128) ([dbachko](https://github.com/dbachko)) +- Highlight selection across active panes [\#126](https://github.com/richrace/highlight-selected/pull/126) ([mswiszcz](https://github.com/mswiszcz)) + +## [v0.11.2](https://github.com/richrace/highlight-selected/tree/v0.11.2) (2016-02-02) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.11.1...v0.11.2) + +**Closed issues:** + +- High CPU usage [\#110](https://github.com/richrace/highlight-selected/issues/110) +- Highlight Line Numbers also when selected \( enhancement \) [\#76](https://github.com/richrace/highlight-selected/issues/76) + +**Merged pull requests:** + +- Added inline-block class for better compatibility [\#106](https://github.com/richrace/highlight-selected/pull/106) ([scippio](https://github.com/scippio)) + +## [v0.11.1](https://github.com/richrace/highlight-selected/tree/v0.11.1) (2015-11-15) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.11.0...v0.11.1) + +## [v0.11.0](https://github.com/richrace/highlight-selected/tree/v0.11.0) (2015-11-15) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.10.1...v0.11.0) + +**Implemented enhancements:** + +- Counter for highlighted words [\#94](https://github.com/richrace/highlight-selected/issues/94) +- Command to toggle highlight selected [\#92](https://github.com/richrace/highlight-selected/issues/92) +- Add API [\#63](https://github.com/richrace/highlight-selected/issues/63) + +**Closed issues:** + +- Plugin should only select fully matching items [\#101](https://github.com/richrace/highlight-selected/issues/101) +- Don't highlight partial matches [\#95](https://github.com/richrace/highlight-selected/issues/95) +- Status bar number of highlight/occurrences is one off [\#93](https://github.com/richrace/highlight-selected/issues/93) +- I cannot install this package [\#91](https://github.com/richrace/highlight-selected/issues/91) +- Only highlight occurences in lines below/above selected word [\#89](https://github.com/richrace/highlight-selected/issues/89) +- Uncaught TypeError: Cannot read property 'dispose' of undefined [\#85](https://github.com/richrace/highlight-selected/issues/85) + +**Merged pull requests:** + +- Add Highlighted info to the status bar. Closes \#94 [\#100](https://github.com/richrace/highlight-selected/pull/100) ([richrace](https://github.com/richrace)) +- Add basic API [\#81](https://github.com/richrace/highlight-selected/pull/81) ([richrace](https://github.com/richrace)) + +## [v0.10.1](https://github.com/richrace/highlight-selected/tree/v0.10.1) (2015-06-17) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.10.0...v0.10.1) + +**Fixed bugs:** + +- Not closing the bottom/top of the highlight on line 144/145 [\#84](https://github.com/richrace/highlight-selected/issues/84) + +**Closed issues:** + +- Highlight with one click [\#83](https://github.com/richrace/highlight-selected/issues/83) + +## [v0.10.0](https://github.com/richrace/highlight-selected/tree/v0.10.0) (2015-06-14) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.9.3...v0.10.0) + +**Implemented enhancements:** + +- Only highlight after timeout [\#75](https://github.com/richrace/highlight-selected/issues/75) + +**Closed issues:** + +- Highlight not always working with double click to select word [\#77](https://github.com/richrace/highlight-selected/issues/77) +- Can not use cmd key to multi-select content [\#74](https://github.com/richrace/highlight-selected/issues/74) +- Whole Words option should support the "$" symbol for PHP files [\#73](https://github.com/richrace/highlight-selected/issues/73) +- can't see which ones are selected [\#71](https://github.com/richrace/highlight-selected/issues/71) +- An error message shows up with no obvious abnormal behavior [\#70](https://github.com/richrace/highlight-selected/issues/70) +- Uncaught TypeError: Cannot read property 'dispose' of undefined [\#69](https://github.com/richrace/highlight-selected/issues/69) + +**Merged pull requests:** + +- Add special case for PHP `$` variables [\#80](https://github.com/richrace/highlight-selected/pull/80) ([richrace](https://github.com/richrace)) +- Add debounce feature [\#79](https://github.com/richrace/highlight-selected/pull/79) ([richrace](https://github.com/richrace)) +- Remove dependency on 'atom-space-pen-views' [\#78](https://github.com/richrace/highlight-selected/pull/78) ([JCCR](https://github.com/JCCR)) + +## [v0.9.3](https://github.com/richrace/highlight-selected/tree/v0.9.3) (2015-05-15) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.9.2...v0.9.3) + +**Closed issues:** + +- Uncaught TypeError: Cannot read property 'dispose' of undefined [\#67](https://github.com/richrace/highlight-selected/issues/67) +- Failed to load the highlight-selected package [\#65](https://github.com/richrace/highlight-selected/issues/65) +- Uncaught TypeError: undefined is not a function [\#61](https://github.com/richrace/highlight-selected/issues/61) + +**Merged pull requests:** + +- fix \#67 [\#68](https://github.com/richrace/highlight-selected/pull/68) ([yongkangchen](https://github.com/yongkangchen)) +- Update README.md [\#66](https://github.com/richrace/highlight-selected/pull/66) ([simon-clay](https://github.com/simon-clay)) +- Test minimap dependencies [\#62](https://github.com/richrace/highlight-selected/pull/62) ([richrace](https://github.com/richrace)) + +## [v0.9.2](https://github.com/richrace/highlight-selected/tree/v0.9.2) (2015-04-18) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.9.1...v0.9.2) + +**Fixed bugs:** + +- Hide highlight on multiselect [\#56](https://github.com/richrace/highlight-selected/issues/56) + +**Closed issues:** + +- Only highlight matches when they are whole words [\#59](https://github.com/richrace/highlight-selected/issues/59) +- Module fails to activate [\#52](https://github.com/richrace/highlight-selected/issues/52) + +**Merged pull requests:** + +- Fix \#56 [\#58](https://github.com/richrace/highlight-selected/pull/58) ([hmatsuda](https://github.com/hmatsuda)) +- update link reference [\#57](https://github.com/richrace/highlight-selected/pull/57) ([nobitagit](https://github.com/nobitagit)) + +## [v0.9.1](https://github.com/richrace/highlight-selected/tree/v0.9.1) (2015-03-01) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.9.0...v0.9.1) + +**Implemented enhancements:** + +- Minimum length [\#36](https://github.com/richrace/highlight-selected/issues/36) + +**Closed issues:** + +- hide panel on startup [\#54](https://github.com/richrace/highlight-selected/issues/54) +- Atom.Object.defineProperty.get is deprecated. [\#50](https://github.com/richrace/highlight-selected/issues/50) +- Styling has no effect on highlighting [\#41](https://github.com/richrace/highlight-selected/issues/41) + +**Merged pull requests:** + +- Update README example [\#51](https://github.com/richrace/highlight-selected/pull/51) ([tylerdiaz](https://github.com/tylerdiaz)) + +## [v0.9.0](https://github.com/richrace/highlight-selected/tree/v0.9.0) (2015-02-13) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.8.0...v0.9.0) + +**Closed issues:** + +- Atom.Object.defineProperty.get is deprecated. [\#47](https://github.com/richrace/highlight-selected/issues/47) +- Atom.Object.defineProperty.get is deprecated. [\#45](https://github.com/richrace/highlight-selected/issues/45) +- Atom.Object.defineProperty.get is deprecated. [\#44](https://github.com/richrace/highlight-selected/issues/44) +- Deprecated Selectors [\#42](https://github.com/richrace/highlight-selected/issues/42) +- Atom.Object.defineProperty.get is deprecated. [\#40](https://github.com/richrace/highlight-selected/issues/40) +- Atom.Object.defineProperty.get is deprecated. [\#39](https://github.com/richrace/highlight-selected/issues/39) +- Atom.Object.defineProperty.get is deprecated. [\#38](https://github.com/richrace/highlight-selected/issues/38) +- Atom.Object.defineProperty.get is deprecated. [\#37](https://github.com/richrace/highlight-selected/issues/37) +- Atom.Object.defineProperty.get is deprecated. [\#34](https://github.com/richrace/highlight-selected/issues/34) +- Use new Events API [\#29](https://github.com/richrace/highlight-selected/issues/29) + +**Merged pull requests:** + +- Add minimum length option [\#49](https://github.com/richrace/highlight-selected/pull/49) ([hmatsuda](https://github.com/hmatsuda)) +- Fix atom engine semver [\#48](https://github.com/richrace/highlight-selected/pull/48) ([izuzak](https://github.com/izuzak)) + +## [v0.8.0](https://github.com/richrace/highlight-selected/tree/v0.8.0) (2015-02-02) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.7.0...v0.8.0) + +**Closed issues:** + +- Atom.Object.defineProperty.get is deprecated. [\#35](https://github.com/richrace/highlight-selected/issues/35) + +**Merged pull requests:** + +- Upgrade this package to 1.0 APIs [\#46](https://github.com/richrace/highlight-selected/pull/46) ([hmatsuda](https://github.com/hmatsuda)) + +## [v0.7.0](https://github.com/richrace/highlight-selected/tree/v0.7.0) (2014-12-17) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.6.3...v0.7.0) + +**Closed issues:** + +- Styles needs an update to support new shadow DOM setting [\#30](https://github.com/richrace/highlight-selected/issues/30) + +**Merged pull requests:** + +- Fix \#30 [\#33](https://github.com/richrace/highlight-selected/pull/33) ([yongkangchen](https://github.com/yongkangchen)) + +## [v0.6.3](https://github.com/richrace/highlight-selected/tree/v0.6.3) (2014-11-20) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.6.2...v0.6.3) + +**Closed issues:** + +- option of hideHighlightOnSelectedWord sometimes not work [\#31](https://github.com/richrace/highlight-selected/issues/31) +- Highlights incorrectly positioned [\#28](https://github.com/richrace/highlight-selected/issues/28) + +**Merged pull requests:** + +- fix hideHighlightOnSelectedWord sometimes not work [\#32](https://github.com/richrace/highlight-selected/pull/32) ([yongkangchen](https://github.com/yongkangchen)) + +## [v0.6.2](https://github.com/richrace/highlight-selected/tree/v0.6.2) (2014-09-20) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.6.1...v0.6.2) + +**Closed issues:** + +- Better colors for light theme [\#26](https://github.com/richrace/highlight-selected/issues/26) + +**Merged pull requests:** + +- implement better colors for light theme [\#27](https://github.com/richrace/highlight-selected/pull/27) ([Bengt](https://github.com/Bengt)) + +## [v0.6.1](https://github.com/richrace/highlight-selected/tree/v0.6.1) (2014-09-15) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.6.0...v0.6.1) + +**Closed issues:** + +- Editor.getSelection is deprecated. [\#25](https://github.com/richrace/highlight-selected/issues/25) +- Package broken on commit be1d4ee5dc7c125bcd7ffb0f97af6414bcba6e7d of atom [\#23](https://github.com/richrace/highlight-selected/issues/23) +- Ignore 1-char selections [\#22](https://github.com/richrace/highlight-selected/issues/22) + +## [v0.6.0](https://github.com/richrace/highlight-selected/tree/v0.6.0) (2014-08-23) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.5.5...v0.6.0) + +## [v0.5.5](https://github.com/richrace/highlight-selected/tree/v0.5.5) (2014-08-22) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.5.4...v0.5.5) + +**Closed issues:** + +- Leading whitespace [\#21](https://github.com/richrace/highlight-selected/issues/21) +- Highlight Background appears twice in settings [\#20](https://github.com/richrace/highlight-selected/issues/20) + +## [v0.5.4](https://github.com/richrace/highlight-selected/tree/v0.5.4) (2014-08-19) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.5.3...v0.5.4) + +## [v0.5.3](https://github.com/richrace/highlight-selected/tree/v0.5.3) (2014-08-18) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.5.2...v0.5.3) + +## [v0.5.2](https://github.com/richrace/highlight-selected/tree/v0.5.2) (2014-08-18) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.5.1...v0.5.2) + +**Closed issues:** + +- Feature request: highlight words in full color, not only with canvas. [\#15](https://github.com/richrace/highlight-selected/issues/15) +- The highlighted words are almost invisible in light theme [\#14](https://github.com/richrace/highlight-selected/issues/14) + +## [v0.5.1](https://github.com/richrace/highlight-selected/tree/v0.5.1) (2014-08-18) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.5.0...v0.5.1) + +## [v0.5.0](https://github.com/richrace/highlight-selected/tree/v0.5.0) (2014-08-17) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.4.1...v0.5.0) + +**Closed issues:** + +- Use decorations [\#17](https://github.com/richrace/highlight-selected/issues/17) +- Having highlight-selected installed breaks Atom specs [\#16](https://github.com/richrace/highlight-selected/issues/16) +- If I edit one occurence of the highlighted word it should edit the others too [\#13](https://github.com/richrace/highlight-selected/issues/13) +- Poor performance with large files [\#3](https://github.com/richrace/highlight-selected/issues/3) + +**Merged pull requests:** + +- Decorations [\#19](https://github.com/richrace/highlight-selected/pull/19) ([richrace](https://github.com/richrace)) +- Add Ignore Case Option [\#18](https://github.com/richrace/highlight-selected/pull/18) ([andreldm](https://github.com/andreldm)) + +## [v0.4.1](https://github.com/richrace/highlight-selected/tree/v0.4.1) (2014-07-19) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.4.0...v0.4.1) + +**Implemented enhancements:** + +- Consider current selected don't have border [\#11](https://github.com/richrace/highlight-selected/issues/11) + +**Closed issues:** + +- Uncaught TypeError: Cannot call method 'pixelPositionForScreenPosition' of null -React- [\#10](https://github.com/richrace/highlight-selected/issues/10) + +## [v0.4.0](https://github.com/richrace/highlight-selected/tree/v0.4.0) (2014-07-03) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.3.0...v0.4.0) + +**Closed issues:** + +- Cannot call method 'pixelPositionForScreenPosition' of null when using React editor [\#8](https://github.com/richrace/highlight-selected/issues/8) + +**Merged pull requests:** + +- React Editor pixelPositionForScreenPosition fix [\#9](https://github.com/richrace/highlight-selected/pull/9) ([taylorludwig](https://github.com/taylorludwig)) + +## [v0.3.0](https://github.com/richrace/highlight-selected/tree/v0.3.0) (2014-06-29) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.11...v0.3.0) + +**Merged pull requests:** + +- fix\(marker-view.coffee\): on Windows, lineHeight undefined. [\#6](https://github.com/richrace/highlight-selected/pull/6) ([nickeddy](https://github.com/nickeddy)) + +## [v0.2.11](https://github.com/richrace/highlight-selected/tree/v0.2.11) (2014-04-06) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.10...v0.2.11) + +## [v0.2.10](https://github.com/richrace/highlight-selected/tree/v0.2.10) (2014-04-06) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.9...v0.2.10) + +**Closed issues:** + +- Only highlight whole words [\#5](https://github.com/richrace/highlight-selected/issues/5) + +## [v0.2.9](https://github.com/richrace/highlight-selected/tree/v0.2.9) (2014-03-22) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.8...v0.2.9) + +**Closed issues:** + +- Match "$" and "@" [\#4](https://github.com/richrace/highlight-selected/issues/4) + +## [v0.2.8](https://github.com/richrace/highlight-selected/tree/v0.2.8) (2014-03-15) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.7...v0.2.8) + +## [v0.2.7](https://github.com/richrace/highlight-selected/tree/v0.2.7) (2014-03-15) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.6...v0.2.7) + +## [v0.2.6](https://github.com/richrace/highlight-selected/tree/v0.2.6) (2014-03-13) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.5...v0.2.6) + +## [v0.2.5](https://github.com/richrace/highlight-selected/tree/v0.2.5) (2014-03-05) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.4...v0.2.5) + +## [v0.2.4](https://github.com/richrace/highlight-selected/tree/v0.2.4) (2014-03-05) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.3...v0.2.4) + +**Fixed bugs:** + +- Problem with multiple panes open [\#2](https://github.com/richrace/highlight-selected/issues/2) +- Strange offset with highlight [\#1](https://github.com/richrace/highlight-selected/issues/1) + +## [v0.2.3](https://github.com/richrace/highlight-selected/tree/v0.2.3) (2014-03-05) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.2...v0.2.3) + +## [v0.2.2](https://github.com/richrace/highlight-selected/tree/v0.2.2) (2014-03-04) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.1...v0.2.2) + +## [v0.2.1](https://github.com/richrace/highlight-selected/tree/v0.2.1) (2014-03-04) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.2.0...v0.2.1) + +## [v0.2.0](https://github.com/richrace/highlight-selected/tree/v0.2.0) (2014-03-04) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.1.3...v0.2.0) + +## [v0.1.3](https://github.com/richrace/highlight-selected/tree/v0.1.3) (2014-03-03) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.1.2...v0.1.3) + +## [v0.1.2](https://github.com/richrace/highlight-selected/tree/v0.1.2) (2014-03-02) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.1.1...v0.1.2) + +## [v0.1.1](https://github.com/richrace/highlight-selected/tree/v0.1.1) (2014-03-02) +[Full Changelog](https://github.com/richrace/highlight-selected/compare/v0.1.0...v0.1.1) + +## [v0.1.0](https://github.com/richrace/highlight-selected/tree/v0.1.0) (2014-03-02)