Sha256: 9cd83eebff6dac8942c5af165283228690403a4631b86f4f4e9e74aac4c3753b
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
# 0.0.1 - Initial release. # 0.0.2 - Add own tipsy plugin to allow for tooltips. # 0.0.3 - Change the scope of the .tipsy selector as it's inserted outside of the Glimpse div. # 0.0.4 - Don't capture ` being pressed when in combination with `cmd` - Support for [Turbolinks](https://github.com/rails/turbolinks) (#14) # 0.0.5 - Namespace the tooltips to the `.glimpse-tooltip` class name to not conflict with any application styles for `.tooltip`. (#18) # 0.0.6 - Added Peek::Views::View#parse_options that gets called within initialize for subclasses to use to parse their options. # 0.1.0 - 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. # 0.1.1 - Fix bug with how `peek:render` was passing arguments around. # 0.1.2 - Fix path to memcache adapter - [#34](https://github.com/peek/peek/pull/34) [@grk](https://github.com/grk) - Prevent namespace collision when using [peek-dalli](https://github.com/peek/peek-dalli) - [#34](https://github.com/peek/peek/pull/34) [@grk](https://github.com/grk) # 0.1.3 - Remove Redis dependency from Gemfile
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peek-0.1.3 | CHANGELOG.md |