React Redux Grid Versions Save

A React Grid/Tree Component written in the Redux Pattern

v5.5.0

6 years ago

Implemented enhancements:

Fixed bugs:

  • Nested reducer documentation needs update #185

Closed issues:

  • stateGetter failing on Non-Immutable store #177

Merged pull requests:

5.4.2

6 years ago

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)

5.4.1

6 years ago

Merged pull requests:

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

5.4.0

6 years ago

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

5.3.0

7 years ago

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)

5.1.14

7 years ago

Fixed bugs:

  • Partially editable grid #152

Merged pull requests:

5.1.13

7 years ago

Closed issues:

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

Merged pull requests:

5.1.12

7 years ago

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)

5.1.10

7 years ago

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:

  • feat(row): added a row renderer via plugin #115 (darlenya)
  • Fix duplicated examples #105 (katopz)
  • Second attempt to fix issue #88, so that demo is easy to run for peop… #104 (jstafford)

5.1.9

7 years ago

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: