Releases: grid-js/gridjs
Releases ยท grid-js/gridjs
2.1.0
2.1.0 (2020-10-03)
๐ New Feature
Committers: 1
2.0.0
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
1.17.0 (2020-08-31)
๐ New Feature
๐ Internal
Committers: 2
1.16.0
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
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
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
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
1.15.1 (2020-08-02)
๐ Bug Fix
- #191 fix(server): Server initiator must remove functions from args (@afshinm)
Committers: 1
1.15.0
1.15.0 (2020-08-02)
๐ New Feature
Committers: 2
1.14.0
1.14.0 (2020-07-25)
๐ New Feature
๐ Internal
Committers: 1