- Fixes issue where qgrid prevents all other widgets from working when used on Jupyterlab (154, 165)
- Adds new `sortable` and `filterable` grid options which allows users to disable sorting and/or filtering for the entire grid (164)
- Adds new `highlightSelectedCell` and `highlightSelectedRow` which allows users to change the cell/row highlighting behavior. Setting `highlightSelectedCell` to `True` and `highlightSelectedRow` to `False` will result in spreadsheet-style cell highlighting (in response to feedback on Twitter)
- Add `processPhosphorMessage` to handle resize events in Jupyterlab and when qgrid is embedded in other widgets. (169, 167)
- Trigger `_df_changed` event for filtering changes and edits. (170)
- Fixes an issue where the search text wouldn't be cleared in the text filter when the reset button is clicked