Skip to content

Releases: neolution-ch/react-data-table

Release 3.1.0

03 Aug 08:29

Choose a tag to compare

Changed

  • Updated react-pattern-ui to 2.3.0

Release 3.0.0

26 Jul 08:21

Choose a tag to compare

Changed

  • 💥 view default Action does not nest an <a> tag anymore.

Release 2.7.3

29 Jun 14:11

Choose a tag to compare

Changed

  • orderBy property of QueryFunction type can be string or undefined.

Release 2.7.2

29 Jun 11:52

Choose a tag to compare

Fixed

  • Excluded test code from the package and made sure the paths are pointing to the correct .d.ts files

Release 2.7.1

16 Jun 13:43

Choose a tag to compare

Fixed

  • update types file location in package.json

Release 2.7.0

16 Jun 07:14

Choose a tag to compare

Fixed

  • update @neolution-ch/react-pattern-ui to the latest version (2.2.1)

Release 2.6.1

13 Jun 15:37

Choose a tag to compare

Fixed

  • Moved @neolution-ch/react-pattern-ui to the dependencies, so it gets correctly detected by rollup as an external dependency

Release 2.6.0

12 Jun 14:33

Choose a tag to compare

Changed

  • Changed from microbundle to rollup for building the package
  • Updated all the dependencies to the latest possible version

Fixed

  • Display predefined filter in filter row

Release 2.5.0

25 May 12:40

Choose a tag to compare

dependabot: #33 Bump loader-utils from 1.4.0 to 1.4.2

Release 2.4.0

17 May 08:13

Choose a tag to compare

Added

  • the prop rowHighlight to all tables. Check RowHighlightInterface for prop definition. Set condition for which a row should be highlighted. Possibility to set custom style for highlights