Skip to content

Releases: kachav/agrid

v4.2.2

30 Aug 10:16

Choose a tag to compare

4.2.2 (2017-08-30)

Bug Fixes

  • columns: columns minInitial width works when grid is not displayed in html (display:none) (8ecce62)

v4.2.1

22 Aug 14:31

Choose a tag to compare

4.2.1 (2017-08-22)

Bug Fixes

  • columns: fixed percent column's width jumping on resize start (ebb8ca0)

Performance Improvements

  • columns, scroll: only one subscribe to scroll and mousemove per component (48b017d)

v4.2.0

05 Aug 11:04

Choose a tag to compare

<a name"4.2.0">

4.2.0 (2017-08-05)

Features

  • columns: width of column now can be set in percents (3e8921c0)

v4.1.1

04 Jun 10:02

Choose a tag to compare

<a name"4.1.1">

4.1.1 (2017-06-04)

Bug Fixes

  • package: update agroupfor to version 1.1.2 (4e361108)

v4.1.0

04 Jun 09:56

Choose a tag to compare

<a name"4.1.0">

4.1.0 (2017-06-04)

Features

  • styling: styling rows before and after selected row by classes a-grid__row_before-selecte (10a6a40c)

v4.0.1

30 May 06:35

Choose a tag to compare

<a name"4.0.1">

4.0.1 (2017-05-30)

Bug Fixes

  • package: update agroupfor to version 1.1.1 (6525d4b3)

v4.0.0

26 May 14:34

Choose a tag to compare

<a name"4.0.0">

4.0.0 (2017-05-26)

Breaking Changes

  • there can be only one *aGridGroup for all group levels; Multiple groups now sets by
    setting an array like this: *aGridGroup="let item of items by ['field1', 'field2']"

(cda5d495)

v3.6.5

20 May 06:09

Choose a tag to compare

<a name"3.6.5">

3.6.5 (2017-05-20)

Bug Fixes

  • groupping: changes in collection now change order of the groups (e39502a5)

v3.6.4

17 May 09:26

Choose a tag to compare

<a name"3.6.4">

3.6.4 (2017-05-17)

Bug Fixes

  • npm: move angular dependencies to peerDependencies (20a766fa)

v3.6.3

16 May 16:19

Choose a tag to compare

<a name"3.6.3">

3.6.3 (2017-05-16)

Bug Fixes

  • package: update rxjs to version 5.4.0 (618f1d95, closes #54)