Skip to content

Releases: bencripps/react-redux-grid

Update for columns prop

02 Feb 18:44

Choose a tag to compare

In the case where multiple grids were initialized, certain actions caused the columns prop to be mutated in place. This issue has been fixed by ensuring the right column prop is passed to sub components.

Patches for Pager, Additional Tests, Readme

01 Feb 15:02

Choose a tag to compare

5.1.6 (2017-02-01)

Full Changelog

Merged pull requests:

  • new tests (PagerActions, throttle checkbox) & README reference links for NPM #84 (headwinds)

Fixed bugs:

  • default pager actions #85

Remove store from props

20 Jan 20:25

Choose a tag to compare

Implemented enhancements:

  • Add support for state to be an ImmutableJS Map #71
  • Namespace the actions #16
  • quickly build and run the demo #81 (headwinds)

Fixed bugs:

Merged pull requests:

  • Remove store from props declaration -- will be pulled from context #82 (bencripps)

Add optional CSS support, clean up for styles, modularize api utility

04 Jan 15:40

Choose a tag to compare

  • Feature/css optional #80 (bencripps)
  • support the global sortable option in handleColumnClick #79 (whatisboom)
  • Add stylint process, clean up stylus code #78 (bencripps)
  • Move Api from plugins to Util, add testing for AJAX actions #76 (bencripps)

Add support for state as an immutable object

17 Dec 20:02

Choose a tag to compare

This release merges issue #72, now allowing grid to retrieve/update state as an immutable object. Not a breaking change, and should not alter how grid works for environments where state is a keyed object.

5.0.1

17 Dec 01:31

Choose a tag to compare

This release includes a patch for the column. HANDLE_CLICK event, to update arguments to align with other EVENT functions.

Added Normalization for EVENT_HANDLERS

16 Dec 21:25

Choose a tag to compare

Added function to normalize how arguments are passed to grid event handlers. All handlers will now have two arguments passed:

HANDLE_CELL_CLICK = ({ row, rowId, rowIndex }, e) => {}

The first object will contain contextual information that will differ depending on the event, and the second argument will be the browser event, if available. Released as a major because of breaking changes.

Version 1.9.3

06 Aug 19:52

Choose a tag to compare

This release includes multiple bug fixes including those raised in:

#29
#26
#25

As well as perf optimizations for larger data sets, introducing the createFromKey prop on the Column definition. Full documentation for this prop can be found here.

1.3.0

30 Apr 22:15

Choose a tag to compare

Release Includes:

  • General bug fixes, including stateGetter case insensitivity for issue #9
  • Better support for drag and drop across browsers
  • Add custom component for header for issue #7
  • Documentation for issue #3
  • More actions and support for inline editor

Breaking Changes:

  • Sorts are now exclusive, and do not get built up from multiple clicks. Sorting one column will remove a previous sort.

Stable with new features

27 Mar 23:24

Choose a tag to compare

v1.2.0

  • All core components are fully tested
  • All actions, reducers, and components are exported
  • All core components and plugins have been optimized for performance