Skip to content

Releases: trunkclub/lumberjack

v3.1.0

23 Sep 17:28
Compare
Choose a tag to compare

3.1.0 (2021-09-23)

Features

  • automation: adds an automate script to support runs without the CLI (#102) (373cde7)

v3.0.0

21 Sep 20:44
Compare
Choose a tag to compare

3.0.0 (2021-09-21)

Bug Fixes

  • by element tally: fixes issue where byElement tally was incorrect (61c8a2e), closes #98

BREAKING CHANGES

  • by element tally: Because keys have been renamed, Unique Violation Data will need to be recreated for
    previous Report IDs.

v2.2.1

08 Sep 18:49
Compare
Choose a tag to compare

2.2.1 (2021-09-08)

Bug Fixes

  • cli: fixes issue where user was asked for report ID instead of running job (6576c67)

v2.2.0

02 Sep 15:11
Compare
Choose a tag to compare

2.2.0 (2021-09-02)

Features

  • homepage: moves context copy into modals (cab57a9), closes #84
  • modal: adds modal to client (2401962)

v2.1.0

30 Aug 20:54
Compare
Choose a tag to compare

2.1.0 (2021-08-30)

Bug Fixes

  • cli: adds check for report folder before pulling data (ce6c789)
  • client: makes changes to schema to reflect typing changes from v2.0.0 (575c96e)

Features

  • cli: creates all-in-one CLI option (c2d01b2)

v2.0.0

20 Aug 16:36
Compare
Choose a tag to compare

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

18 Sep 21:37
c3ee200
Compare
Choose a tag to compare
v1.0.0

Update README.md