Vaadin Flow 8.0.0.alpha5
Changes in Flow from 8.0.0.alpha4
-
Fixes:
-
⧉ Apply theme correctly even when no Vaadin components are used. PR:11211
-
⧉ Make generated TS array be able to have undefined values. PR:11124
-
⧉ Remove href attribute for disabled Anchor. PR:11121. Ticket:10924
-
⧉ NumberModel should read empty string as undefined. PR:11169
NumberModel should read empty string as undefined so that the NumberValidator can pass the validation for an option number field when the input value is an empty string.
-
⧉ Add javadocs warning to avoid using ResponseWriter for dirs. PR:11112
-