Releases: treosh/lighthouse-ci-action
Releases · treosh/lighthouse-ci-action
8.0.0
- feat: Lighthouse v8 #86
- feat: add
options.artifactName
#81
- docs: fix the chromeFlags example #83
7.0.0
- Upgrade to Lighthouse v7 and LHCI v0.7
- Match this action version with Lighthouse (bump from 3.1.0 to 7.0.0)
configPath
support on upload command #75
v7 - Lighthouse v7
Live tag for 7.x.x releases.
3.1.0
- Support basic auth #62
- Extended outputs with links and assertion results
- Upgrade to Lighthouse 6.2.0 and LHCI v0.5
Special thanks to @kiwiupover and @denar90 🙏
v3 - Lighthouse v6
Live tag for 3.x.x
releases.
3.0.0
- Upgrade to Lighthouse v6 and LHCI v0.4 #52
- Fix default runs #48
- Fix
configPath
resolution #47
- Use
::warning
for not failing tests #43
- docs: a recipe with Lighthouse plugin #42
- docs: integration with Netlify #30
- experimental: extend output with
links
and assertionResults
#41
2.3.2
- fix case when
a.auditProperty
is undefined #50
- update emojis #49
v2: Lighthouse CI Integration
Live tag for 2.x.x
releases.
2.3.1
- upgrade to @lhci/cli 0.3.12
- disable
--uploadUrlMap
by default in every branch (only master)
- remove warning for using
static_dist_dir
with urls #45
2.3.0
🚀Integrates with new features in Github Actions environment and Lighthouse CI 🚀
- Use annotation to communicate failed results
- Upload artifacts without using an extra action
- Rename
upload.*
inputs to to serverBaseUrl
and serverToken
with backward compatibility
- Support
.yaml
config #23
- Support for urls in config #29