Skip to content

Releases: grid-js/gridjs

2.1.0

03 Oct 09:48
Compare
Choose a tag to compare

2.1.0 (2020-10-03)

๐Ÿš€ New Feature

Committers: 1

2.0.0

27 Sep 20:44
e4b564c
Compare
Choose a tag to compare

2.0.0 (2020-09-27)

๐Ÿš€ New Feature

  • #267 BREAKING CHANGE: adding selector to columns and changing the type of ID to string (@afshinm)
  • #266 Adding nested headers (@afshinm)
  • #229 feat(td): adding custom attributes config (@afshinm)

๐Ÿ’ฅ Breaking Change

  • #267 BREAKING CHANGE: adding selector to columns and changing the type of ID to string (@afshinm)

Column id field doesn't accept function anymore. Use selector field instead, e.g.:

{
  columns: [{
    selector: (row) => row.name.first,
    name: 'First Name'
  }, {
    selector: (row) => row.name.last,
    name: 'Last Name'
  }]
}

๐Ÿ  Internal

Committers: 2

1.17.0

31 Aug 20:10
Compare
Choose a tag to compare

1.17.0 (2020-08-31)

๐Ÿš€ New Feature

๐Ÿ  Internal

Committers: 2

1.16.0

28 Aug 10:40
Compare
Choose a tag to compare

1.16.0 (2020-08-28)

๐Ÿš€ New Feature

  • #226 feat(table): adding data-column-id attribute to td and th elements (@afshinm)

๐Ÿ  Internal

  • #226 feat(table): adding data-column-id attribute to td and th elements (@afshinm)

Committers: 2

1.15.4

23 Aug 14:25
Compare
Choose a tag to compare

1.15.4 (2020-08-23)

๐Ÿ› Bug Fix

  • #220 fix(grid): should set status to Rendered after Loaded (@afshinm)

๐Ÿ  Internal

  • #220 fix(grid): should set status to Rendered after Loaded (@afshinm)

Committers: 1

1.15.3

23 Aug 12:36
Compare
Choose a tag to compare

1.15.3 (2020-08-23)

๐Ÿš€ New Feature

  • #219 feat(container): setting the state to Status.Ready once the component is rendered (@afshinm)

๐Ÿ  Internal

  • #219 feat(container): setting the state to Status.Ready once the component is rendered (@afshinm)

Committers: 2

1.15.2

09 Aug 12:04
Compare
Choose a tag to compare

1.15.2 (2020-08-09)

๐Ÿ› Bug Fix

  • #201 fix(from): use innerHTML if td/th has one text element (@afshinm)

Committers: 2

1.15.1

02 Aug 11:53
986a0be
Compare
Choose a tag to compare

1.15.1 (2020-08-02)

๐Ÿ› Bug Fix

  • #191 fix(server): Server initiator must remove functions from args (@afshinm)

Committers: 1

1.15.0

02 Aug 10:43
Compare
Choose a tag to compare

1.15.0 (2020-08-02)

๐Ÿš€ New Feature

Committers: 2

1.14.0

25 Jul 19:07
Compare
Choose a tag to compare

1.14.0 (2020-07-25)

๐Ÿš€ New Feature

๐Ÿ  Internal

Committers: 1