Skip to content

v2.0.0

Compare
Choose a tag to compare
@platosha platosha released this 25 Apr 10:51
· 218 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v1.x:

  • The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the src/vaadin-dialog.html
  • The styles from the parent scope now apply to the dialog content, making it easier to customize (no longer need to wrap the content in custom element just for the styling purpose)
  • The vaadin-overlay dependency has been updated to ^3.0.0 in order to make the previous styling change possible. Please ensure you are using latest versions for all Vaadin components depending on that version.

Changes Since v2.0.0-beta4:

  • fb313f7 Update the custom styling example