Vaadin Flow 1.0.6 is a maintenance version with the following notable changes:
Security fixes
- Return back preventing disallowed property update (#4774) (#4779)
-> Please update your Vaadin platform version to 10.0.8 or 11.0.3 to get the Flow version 1.0.6 with security fix included.
Bug fixes
- Fix github vulnerability message. (#4579)
- Correct javadocs and add removeHref method (#4724) (#4726), fixes #4711
- Execute renderer related JS on every attach (#4732) and Execute attach listener right away if the node is already attached (#4743), fixes #4054
- Fixing NPE when unbind is called during readBean (#4752) (#4759), fixes #4750
- Fix the NPE in the streamResource test. (#4781)