All Versions
21
Latest Version
Avg Release Cycle
139 days
Latest Release
2057 days ago
Changelog History
Page 2
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
- ๐ Fix path to memcache adapter - #34 @grk
- Prevent namespace collision when using peek-dalli - #34 @grk
-
v0.1.1 Changes
- ๐ Fix bug with how
peek:render
was passing arguments around.
- ๐ Fix bug with how
-
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.
- โก๏ธ Introduced a new JS event
-
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)
- ๐
Namespace the tooltips to the
-
v0.0.4 Changes
- Don't capture
being pressed when in combination with
cmd` - ๐ Support for Turbolinks (#14)
- Don't capture
-
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.