v3.0.0-rc.22 (2015-06-15)
Bug Fixes
- Edit: Allow COL_FIELD in editable templates (fa9066b2)
- Selection: Prevent IE from selecting text (a1bbc0c5, closes #3392)
- cellNav:
- #3528 handle focus into grid from other controls (92477c7a)
- IE was scrolling the viewPort to the end when the focuser div received focus. S (aa563554)
- focuser element should not have width or height or else the window will scroll t (6997d2b7)
- was processing left and right renderContainers where there is no need fix(edit): (6f5d503d)
- add an empty element to focus on instead of focusing on the viewport (6937d4d5)
- edit:
- #3128 remove grid scrollbars when in deepedit to prevent any scrolling of parent (91077e82)
- deep edit keydown logic wasn't right (9e995e9e)
- tweak the deep edit keydown logic so that Enter and Tab stops editing (fbc38cb1)
- #3742 dropdown was not calling out to cellNav for cellNav keys. also refactored (2edc4d66)
- Edit events were being attached in gridCell directive even if edit was not enabl (13ab0945)
- gridEdit:
- #3373 spacebar on checkbox was incorrectly invoking deep edit mode (4d9ec8b5)
- issue 2885 non-character fields were invoking edit. Not sure if I got all the k (025c8939)
- gridUtil: rtlScrollType using wrong method (15ee480e, closes #3637)
- moveColumn: account for width of left container when positioning moving column header. (06f223bb, closes #3417, #3395)
- saveState: Saving state was storing rowHeader columns, causing issues on restore. (c9ce96af)
- treeBase: Change calculation of number of levels in tree (26ca6215)
- uiGrid:
- uiGridColumns: Fix auto-incrementing of column names (a10f1414)
- uiGridHeader:
- ensure that styles are rebuilt on explicit height (65ad61f4)
- Recalc all explicit heights (43f63ac9, closes #3136)
Features
- grouping: Add option groupingNullLabel, to group null and undefined values together. (9fbb1b87, closes #3271)
<a name="v3.0.0-rc.21"></a>