Skip to content

Releases: mcollovati/vertx-vaadin

flow-17.0.1

11 Nov 17:31
Compare
Choose a tag to compare
  • Upgrade to Vaadin 17.0.9
  • Configurable sockjs heartbeat
  • Handled sockjs connection timeout to avoid transport switch (eg on Heroku)
  • Added support for browser Live Reload
  • Fixed path info decode

flow-14.2.3

11 Nov 17:44
Compare
Choose a tag to compare
  • Upgrade to Vaadin 14.4.0
  • Configurable sockjs heartbeat
  • Handled sockjs connection timeout to avoid transport switch (eg on Heroku)
  • Added support for browser Live Reload
  • Fixed path info decode
  • Fixed missing client resources

flow-17.0.0

04 Oct 09:50
Compare
Choose a tag to compare
  • Support for Vaadin 17

flow-14.2.2

04 Oct 09:49
Compare
Choose a tag to compare
  • vaadin dependencies have now scope provided to avoid clashes with user project version
  • vaadin-flow-sockjs is now an optional dependency. It must be explicitly defined when using PUSH. For better compatibility with Vaadin version in use the classifier `vaadin-${vaadin.version} can be specified.
  • Fixed execution on access command to run on vertx context
  • Fixed resource resolution on startup context
  • Invoke synchronous start and stop verticle methods
  • Upgraded sockjs-client to 1.4.0
  • Fixed default scheduler delay (thanks to Dudeplayz)

flow-14.2.1

25 Jul 06:41
Compare
Choose a tag to compare
  • Fixed filename during upload
  • Refactoring of http server startup
  • Replaced httpclient with WebClient in dev mode proxy
  • Run accessSession commands in vertx context
  • Added UI tests

flow-14.1.3

25 Jul 06:41
Compare
Choose a tag to compare
  • Fixed filename during upload
  • Refactoring of http server startup
  • Replaced httpclient with WebClient in dev mode proxy
  • Run accessSession commands in vertx context
  • Added UI tests

flow-14.0.13

25 Jul 07:02
Compare
Choose a tag to compare

Fixed upload filename

flow-15.0.0

18 May 19:01
Compare
Choose a tag to compare
Release vertx-vaadin 15.0.0

flow-14.2.0

18 May 19:01
Compare
Choose a tag to compare
Release vertx-vaadin 14.2.0

flow-14.1.2

18 May 19:01
Compare
Choose a tag to compare
  • Fixed class scan to resolve also non public classes
  • Fixed server port log on startup