Releases: trunkclub/lumberjack
Releases · trunkclub/lumberjack
v3.1.0
v3.0.0
v2.2.1
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2021-08-20)
Bug Fixes
- audit util: updates how and where params are added to audit paths (6e3df30)
- client: switch to latest report summary rather than all report summaries (55fc50d)
- content eval: adjusts the valid content check to find empty pages (9a8c793)
- divider: fixes spacing and sizing issues from recent theme adjustments (a0bd5e1)
- gitignore: removed audit-data folder from gitignore, which kept reports from being commited (1031f44)
- homepage: fixes math and summary order on homepage (1b8a6a6)
- initial run: fixes issue where initial run wasn't populating summaries folder as expected (23972a2)
- nav links: fixes feature report links (b769c74)
- reports: adds back combine command removed by mistake (d7c058f)
- schema: sets with/without arrays to accept null/empty results; would throw error previously (7daa46a)
- sidenav: fixes issue where feature nav only showed up on homepage (ef20377)
- summaries: adds missing key value (f0e9cd2)
- typing: fixes wrong key value missed from batch typing changes (6af3bc9)
- typo: fixes typo in no-violations message (b6eaa7e)
- versioning: fixes yaml formatting (b06df93)
- versioning: updates release ci content (1bb00e9), closes #74
- violation tally: fixes issue where tally wasn't being calculated (7025264)
Code Refactoring
- config: shifts to js for config, updates user population (70c8c54), closes #64
- route report: removes unused route report code (f4a9d39)
Features
- about: adds about page with more information about data and project (74e8d56)
- app data: replaces app id with name and surfaces in client (df1bb02), closes #64
- audit: adds scroll to bottom before running test (4649176)
- barchart: adds support for 'none' impact level and updates colors (612c235)
- client: adds in client files (267f1da)
- components: adds data display components (85ea9ae)
- config: allows a container element to be passed to audit script (b4140d8)
- feature summary: redesigns feature summary page (da76e3e)
- feature summary: refactors and redesigns feature summary page (8c0370f)
- home: adds new overview chart to homepage (c273a95)
- ifeature-summaries: sets up report for feature-level summaries (52b9046)
- impact: adds tags to impact reports. Shows what guidelines (WCAG AA, etc) are violated (6c8c479)
- impact pages: modifies impact pages to be more like feature pages, and cleans up some imports (bf7fbd8)
- impact reports: overhauls impact report pages (20b54e0)
- impact-report: adds more context and granularity of data to impact report (7c10df4)
- restores snapshot functionality from earlier version of Lumberjack (8466589)
BREAKING CHANGES
- config: Existing JSON files in config folder will no longer be referenced; must switch to
.ljconfig.js instead. - impact reports: Impact report now presents data in a drastically different way from before.
- route report: a type of report is removed
Initial release
v1.0.0 Update README.md