Vaadin Flow 2.6.6
Changes in Flow from 2.6.5
-
Fixes:
-
⧉ Don't create a new UI instance for service worker resource (#11372) (#11385). PR:11396. Ticket:6454
-
⧉ Use proper classloader for template model (#11379). PR:11395. Ticket:7377
-
⧉ Format numbers in NumberRenderer using Locale if it's provided (#11373). PR:11382. Ticket:8970
-
⧉ Set "href" for element inside template as an attribute not a pro… (#11351) (CP: 2.6). PR:11360. Ticket:11349
-
⧉ Use textContent instead of innerHTML for error elements (#11354). PR:11369. Ticket:11324
-
⧉ Fixes comparison of prerelease versions FE deps (#11353) (#11364). PR:11366. Ticket:11352
The problem caused e.g. alphas greater than 10 to be considered older than 2-9.
-