New features
- Introduce
@Synchronize
to specify property synchronization declaratively
Fixes
- Support inline styles for the root element in an Html component
- Allow remote super dev mode connections by default
- Ensure debug logging cannot cause application to fail
- Allow setting the same parent view many times
- Ensure that NaN doubles do not end up in the JSON
- Format floating point numbers in the model in Java in the same way as in JS
- Include path segment in router error message
- Reduce network usage by using a pool for reused immutable values
- Bind state nodes deferredly to avoid missing updated data
Demos
No demo updates this time.
Tutorials
Updated tutorials about using @Synchronize
with Components and Web Components