Skip to content

Releases: bencripps/react-redux-grid

Move major deps to peerDeps

04 Oct 01:25
Compare
Choose a tag to compare

Implemented enhancements:

Fixed bugs:

  • Nested reducer documentation needs update #185

Closed issues:

  • stateGetter failing on Non-Immutable store #177

Merged pull requests:

Fix bug to allow shallow testing

14 Sep 13:29
Compare
Choose a tag to compare

Closed issues:

  • Select cell event #173
  • Export Options such as PDF, Json, Word, Text, Xml #172

Merged pull requests:

  • Add guard for global.navigation in Column.jsx #183 (PMByrne)

Small bug fix

19 Aug 13:14
Compare
Choose a tag to compare

Merged pull requests:

bug #154 - updated editableFuncArgs to just take editorData #171 (Vanderslice)

Bug fixes!

17 Jul 01:30
Compare
Choose a tag to compare

Implemented enhancements:

Customize the content #5
Fixed bugs:

PropTypes (oneOfType) error when requiring Grid #166
Tree data unclear #154
bulk selection needs to add all row indexes to the selection store #145
ReducerKeys as string in a Immutable Store not working #144
Closed issues:

Bulk deseletion doesn't work v2 #160

Bug fixes, uprev dev dependencies, add filter fields

09 Jun 01:13
Compare
Choose a tag to compare

Merged pull requests:

Fix PropTypes warning #164 (geertplaisier)
Makes tree expand/collapse buttons easier to click #163 (geertplaisier)
Added filterFields to Sorting #162 (Vanderslice)
Added will-change: transform to prevent repaints on scroll #159 (Vanderslice)

Bug fixes, docs update, uprev dependencies

15 Apr 15:23
Compare
Choose a tag to compare

Fixed bugs:

  • Partially editable grid #152

Merged pull requests:

Path release for dependencies, small bug fixes

31 Mar 16:42
Compare
Choose a tag to compare

Closed issues:

  • Grid Row Indexes are not set/unset on SelectAll DeselectAll Actions #138

Merged pull requests:

Patch update for addNewRow, dismissEditor action

07 Mar 01:09
Compare
Choose a tag to compare

Implemented enhancements:

  • addNewRow() : Insertion after a particular row. #126

Fixed bugs:

  • DISMISS_EDITOR and ADD_NEW_ROW set total incorrectly #132
  • addNewRow\(\) : Insertion after a particular row. #126
  • updateGetter in lastUpdate.js doesn't support passing reducerKeys via the grid props #123

Closed issues:

  • No Data Available #127

Merged pull requests:

  • bug/pager - DISMISS_EDITOR, REMOVE_ROW, and ADD_NEW_ROW now set total correctly #133 (Vanderslice)
  • Changes are made to insert a new row into a specific location of grid by passing rowIndex parameter to addNewRow(ADD_NEW_ROW) action. #129 (underwater222)

Solving different uses cases around reducerKeys

24 Feb 20:35
Compare
Choose a tag to compare

Change Log

5.1.10 (2017-02-24)

Full Changelog

Implemented enhancements:

  • addNewRow() : Insertion after a particular row. #126
  • Question: Events for editor with mode='grid' #98
  • Question: validation on cell being edited #96
  • Add support for nested grid reducers #106 (drownbes)

Fixed bugs:

  • addNewRow() : Insertion after a particular row. #126
  • updateGetter in lastUpdate.js doesn't support passing reducerKeys via the grid props #123
  • btoa call fails with UTF-8 encoded chracter in keyFromObject function #125
  • 5.1.9 fails due absence of redux-logger #102
  • Styling problem: no down arrow is shown when change sorting order #97
  • Question: validation on cell being edited #96

Closed issues:

  • pager plugin does not update table when fetching new data #121
  • v5.1.9 requires redux-logger but only in dev-dependencies #119
  • provide data for tree view does not work still not working #118
  • Document update - pass rowId to update cell value #117
  • Is it posible to skip/override default styles applied in JS? #110
  • provide data for tree view does not work #109

Merged pull requests:

Editor updates & Small Bug fixes

10 Feb 16:10
Compare
Choose a tag to compare

5.1.9 (2017-02-10)

Full Changelog

Implemented enhancements:

  • Make isCreate available for custom editors #100
  • Question: Events for editor with mode='grid' #98
  • Question: validation on cell being edited #96

Fixed bugs:

  • npm run demo fails to work properly #88
  • Styling problem: no down arrow is shown when change sorting order #97
  • Question: validation on cell being edited #96

Merged pull requests: