Tags: Dudeplayz/docs
Tags
Changed http links to https in the v14 branch (vaadin#3791) * Changed http links to https * Changed http links to https * Reverted to http for local addresses --------- Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Update security.adoc (vaadin#3806) In LobbyView constructor the following row was added after channels have been created { channels = new VirtualList<>(); } based on earlier instructions in web page https://vaadin.com/docs/latest/getting-started/tutorial/flow/second-view channels.setRenderer(new ComponentRenderer<>(this::createChannelComponent)); This row is missing from this security web page (https://vaadin.com/docs/latest/getting-started/tutorial/flow/security) from LobbyView constructor snippet when the constructor is modified with new additions. Someone could copy the whole code as is and then the links to different channels would stop working.
Update RTE image support documentation (vaadin#3764) * Update RTE image support documentation See: vaadin/flow-components#1200 * Minor editing of changed text.
feat: add Vite config for Astro DSP to v14 branch (vaadin#3810)
fix: add note on access requirement in layout (vaadin#3778) * fix: add note on access requirement in layout Add note for access controll of layout when access protection in use. * fix text * First pass at editing new text. --------- Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com> Co-authored-by: Russell J.T. Dyer <6652767+russelljtdyer@users.noreply.github.com>
fix: add version information for Hilla paper cuts Update type-conversion.adoc with Vaadin version information
docs: remove mention of no longer existing setLabelAsHtml() (vaadin#3740 )
Application services (vaadin#3717) * WIP * WIP * WIP * Images * Editing
PreviousNext