Skip to content

Tags: Dudeplayz/flow

Tags

24.0.0.rc3

Toggle 24.0.0.rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: Increase build timeout to 30min (vaadin#16147) (vaadin#16150)

Should make it easier to see what goes wrong in the builds that cause them to take longer

Co-authored-by: Artur <artur@vaadin.com>

24.0.0.rc2

Toggle 24.0.0.rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Parent theme should not trigger a re-bundle (vaadin#16088) (vaad…

…in#16122)

Parent theme key in theme.json is skipped when theme.json content is analysed, because having a parent theme shouldn't trigger a re-bundle per se.

Follow-up for vaadin#16004

Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>

24.0.0.rc1

Toggle 24.0.0.rc1's commit message
chore: remove line causing delays in build

24.0.0.beta4

Toggle 24.0.0.beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Apply custom theme styles after Lumo styles (vaadin#15977) (vaad…

…in#16011)

- Only affects express build mode
- Replaces the injection of Lumo styles using adopted styles sheets by the direct adding a style tags.
- Fixes the ordering of custom theme style tags and Lumo tags, so custom styles override the Lumo styles

Fixes vaadin#15794

Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>

24.0.0.beta3

Toggle 24.0.0.beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add javadoc notes on nested property binding (vaadin#15948) (v…

…aadin#15961)

* chore: add javadoc notes on nested property binding

Part of vaadin/docs#788

* fixed typo

Co-authored-by: Marco Collovati <marco@vaadin.com>

9.0.26

Toggle 9.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: clarify inactive session closing log messages (vaadin#15905) (v…

…aadin#15943)

When closing inactive VaadinSession the framework prints a log message stating
that it is 'Closing inactive session  <SID>', but this message can be
misunderstood, as it seems that the HTTP session will be closed.
This change updates the log message to make it explicit that the framework is
closing the Vaadin session.

Related to vaadin#15476

Co-authored-by: Marco Collovati <marco@vaadin.com>

24.0.0.beta2

Toggle 24.0.0.beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: bundle should take into account index.ts (vaadin#15893) (vaadin…

…#15895)

* feat: bundle should take into account index.ts

Require rebundling for changes in
frontend/index.ts file.

Fixes vaadin#15883

* Update flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskRunDevBundleBuild.java



---------

Co-authored-by: caalador <mikael.grankvist@vaadin.com>
Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>

2.8.5

Toggle 2.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Serve text/css/xml/javascript resources correctly outside the co…

…ntext of a page (vaadin#15824) (vaadin#15861)

When the resource is served without a charset, it seems the encoding of the
page is used to interpret the resource correctly as utf-8. If you load a file
outside the context of a page however, the content is wrong when the charset
is not specified.

Fixes vaadin#15817

Co-authored-by: Artur <artur@vaadin.com>

23.3.4

Toggle 23.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: pwa charset (vaadin#15844) (vaadin#15849)

Set pwa character set to utf-8
instead of the default iso encoding

Fixes vaadin#15834

Co-authored-by: caalador <mikael.grankvist@vaadin.com>

23.2.11

Toggle 23.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fixed support for Spring EnableMethodSecurity (CP 23.2) (vaadin#…

…15831)

* fix: EnableMethodSecurity - manual cherry pick to 23.2