Skip to content

Tags: Dudeplayz/docs

Tags

14.12.3

Toggle 14.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

23.5.8

Toggle 23.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update hardcoded upgrade tool to 14.12.2 (vaadin#3826)

24.6.0.alpha1

Toggle 24.6.0.alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

24.5.0

Toggle 24.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update RTE image support documentation (vaadin#3764)

* Update RTE image support documentation

See: vaadin/flow-components#1200

* Minor editing of changed text.

14.12.2

Toggle 14.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add Vite config for Astro DSP to v14 branch (vaadin#3810)

24.5.0.rc2

Toggle 24.5.0.rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

24.5.0.rc1

Toggle 24.5.0.rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add missing order to Tutorial page (vaadin#3772)

24.5.0.beta5

Toggle 24.5.0.beta5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add version information for Hilla paper cuts

Update type-conversion.adoc with Vaadin version information

24.5.0.beta4

Toggle 24.5.0.beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: remove mention of no longer existing setLabelAsHtml() (vaadin#3740

)

24.5.0.beta3

Toggle 24.5.0.beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Application services (vaadin#3717)

* WIP

* WIP

* WIP

* Images

* Editing