Skip to content

Latest commit

 

History

History
169 lines (78 loc) · 7.49 KB

CHANGELOG.md

File metadata and controls

169 lines (78 loc) · 7.49 KB

1.11.2 (2020-11-15)

Bug Fixes

  • add margin at the bottom so fabs doesn't overlap with page content (46a732e)

1.11.1 (2020-11-14)

Bug Fixes

1.11.0 (2020-11-07)

Features

  • add json editor for the files (f02d532)

1.10.0 (2020-11-04)

Features

  • add an option to weight elements by the # of siblings instead of # of subnodes (4792dd8)

1.9.2 (2020-11-04)

Bug Fixes

  • allow buymeacoffee to have scripts in their iframes (cd053ca)

1.9.1 (2020-11-03)

Bug Fixes

  • add missing $ sign in secrets (530ad44)
  • add missing env vars in GitHub Action workflows (a1d4a5d)

1.9.0 (2020-11-03)

Features

  • add "buy me a coffee" widget (952937a)

1.8.0 (2020-11-03)

Features

  • capture and show errors in the scoring processing (cae1ab1)

1.7.0 (2020-11-03)

Features

  • add Crisp chat bubble as support mechanism (ab2c4ae)

1.6.1 (2020-11-03)

Bug Fixes

  • move FullStory init to useEffect to prevent loading in ss (c15ef25)

1.6.0 (2020-11-03)

Features

  • add an option to compare unsorted arrays (4d1046b)

1.5.1 (2020-10-29)

Bug Fixes

  • configure cypress code coverage (5545866)
  • use aria to test for expand button state (8c3bcbd)

1.5.0 (2020-10-29)

Bug Fixes

  • add meta description (c0cc089)
  • increase text contrast for brand colored text (d5de3a6)

Features

  • add params checking in the api/score endpoint (2f93f4b)

1.4.0 (2020-10-29)

Features

  • add "For Me on Github" banner (c423180)
  • make the UI responsive (0c3e386)

1.3.0 (2020-10-29)

Features

  • add comparison analysis tree (a104643)

1.2.0 (2020-10-26)

Bug Fixes

  • revert @babel/eslint-parser as codeclimate doesn't support it (c7eb848)

Features

  • add simplest scoring calculation (e7b07ff)

1.1.0 (2020-10-26)

Bug Fixes

  • add missing in _document.js (04cad9b)
  • implement workarounds for eslint-babel parser bugs (8990f6e)

Features

  • index: add drag-drop file upload (cd3fd46)
  • add codeclimate config (ef96767)

1.0.2 (2020-10-22)

Bug Fixes

  • also run server before executing e2e tests in GH action (7a4fd84)
  • run server before executing e2e tests (f2e84c9)

1.0.1 (2020-10-22)

Bug Fixes

  • use github actions to deploy in vercel (fa6dff6)

1.0.0 (2020-10-21)

Bug Fixes

  • ✏️ change worflow --> workflow (53a5bd4)

Features

  • add commitlint+lint-staged and trigger them with husky (2834146)
  • add eslint and fix initial linting errors (8cb7a26)
  • use material-ui to style the app (f32de32)
  • use semantic-release to manage releases (e092b4d)