Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hypergrid v2.1.10 #718

Merged
merged 6 commits into from
May 6, 2018
Merged

Hypergrid v2.1.10 #718

merged 6 commits into from
May 6, 2018

Conversation

joneit
Copy link
Contributor

@joneit joneit commented Apr 30, 2018

NOTE: There will be no 2.1.9 release.

New features

  • Added new boolean grid props to more finely control where grid lines are rendered (all true by default):
    • gridLinesColumnHeader
    • gridLinesRowHeader
    • gridLinesUserDataArea
  • Respect new top property of grid.renderer.visibleColumns elements when defined. (Set by grouped-headers plug-in to adjust lines so they're not drawn over group labels).
  • Respect new bottom property of grid.renderer.visibleColumns elements when defined (Set by grouped-headers plug-in to prevent lines from being drawn between column headers). When bottom is in the header and gridLinesUserDataArea is truthy, another line is drawn for the user data area.

Bug fixes

  • When the paint loop is not running (rarely used debug feature; not issues when paint loop is running normally):
    • behaviorShapeChanged and behaviorStateChanged were causing recursion
    • reindex, behaviorShapeChanged, behaviorStateChanged were not being called
  • Remove defunct row and tree column elements when clearing grid.renderer.visibleColumns array

@joneit joneit changed the base branch from master to develop April 30, 2018 20:54
@joneit joneit mentioned this pull request Apr 30, 2018
@joneit joneit merged commit bd064e4 into fin-hypergrid:develop May 6, 2018
@joneit joneit changed the title Hypergrid v2.1.9 Hypergrid v2.1.10 May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant