github vaadin/flow 8.0.2
Vaadin Flow 8.0.2

latest releases: 23.3.31, 24.3.11, 23.5.1...
2 years ago

Vaadin Flow 8.0.2

Changes in Flow from 8.0.1

  • Fixes:

    • Call processStyles when adding custom-style blocks. PR:11906. Ticket:11877

      Always when adding custom-style blocks with module styles we should call the processStyles to actually add style data.

    • Use URI for the file path of generated fusion code (#11872). PR:11916

    • Pinned dependency only adds when modified (#11894). PR:11899. 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.

    • Throw exception in dev mode if dependency is missing (#11885). PR:11887

      When running the application in devMode and the vaadin-dev-server dependency is missing, instead of an assert when getting stats from dev derver throw exception on missing dependency.

    • Handle an extra spaces in class names properly (#11861). PR:11879. Ticket:11709

    • Implement toString, equals, hashCode for Key implementation used in "of" (#11837). PR:11875. Tickets:8474, 4626

    • Only write package.json if something actually changed (#11847). PR:11853. 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:11856

      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:11839. Ticket:10948

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

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

  • Code Refactoring:

    • Add a new parser for TypeScript types in Fusion Generator. PR:11901
  • ⧉ All changes

Don't miss a new flow release

NewReleases is sending notifications on new releases.