Tags: Dudeplayz/flow
Tags
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>
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>
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>
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>
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>
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>
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>
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>
PreviousNext