Releases: flanksource/flanksource-ui
Releases · flanksource/flanksource-ui
v1.0.13
v1.0.12
v1.0.11
v1.0.10
v1.0.9
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
v1.0.7
v1.0.6
v1.0.5
v1.0.4
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)