Releases: vaadin/spring
Vaadin Spring Add-on 18.0.0.alpha2 for Vaadin 21
This is a pre-release version for the Vaadin Spring add-on, built on Flow 8.0.0.alpha4, targeted for Vaadin 21.
New Features since 18.0.0.alpha1 (Vaadin 21)
-
Automatically use Flow view access checker (#780):
-
Automatically allow access to @AnonymousAllowed Flow views (#783)
Bug Fixes since 18.0.0.alpha1 (Vaadin 21)
- Avoid NPE on refresh and call destruction callback on session destroy (#820) - Issue (#816)
- Annotate default error handler (#815) - Issue (#661)
- Check DevModeHandler presence after production mode (#830)
- Destroy beans after navigation out of the route and refresh (#829) - Issue (#818)
List of all changes compared to 18.0.0.alpha1
Vaadin Spring Add-on 17.0 for Vaadin 20
This is a release version for the Vaadin Spring add-on, built on top of Flow 7.0.0 for Vaadin 20.
No changes since 17.0.0.rc1.
List of all changes compared to 16.0
Vaadin Spring Add-on 17.0.0.rc1 for Vaadin 20
This is a pre-release version for the Vaadin Spring add-on, built on Flow 7.0.0.rc1, targeted for Vaadin 20.
No significant changes since 17.0.0.beta1.
List of all changes compared to 17.0.0.beta1
Vaadin Spring Add-on 18.0.0.alpha1 for Vaadin 21
This is a pre-release version for the Vaadin Spring add-on, built on Flow 8.0.0.alpha3, targeted for Vaadin 21.
New Features since 17.0 (Vaadin 20)
-
Implement RouteScope (#796) - Issue (#263):
- Introduces
@RouteScope
and@RouteScopeOwner
to be able to scope beans to routing component lifecycle.
- Introduces
-
Add setLoginView helper for Flow login views (#784) - Part of Issue (vaadin/flow#10609)
- Enables user code to set a Flow View as the login view that unauthenticated users should be redirected to for navigation attempt to a restricted view.
-
RouteScope without an owner means maps scope to the current Route (#800) - Issue (#798)
List of all changes compared to 17.0.0.beta1
Vaadin Spring Add-on 17.0.0.beta1 for Vaadin 20
This is a pre-release version for the Vaadin Spring add-on, built on Flow 7.0.0.alpha7, targeted for Vaadin 20.
Changes since 17.0.0.alpha5
- Make compatible with latest Flow 7.0.0.beta2 (#782)
@AnonymousAllowed
is moved fromcom.vaadin.flow.server.connect.auth
package tocom.vaadin.flow.server.auth
, in the latest flow, this is the corresponding change in spring addon
List of all changes compared to 17.0.0.alpha5
Vaadin Spring Add-on 17.0.0.alpha5 for Vaadin 20
This is a pre-release version for the Vaadin Spring add-on, built on Flow 7.0.0.alpha7, targeted for Vaadin 20.
Changes since 17.0.0.alpha4
- Add a TypeScript client aware login success handler (#752)
This writes a specialized response instead of the standard HTTP redirect to TypeScript clients so they can read the relevant information. - Send Spring CSRF as a login response header (#777)
List of all changes compared to 17.0.0.alpha4
Vaadin Spring Add-on 17.0.0.alpha4 for Vaadin 20
This is a pre-release version for the Vaadin Spring add-on, built on Flow 7.0.0.alpha2, targeted for Vaadin 20.
Changes since 17.0.0.alpha2
- test: Use a Flow based login form (#762)
- test: Test access to public / logged in / admin only resources (#763)
- feat: Automatically allow requests to anonymous endpoints through (#767)
- chore: Log saved requests to ease debugging (#769)
- test: Fix tests (#772)
- test: Make Flow security example more real (#766)
List of all changes compared to 17.0.0.alpha2
Vaadin Spring Add-on 17.0.0.alpha2 for Vaadin 20
This is a pre-release version for the Vaadin Spring add-on, built on Flow 7.0.0.alpha1, targeted for Vaadin 20.
Changes since 17.0.0.alpha1
- Change the Spring Security helper from static methods-based
VaadinSpringSecurity
to a super class-basedVaadinWebSecurityConfigurerAdapter
(#752) - Provide a default request cache for Spring Security configuration (#744)
List of all changes compared to 17.0.0.alpha1
Vaadin Spring Add-on 12.4.0 for Vaadin 14.6
This is a minor release for the Vaadin Spring add-on, built on Flow 2.6.0 for Vaadin 14.6.
There are no changes since https://github.com/vaadin/spring/releases/tag/12.4.0.rc1.
Vaadin Spring Add-on 12.4.0.rc1 for Vaadin 14.6
This is a pre-release version for the Vaadin Spring add-on, built on Flow 2.6.0.rc1, targeted for Vaadin 14.6.
There are no changes since beta1.