Codeintellify Versions Save

Adds code intelligence to code views on the web ✨

v6.0.1

5 years ago

6.0.1 (2018-12-23)

Bug Fixes

  • export HoverOverlayProps (c6dc4cb)

v6.0.0

5 years ago

6.0.0 (2018-12-23)

Bug Fixes

  • hide overlay when both hover and actions are still loading (a17e77f)
  • override default github styling for close button (667caf9)

Code Refactoring

  • rename fetch{Hover,Actions} -> get{Hover,Actions} (a3e3dc5)

Features

  • HoverOverlay accepts children (08bdfc3)
  • pass through hover data to HoverOverlay component (be45d5b)
  • provide a fetchActions instead of hard-coding "Go to def" (3f92379)
  • remove "Find references" button (85c8612)
  • remove hover rendering, only keep hover attachment (0151c73)
  • remove HoverOverlay component (e0caa80)
  • variable width for HoverOverlay (de4f140)

BREAKING CHANGES

  • Fields were renamed: fetch{Hover,Actions} -> get{Hover,Actions}.
  • Removes the HoverOverlay component. You must create your own UI component that renders from the hoverStateUpdates data.

v5.1.0

5 years ago

5.1.0 (2018-12-21)

Features

  • add more allowed tags and attributes for extensions (#83) (1836363)

v5.0.2

5 years ago

5.0.2 (2018-12-21)

Bug Fixes

  • navigating with pinned hover unpins (bb3a5e0)

v5.0.1

5 years ago

5.0.1 (2018-12-14)

Bug Fixes

  • off-by-one hover range result (a327422)

v5.0.0

5 years ago

5.0.0 (2018-12-13)

chore

BREAKING CHANGES

  • The logTelemetryEvent field was removed.

v4.3.0

5 years ago

4.3.0 (2018-12-11)

Bug Fixes

  • overlay remains visible on click when already moused over (364ed5e)

Features

  • only show close button on pinned overlays on hover (0a3c993)

v4.2.1

5 years ago

4.2.1 (2018-12-11)

Bug Fixes

  • delay highlighting the hovered token until the hover is shown (3b6e5b2)
  • listen for mousemove events (previously was not listening) (46ed1a9)

v4.2.0

5 years ago

4.2.0 (2018-12-10)

Bug Fixes

  • equal-width action buttons (5324403)

Features

  • shorten animation time for hover for responsiveness (2d86d71)

v4.1.0

5 years ago

4.1.0 (2018-12-10)

Features

  • increase LOADER_DELAY to reduce UI jitter (05ac759)
  • less spacing in HoverOverlay SCSS (d123657)
  • remove special handling of LSP EMODENOTFOUND (787dd89)
  • remove telemetry event logging (9c5f36f)