Vaadin Flow 7.0.9
Changes in Flow from 7.0.8
-
Fixes:
-
⧉ Add info on checked folder (#11991). PR:11999
Add missing information on what folder has been consulted for when searching frontend files.
-
⧉ Return immidiately if VaadinSession is not initialized (#11974) (#11986). PR:11988. Ticket:11961
-
⧉ Close only for click on Close (#11955). PR:11970. Ticket:8964
To enable copying of the exception only clicking on
Close
closes the popup -
⧉ Remove detach listeners from listenOn components on detach owner (#11956). PR:11967. Ticket:11939
-
⧉ Pinned dependency only adds when modified (#11894). PR:11900. Ticket:11888
Do not mark pin if no version is actually added or changed. With this npm install will not always be executed on reload and the copied modules will not disappear.
-
⧉ Handle an extra spaces in class names properly (#11861). PR:11881. Ticket:11709
-
⧉ Implement toString, equals, hashCode for Key implementation used in "of" (#11837). PR:11876. Tickets:8474, 4626
-
⧉ Only write package.json if something actually changed (#11847). PR:11854. Ticket:11259
Flag update of vaadin version as an addition also and only write the package.json if thee was an actual change in content.
-
⧉ Use jdk8 compatible package. (#11855). PR:11857
Some transitive packages that were in a defined range got released built on JDK11 instead of JDK8
-
⧉ Add equals and hashCode to SimpleResult (#11827). PR:11841. Ticket:10948
-
⧉ Make IPhone version above 14.7 browsers allowed for Vaadin (#11821). PR:11836. Ticket:11654
-
⧉ Bump commons-io from 2.8.0 to 2.11.0 (#11739) (#11798). PR:11804. Ticket:11794
Bumps commons-io to a newer version where this bug has been fixed https://issues.apache.org/jira/browse/IO-692.
-
⧉ Check the component belongs to UI before task execution (#11726). PR:11788. Ticket:11599
-
⧉ Update current UI instance upon locale change (#11725). PR:11785. Ticket:11599
-
⧉ Remove the sw referer filter when adding csrf token. PR:11767
The service worker referer filter for adding
CSRF
token to the index HTML page causes a problem that Endpoint doesn't work for Safari on refresh, since Safari never gets a CSRF token as it fetches the index page through the service worker once it has been installed.
-