Releases: hjalmers/angular-generic-table
Releases · hjalmers/angular-generic-table
v5.0.0-rc.20
v5.0.0-rc.19
v5.0.0-rc.18
5.0.0-rc.18 (2023-08-07)
Bug Fixes
- row-active: remove debounce time (cf47090)
Features
- keyboard-navigation: add support and ability to set active state (b92df1e)
- row-state: add ability to use selected and active state (c172235)
Performance Improvements
- add ability to specify
trackRowByFn
and/orrowIdKey
(cd59fad)
BREAKING CHANGES
- row-state:
rowHover
config option has been replaced withactivateRowOnHover
and.gt-hover
class is now.gt-active
(can be changed usingcustomClasses
input).
v5.0.0-rc.17
5.0.0-rc.17 (2023-08-02)
Features
v5.0.0-rc.16
5.0.0-rc.16 (2023-01-26)
Bug Fixes
- footer: handle mobile layout (5ba1437)
- footer: remove sum from calculations if not part of config (f503fa5)
Features
v5.0.0-rc.15
5.0.0-rc.15 (2022-11-08)
Features
- delta: add support for custom templates and absolute value (7db47ed)
v5.0.0-rc.14
v5.0.0-rc.13
5.0.0-rc.13 (2022-08-30)
Features
- add events for row click and hover (1fdf8bd)
Performance Improvements
- use for loop instead of map when assigning new values (e9f3fcf)
v5.0.0-rc.12
5.0.0-rc.12 (2022-08-05)
Bug Fixes
- horizontal-layout: don't apply mobile layout (197253c)
Features
- add ability to freeze first row and/or column with sticky headers (a980b90)
- delta: add component for delta in percent between rows or columns (312e879)
- pagination: support custom styling and aria labels (abca71b)
- skeleton-loader: add mixin for skeleton loader (cec75df)
- sort: add mixin for default styling (bf1d1d1)
Performance Improvements
- filter: use for loop instead of filter (7d91815)
v5.0.0-rc.11
5.0.0-rc.11 (2022-02-07)
Bug Fixes
- a11y: set aria-sort attribute on sorted column (96382ef)
Features
- add support for nested data using
mapTo
(721e3c4)