Skip to content

Releases: gridgrid/grid-react-adapter

v2.0.0

25 Jan 05:47
9170251
Compare
Choose a tag to compare

2.0.0 (2018-01-25)

Bug Fixes

  • renderer: use the builders normal context object (7fa533b)

Features

  • renderer: header renderer as well (5bc0acd)

BREAKING CHANGES

  • renderer: cellRenderer now accepts a context object rather than row, col, data

v1.8.0

24 Jan 19:44
Compare
Choose a tag to compare

1.8.0 (2018-01-24)

Features

v1.7.1

17 Jan 00:37
Compare
Choose a tag to compare

1.7.1 (2018-01-17)

Bug Fixes

  • types: allow undefined from cell renderer (will fall back to text) (084d379)

v1.7.0

16 Jan 23:34
31785ec
Compare
Choose a tag to compare

1.7.0 (2018-01-16)

Bug Fixes

  • test: slightly disgusting test and more robust method of checking if dimension is a column dim (4653a3e)

Features

  • cell-renderer: use the builder api internally to implement a render prop that allows (for good (049e6f7)

v1.6.4

15 Jan 01:01
afc478f
Compare
Choose a tag to compare

1.6.4 (2018-01-15)

Bug Fixes

  • support more options for externals (29e6a7f)

v1.6.3

14 Jan 03:52
Compare
Choose a tag to compare

1.6.3 (2018-01-14)

Bug Fixes

  • umd: get react from a variety of sources (105fb15)

v1.6.2

28 Nov 00:17
Compare
Choose a tag to compare

1.6.2 (2017-11-28)

Bug Fixes

  • react-grid: add tests and fix a couple minor issues found therein (25decb2)
  • test: exclude compiled declarations so we can use tests folder (cf3690f)

v1.6.1

10 Nov 19:53
Compare
Choose a tag to compare

1.6.1 (2017-11-10)

Bug Fixes

v1.6.0

08 Nov 20:40
Compare
Choose a tag to compare

1.6.0 (2017-11-08)

Bug Fixes

  • build: changed the command name (89477f4)
  • build: missed one (8c8b839)
  • lib: no hash for lib (485cd70)
  • npmignore: ignore circle build files (7419dd5)
  • outdir: it's already dist (903a180)
  • packagejson: get rid of warnings (6d1f27b)
  • ts: output path to use the dist (47bea5e)
  • tslint: disable and fix a few more tslint rules (17b6217)
  • tslint: explicitly add 2 space lint rule (f7c72b8)
  • tslint: some tslint rules have changed, make them valid (2911b9a)
  • types: pin types (20283a4)
  • watch: fix watch compile for nested packages (9673580)
  • webpack: this source mpa loader, realllllly needs to be a preloader (66d7c78)

Features

  • babel: runtime needed for like everything (93fa858)
  • git: make base commitizen friendly and use husky to validate commit messages against conventio (50fc7fb)
  • history: add dev history fix back (8a7fc41)
  • jest: jest-setup with compile update (ac14175)
  • lib: make things lib (db30ca3)
  • react: upgrade react and react-dom to 16 along with types (9f96a55)
  • react-redux: upgrade react redux and types (d73804c)
  • state: create app and lib and nice convenient redux setup env for testing or for apps as neede (4941ef7)
  • tslint: allow duplicate imports to let types be imported individually when the impl uses a wil (40df78d)
  • tslint: handles unused instead of typescrit (b58e734)
  • tslint: no-object-literal-type-assertion = false (dda68b9)

v1.5.0

07 Nov 01:53
Compare
Choose a tag to compare

1.5.0 (2017-11-07)

Features

  • react: upgrade react, also fix test harness to display data and use some basic styling (2c8de86)