Skip to content

v1.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jouni jouni released this 23 Mar 09:47
· 91 commits to master since this release

Documentation →

⚠️ 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 and fullscreen) 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).