All Versions
21
Latest Version
Avg Release Cycle
139 days
Latest Release
2057 days ago

Changelog History
Page 2

  • v0.1.4 Changes

    • Don't access xhr object when not present in pjax:end
  • v0.1.3 Changes

    • โœ‚ Remove Redis dependency from Gemfile
  • v0.1.2 Changes

  • v0.1.1 Changes

    • ๐Ÿ›  Fix bug with how peek:render was passing arguments around.
  • v0.1.0 Changes

    • โšก๏ธ Introduced a new JS event peek:render that includes the request id and request payload data that is used to update the information in the bar.
    • ๐Ÿšš Request information has moved from the peek/results partial to an AJAX request that happens on page load, and when PJAX/Turbolinks change pages.
    • โœ‚ Removed the need for peek/results partial.
    • ๐Ÿ›ฐ Introduced a Redis and Memcache adapter for multi-server environments to store request payloads.
    • Tooltips automatically repositions depending on where the Peek bar is.
  • v0.0.6 Changes

    • โž• Added Peek::Views::View#parse_options that gets called within initialize for subclasses to use to parse their options.
  • v0.0.5 Changes

    • ๐Ÿ’… Namespace the tooltips to the .glimpse-tooltip class name to not conflict with any application styles for .tooltip. (#18)
  • v0.0.4 Changes

    • Don't capture being pressed when in combination withcmd`
    • ๐Ÿ‘Œ Support for Turbolinks (#14)
  • v0.0.3 Changes

    • ๐Ÿ”„ Change the scope of the .tipsy selector as it's inserted outside of the Glimpse div.
  • v0.0.2 Changes

    • โž• Add own tipsy plugin to allow for tooltips.