Releases: sitespeedio/browsertime
Releases · sitespeedio/browsertime
v24.0.0
The 24.0.0 release remove a lot of dependencies. Since we implemented Browsertime the first time, there are many things that are easy to do in modern NodeJS. Those things have now been implemented in Browsertime.
This release would work exactly as before, the only thing that changed is that usb-power-profiling is a optional dependency. That means that if you install using --omit=optional
that dependency is not installed.
Changed
- Moved usb-power-profiling to be an optional package #2249.
Added
- Edgedriver 132 #2236.
- Chromedriver 132 #2236.
- Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 #2255.
Fixed
- Replace dependencies with local implementation:
- Replace btoa #2233.
- Replace hasbin #2234.
- Replace DayJS #2235.
- Replace lodash.pick #2237.
- Replace lodash.groupBy #2238.
- Replace find-up #2240.
- Replace lodash.isEmpty #2241.
- Replace get-port #2242.
- Replace jimp with jimp custom #2243.
- Replace @cypress/xvfb #2245.
- Replace intel (log) with sitespeed.io/log #2246.
- Replace lodash.set #2250.
- Replace lodash.get #2251.
- Fix Docker file ENV to follow the new standard #2239.
v23.5.0
Added
- Added
--userTimingBlockList
#2227.
Fixed
- Updated to webdriver 4.28 #2226.
- Updated dev dependencies #2228.
- Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io #2229.
- Update to execa 9.5.2 #2231.
- Update to adbkit 3.3.8 #2232.
- Fix so you cannot use gnirehtet with webpagereplay #2230.
v23.4.5
v23.4.4
v23.4.3
- Update to USB power profiling 1.5.0 #2221.
v23.4.2
Fixed
- Improve how we compute the power consumption numbers from the Firefox Profiler output PR by Nazım Can Altınova #2220
v23.4.1
v23.4.0
Added
- Collect more information about the largest contentful paint #2206
- Add extra timings and new custom timeline to the Chrome timeline #2217. Inspired by
Andy Davies cool /~https://github.com/andydavies/perf-timeline-to-devtools-profile.
Fixed
- More configuration tuning for Firefox #2216.