Skip to content

v1.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 18:08
· 3607 commits to main since this release
a76b199

1.0.9 (2021-09-22)

Bug Fixes

  • add babel/eslint-parser to resolve linting false positives. (defeed2)
  • cannot select "no-group" on grouping dropdown (19ca3f7)
  • check if incoming values are valid before setting table/url. else, revert to defaults. (c6c5d09)
  • ignore src/icons/index from eslint (b5b6c65)
  • make sorting by check name case-insensitive (6226099)
  • overwrite old table.js file, replacing it with new table (5f62502)
  • rebase from feat/react-table-prorotyping. resolve linting issues. (1f84728)
  • Remove possibility for table to be unsorted; now must be sorted by a column. Set default sort to 'check, ascending'. (4ace608)
  • remove unintended eslint-disable-next-line (6ed9ecb)
  • remove unnecessary & unused functions (facd0fb)
  • Remove unnecessary React Form usage from Canary Table (be0a2ff)
  • resolve react/display-name issue by removing anonymous components. make "name" the default selection for Canary table state. (056da13)
  • revert previous linting changes (73548ea)

Features

  • TableHeader component for sorting (b9f7043)
  • Enable sorting for grouped check items (f3b32b5)
  • minimal React table implementation (fd6ef37)
  • name/description/label Grouping for canary table (8832cae)
  • sorting functions for check description and check statuses (5d0ab88)
  • sorting implementation with React-Table lib, integrated with URL param state (de50585)