Vaadin Flow 2.7.0.alpha1
Changes in Flow from 2.6.1
-
New Features:
-
Fixes:
-
⧉ Change construct-style-sheets-polyfill to be a runtime dependency (#10991). PR:10996. Ticket:10988
-
⧉ Update the used Opcode from 7 to 8 (#10979). PR:10985. Ticket:10870
Update used ClassVisitor ASM version from 7 to 8 to support Java16 record
-
⧉ Use IOUtils toStream and toString. PR:10974. Ticket:10893
Use IOUtils toString and toInputStream to not change any characters in the file content.
-
⧉ Enable use of external css using
@import
(#10953). PR:10963. Ticket:10228Add fix for using a external css file by having the
@import url(...)
in a css file. Also supports imports with media queries. -
⧉ Log limitation of adding new styles while switching themes (#10894). PR:10929. Ticket:10680
If there are more than one theme available in themes folder, user can switch between them in development mode by changing the name of the theme in @theme. As having a watch for adding new styles in component folder is 'static', at least a log about this limitation is needed.
-
⧉ Allow empty segments at start (#10921). PR:10938. Ticket:10729
-
⧉ Always update webpack.generated.js. PR:10934. Ticket:10932
webpack.generated.js should always be generated as there are some paths that may change if the project directory changes.
-
⧉ Upgrade to LitElement 2.5.1 and lit-html 1.4.1 (#10912). PR:10917
-
⧉ Use trimmed line in imports rewrite. PR:10897. Ticket:10896
-