Skip to content

Releases: vaadin/vaadin-gradle-plugin

Gradle Plugin 0.17.0.1

30 Sep 08:20
Compare
Choose a tag to compare
Pre-release

Pre-release 0.17.0.1 of the Vaadin Gradle Plugin

Notable changes since 0.17.0.0:

  • Fixed the 'Unable to compute frontend dependencies' failure on Windows #81
  • Fixed 'Building master on Windows never completes' #91

Migration path:

Please see the example Vaadin 17 projects for more details on project files and their placements.

Gradle Plugin 0.14.3.7

30 Sep 08:17
Compare
Choose a tag to compare
Pre-release

Pre-release 0.14.3.7 of the Vaadin Gradle Plugin

Notable changes since 0.8.0:

  • Fixed 'Unable to compute frontend dependencies' failure on Windows: #81

Migration path:

As the production mode is not enabled automatically by invoking vaadinBuildFrontend, you need to specify the -Pvaadin.productionMode Gradle parameter to enable the production mode.

On the flip side, this will make Gradle run the vaadinBuildFrontend task automatically, so you no longer need to run the task manually.

Gradle Plugin 0.17.0.0

04 Sep 12:13
3238668
Compare
Choose a tag to compare
Pre-release

Pre-release 0.17.0.0 of the Vaadin Gradle Plugin

Notable changes since 0.8.0:

  • Vaadin 17 support is added (#82), big thanks to @hfazai !
  • Vaadin 14 support is dropped. Please use Vaadin Gradle Plugin 0.8.0 for Vaadin 14

Migration path:

Please see the example Vaadin 17 projects for more details on project files and their placements.

Gradle Plugin 0.8.0

02 Jul 11:15
42516aa
Compare
Choose a tag to compare
Gradle Plugin 0.8.0 Pre-release
Pre-release

Pre-release 0.8.0 of the Vaadin Gradle Plugin

Notable changes since 0.7.0:

  • Allow specifying node.js download URL (#78)
  • vaadinClean now properly deletes pnpm-related files (#74)
  • Ensuring compatibility with Vaadin 14.3 (Flow 2.3)
  • The plugin now logs everything it's doing into logger.info (#72)

Migration path:

As the production mode is not enabled automatically by invoking vaadinBuildFrontend, you need to specify the -Pvaadin.productionMode Gradle parameter to enable the production mode.

On the flip side, this will make Gradle run the vaadinBuildFrontend task automatically, so you no longer need to run the task manually.

Gradle Plugin 0.7.0

20 May 16:59
125f0a7
Compare
Choose a tag to compare
Gradle Plugin 0.7.0 Pre-release
Pre-release

Pre-release 0.7.0 of the Vaadin Gradle Plugin

Changes since 0.6.0:

  • Make nodeVersion writable. (#58)
  • Replace the gradle-node-plugin with built-in Vaadin 14.2 npm download functionality (#61)
  • Upgrade Flow version to 2.2.0

Migration path:

As the production mode is not enabled automatically by invoking vaadinBuildFrontend, you need to specify the -Pvaadin.productionMode Gradle parameter to enable the production mode.

On the flip side, this will make Gradle run the vaadinBuildFrontend task automatically, so you no longer need to run the task manually.

Gradle Plugin 0.6.0

28 Feb 07:30
78e4818
Compare
Choose a tag to compare
Gradle Plugin 0.6.0 Pre-release
Pre-release

Pre-release 0.6.0 of the Vaadin Gradle Plugin

Changes since 0.5.1:

  • Make vaadinPrepareFrontend and vaadinBuildFrontend activate automatically (#48)

Migration path:

As the production mode is not enabled automatically by invoking vaadinBuildFrontend

You need to specify the -Pvaadin.productionMode Gradle parameter to enable production mode.

On the flip side, this will make Gradle run the vaadinBuildFrontend task automatically, so you no longer need to run the task manually.

0.5.1

26 Feb 12:25
f2b613a
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Fixed couple of issues: #44, #46, #43, #42

0.5.0

07 Feb 21:02
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

First build published to Gradle Plugin Portal.