v1.0.0-beta3
Pre-release
Pre-release
⚠️ Potentially breaking changes
Menu overlay mixin refactored (31f23fe)
- Utilize vaadin-overlay opening and closing animation feature (different animations for larger and small viewports)
- Use CSS media queries instead of element-specific state attributes (
phone
andfullscreen
) for triggering “bottom sheet” behavior
❇️ Updates
Badge style update (bcb87e3)
- Increase padding
- Increase font size for the normal size badge
- Use
line-height: 1;
as badges are expected to be only one line
Use vaadin-overlay closing animation feature for backdrop (fc3e8ad)
- Decrease the backdrop intensity.
- Add a utility keyframe animation that can be used by all overlays for opening and closing animation timing.
Fix iOS 9 support (c20994e)
- Move the mask image to the content part instead of a pseudo element on top of it.
- Don’t use a custom property for the mask-image (not supported on iOS9).