Releases: bencripps/react-redux-grid
Releases · bencripps/react-redux-grid
Move major deps to peerDeps
Fix bug to allow shallow testing
Small bug fix
Bug fixes!
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
Bug fixes, docs update, uprev dependencies
Fixed bugs:
- Partially editable grid #152
Merged pull requests:
- Update USING_CUSTOM_EDITORS.md #156 (geertplaisier)
- State getter should return state when it is nested in an immutable object #153 (florisvink)
Path release for dependencies, small bug fixes
Closed issues:
- Grid Row Indexes are not set/unset on SelectAll DeselectAll Actions #138
Merged pull requests:
- add bithound excellent scores #139 (partizanos)
- adding docs: Actions, Bulk Selection, Types; expose ActionTypes #136 (headwinds)
Patch update for addNewRow, dismissEditor action
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
Change Log
5.1.10 (2017-02-24)
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
5.1.9 (2017-02-10)
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:
- editor: bugfix - Made isCreate available to editors #101 (Vanderslice)
- remove use of bind, as suggested in http://www.benjamincripps.com/pos… #93 (jstafford)
- add support for [redux-devtools-extension](https://github.com/zalmoxsus/redux-devtools-extension\), #92 (jstafford)
- fix warnings seen when running npm install by adding jasmine-core as … #91 (jstafford)
- fix issue #88 by fixing the path to bundle.js in index.html, #90 (jstafford)