vaadin / docs

Official documentation for Vaadin and Hilla.
https://vaadin.com/docs
Other
27 stars 170 forks source link

docs: add grid empty state documentation #3493

Open tomivirkki opened 2 weeks ago

tomivirkki commented 2 weeks ago

Add documentation for the Grid empty state feature

Part of https://github.com/vaadin/platform/issues/5719

Screenshot 2024-06-17 at 10 35 50
tomivirkki commented 2 weeks ago

@jouni why change the base to latest? Grid empty state is a 24.5 feature.

jouni commented 2 weeks ago

@tomivirkki because new, non-breaking, features are always merged to latest, and indicated with the versioning badge.

vaadin.com/docs/next should redirect to vaadin.com/docs/latest until we need a breaking change in the docs again.

tomivirkki commented 2 weeks ago

@jouni Since this PR includes code examples that require API from 24.5, merging to latest would make it not compile. Need to wait until latest uses 24.5 then.

jouni commented 2 weeks ago

Yes, we do need to update the version to be able to use new APIs.