Skip to content

Releases: flanksource/flanksource-ui

v1.0.13

25 Oct 06:38
1967a86
Compare
Choose a tag to compare

1.0.13 (2021-10-25)

Features

  • Label filter list only including labels of checks that are present in the current tab (fa2a8e5)

v1.0.12

22 Oct 08:25
0702ae3
Compare
Choose a tag to compare

1.0.12 (2021-10-22)

Bug Fixes

  • "mixed" status indicator color not showing (0d3be9a)
  • prevent expanded groups to collapse on refresh on Canary Table (19f9026)

v1.0.11

21 Oct 11:17
d4288c0
Compare
Choose a tag to compare

1.0.11 (2021-10-21)

Features

  • pin tabs + header to the top on CanaryTable. (7aa8664)

v1.0.10

11 Oct 08:16
c667fc7
Compare
Choose a tag to compare

1.0.10 (2021-10-11)

Bug Fixes

  • GroupBy selections changed to 'label' instead of 'label:value' (e93a2ff)
  • revert to using /api as data source (7efbad3)
  • update grouping test suite to reflect recent groupBy changes (5799bd1)

Features

  • Add "grouped by" indicator on table header for better indication of grouping (f5e03ab)
  • add tabBy dropdown menu to Filterform (c0f26c6)
  • Canary Tabs. Check filtering based on tab selection. (bd27f65)
  • remove matching namespace prefix from aggregated group's description (f321534)

v1.0.9

22 Sep 18:08
a76b199
Compare
Choose a tag to compare

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)

v1.0.8

17 Sep 13:52
333f5c5
Compare
Choose a tag to compare

1.0.8 (2021-09-17)

Bug Fixes

Features

v1.0.7

10 Sep 12:33
44b1222
Compare
Choose a tag to compare

1.0.7 (2021-09-10)

Bug Fixes

  • reduce uri encoding to stringified values only (ef6ef00)

Features

v1.0.6

08 Sep 16:48
996e1e7
Compare
Choose a tag to compare

1.0.6 (2021-09-08)

Bug Fixes

  • use inline style for description items to resolve colspan issue. (5763e10)

v1.0.5

06 Sep 10:59
3341323
Compare
Choose a tag to compare

1.0.5 (2021-09-06)

Features

  • Button group toggles with icons (dd2e089)

v1.0.4

02 Sep 10:53
756bb06
Compare
Choose a tag to compare

1.0.4 (2021-09-02)

Bug Fixes

  • /api redirect rule (0054aa9)
  • /api redirect rule (6b02325)
  • canary right panel scrollable on y-overflow (8c8ba38)
  • eslint fixes (9ea0e43)
  • extend right canary panel to at least screen height (b7a26d6)
  • minor fix - linting errors. (fa93109)
  • redirects (fc9c337)
  • useEffect hook missing dependencies in table.js (b270e95)

Features

  • 'include/exclude by label' check filters (3dd9176)
  • add tooltips to tristate toggle buttons on mouse hover (5ccc299)
  • proxy /api path to canary lab api (01e7cef)
  • TristateToggle component (0a7937b)