github vaadin/flow 6.0.0.beta1
Vaadin Flow 6.0.0.beta1

latest releases: 24.3.11, 23.5.1, 23.4.1...
pre-release3 years ago

Vaadin Flow 6.0.0.beta1

Changes in Flow from 6.0.0.alpha5

  • New Features:

    • Frontend path alias. PR:9898

      Add a Frontend alias for the frontend directory, so that you can import the frontend assets with import 'Frontend/xxx' instead of having to figure out the path manually like import '../../../frontend/xxx'.

    • Generate .npmrc with default pnpm option. PR:9956

      Add an .npmrc file so that when installing packages with pnpm, it is no longer necessary to pass the --shamefully-hoist flag.

    • Add Karaf features via artifacts classifier for Flow. PR:9927

      feat: add Karaf features via artifacts clarifier for Flow Part of #6525

  • Fixes:

    • Upgrade loader deps for webpack build. PR:9935

      Updates file-loader 6.1.0->6.2.0 and loader-utils 1.4.0->2.0.0

    • Remove old devDependencies. PR:9931. Ticket:9720

      Clean away also old devDependencies on Package update.

    • Importing binary file in frontend file. PR:9955. Ticket:9926

      Catch MalformedInputException for reading file during import visit for frontend files where file is binary and can not be read as lines.

    • Use maven3 cargo plugin. PR:9946. Ticket:9940

    • Fix dev deps test after changing in webpack config. PR:9941

    • Tasks are sorted for execution. PR:9914. Ticket:9893

      NodeTasks are now sorted before execution so that they are always executed in a predefined order.

    • Remove problematic dependencies. PR:9908

    • Revert changes made for resolving start-stop issue. PR:9915

  • Tests:

    • Fix linux local builds. PR:9942

Don't miss a new flow release

NewReleases is sending notifications on new releases.