Skip to content

Vaadin Flow 2.7.1

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 27 Sep 06:13
· 138 commits to 2.7 since this release
6b28d46

Vaadin Flow 2.7.1

Changes in Flow from 2.7.0

  • Fixes:

    • Pinned dependency only adds when modified. PR:11893. 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:11880. Ticket:11709

    • Use jdk8 compatible package. (#11855). PR:11869

      Some transitive packages that were in a defined range got released built on JDK11 instead of JDK8

    • Make IPhone version above 14.7 browsers allowed for Vaadin (#11821). PR:11844. Ticket:11654

    • Only write package.json if something actually changed. PR:11848. 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.

    • Add equals and hashCode to SimpleResult (#11827). PR:11840. Ticket:10948

    • Bump commons-io from 2.8.0 to 2.11.0. PR:11803. Ticket:11794

    • Fixes TypeScript transpilation to ES5 for use with IE11. PR:11792

    • Check the component belongs to UI before task execution. PR:11726. Ticket:11599

  • ⧉ All changes