FlowingCode / GridHelpers

Several grid recipes for Vaadin 23+ (and 22), ready to use. DOES NOT require extending Grid.
https://addonsv23.flowingcode.com/grid-helpers
Apache License 2.0
12 stars 1 forks source link

Release new major version for Vaadin 23.3+ #62

Closed javier-godoy closed 1 year ago

javier-godoy commented 1 year ago

Version 0.3 of this add-on is compatible with Vaadin 22+ (with some conditional logic based on reflection in order to use new Grid features and circumvent breaking changes)

From https://github.com/FlowingCode/GridHelpers/issues/61#issuecomment-1471989821:

Vaadin 23.2 has already reached EOL, and Vaadin 22 only has Prime Support, so we can consider releasing a new major version for Vaadin 23.3 (which would get rid of all the conditional logic). The effort of maintaining the 0.x branch would be low, so we can keep it active for a while. A new major version would also allow us to convey that the API is stable, and that the add-on is no longer experimental (which is true since we have had this thing around for a year, with no breaking changes nor critical issues).