Releases: FlowingCode/GridHelpers
Releases · FlowingCode/GridHelpers
grid-helpers-0.3.2
What's Changed
- fix: remove JSR 380 annotations by @javier-godoy in #45
- fix: support vaadin getHeader/getFooter by @javier-godoy in #46
- fix: support Vaadin 24 DOM structure by @javier-godoy in #48
Full Changelog: grid-helpers-0.3.1...grid-helpers-0.3.2
grid-helpers-0.3.1
What's Changed
Full Changelog: grid-helpers-0.3.0...grid-helpers-0.3.1
grid-helpers-0.3.0
What's Changed
- feat: add listener for column visible toggle by @javier-godoy in #28
- feat: add hidingToggleCaption getter by @javier-godoy in #28
Full Changelog: grid-helpers-0.2.1...grid-helpers-0.3.0
grid-helpers-0.2.1
What's Changed
- fix: fix column toggle items style. (Items to toggle column visibility do not respond on full width.) #24
- fix: prevent ColumnToggle from closing after selection. #25
Full Changelog: grid-helpers-0.2.0...grid-helpers-0.2.1
grid-helpers-0.2.0
What's Changed
- feat: Support for toolbar footer by @mlopezFC in #16
- feat: Add support for obtaining headers and footers contents by @mlopezFC in #17
- feat: implement setHidable and default toggle caption to header by @javier-godoy in #19
- fix: remove console log by @javier-godoy in #21
Full Changelog: grid-helpers-0.1.0...grid-helpers-0.2.0
grid-helpers-0.1.0
Initial release. Compatible with Vaadin 22-23.
Features
- Remove multiselect selection column
- Freeze a grid's selection (checkbox) column
- Create Grid with conditional selection (with the following limitations: #11, #12)
- Select Grid rows automatically using up/down arrow keys
- Show a Vaadin Grid with compact row styling
- Show a meaningful message instead of an empty Grid
- Show a menu to toggle the visibility of grid columns
Full Changelog: https://github.com/FlowingCode/GridHelpers/commits/grid-helpers-0.1.0