tag:github.com,2008:https://github.com/iDoRecall/selection-menu/releasesRelease notes from selection-menu2015-09-11T10:02:53Ztag:github.com,2008:Repository/36789607/v3.4.22015-09-11T10:05:25ZReturn selection start and end DOM elements<ul>
<li>return the selection start and end DOM Elements</li>
<li>better handling of clicks on the menu</li>
</ul>dandvtag:github.com,2008:Repository/36789607/v3.4.02015-09-05T02:47:09ZSupport Firefox textareas and the selection ending outside the container<ul>
<li>Firefox support for textareas</li>
<li>display the menu even if the selection ends outside the container (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="104993285" data-permission-text="Title is private" data-url="https://github.com/iDoRecall/selection-menu/issues/8" data-hovercard-type="issue" data-hovercard-url="/iDoRecall/selection-menu/issues/8/hovercard" href="https://github.com/iDoRecall/selection-menu/issues/8">#8</a>)</li>
<li>clearer mouse event handling</li>
<li>more test cases</li>
</ul>dandvtag:github.com,2008:Repository/36789607/v3.3.02015-09-03T11:33:32ZTextarea handling, better menu hiding, better CSS isolation<ul>
<li>handle selection in textareas, though imperfectly without <a href="https://github.com/component/textarea-caret-position">textarea-caret-position</a></li>
<li>reset CSS more robustly with <code>all: unset</code></li>
<li>hide the menu according to browser selection clearing vagaries</li>
<li>3D shadow</li>
</ul>dandvtag:github.com,2008:Repository/36789607/v3.2.02015-08-31T08:37:19ZDrop Drop, use Tether directly<p>The dependency on Drop has been dropped, and now we use HubSpot's Tether directly. This was motivated by a number of insidious bugs in the Chrome extension, which are thus solved.</p>
<p><code>menuHTML</code> has also been deprecated in favor of <code>content</code> (similar to Drop's <a href="http://github.hubspot.com/drop/" rel="nofollow">content</a> option).</p>dandvtag:github.com,2008:Repository/36789607/v3.1.02015-07-30T00:39:38ZSwitched to HubSpot's Drop library<p>SelectionMenu now uses <a href="http://github.hubspot.com/drop/docs/welcome/" rel="nofollow">HubSpot's Drop library</a> for better positioning.</p>
<p>This is a pre-release because we plan to drop Drop and use <a href="http://github.hubspot.com/drop/overview/drop_vs_tether/" rel="nofollow">Tether directly (on which Drop is based)</a>.</p>dandvtag:github.com,2008:Repository/36789607/v2.0.22015-07-30T03:57:07ZLast release before switching to HubSpot's Drop<p>This release still uses the original naive positioning of the menu.</p>dandv