- Initial release.
- Add support for Turbolinks. (#2)
- Remove HTML from tooltips to remove any text artifacts. (#4)
- Namespace the tooltips to not conflict with application styles. (#8)
- Don't render the performance bar when
window.performance
doesn't exist. (#10)
- Use auto-gravity for tooltips on Peek bars that may be fixed to the bottom of the window.
- Fixed incorrect time on initial page load with newer Turbolinks - #17 (@brandonweiss)
- Don't strip
X-Request-Start
header which New Relic relies on. - #20
- Namespace ProcessUtilization middleware to Peek::Views::PerformanceBar - #21 (@jnunemaker)
- Allow
PerformanceBar::ProcessUtilization::Body
to behave like normal response body - #22 (@tubaxenor)
- Listen to Turbolinks v5
turbolinks:request-start
andturbolinks:load
JS events to trigger peek-performance_bar updates. - #26 @lucasmazza