Skip to content

Releases: vaadin/vaadin-confirm-dialog

v1.1.0-alpha1

24 Aug 12:17
efe8b1c
Compare
Choose a tag to compare
v1.1.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.0.0:

  • efe8b1c Update analysis (#54)

    • Update analysis
  • 3b09b9b Update license checker to 2.1.0-alpha2 (#53)

    Sync with a skeleton
    Update dependencies to stable

  • 38a8a96 Add documentation on what can be styled and slotted in the component (#51)

    • Add documentation on what can be styled and slotted in the component
  • 536b5b0 add an aria-label to avoid the dialog content being read twice (#38)

    • add an aria-label to avoid the dialog content being read twice

    Without an aria-label screen readers (NVDA, JAWS, VoiceOver) read the dialog content twice: once as a title and another time as the content.

    Depends on vaadin/vaadin-dialog#91
    Fixes #29

  • 3504e9f Update .travis.yml (#48)

    • Update .travis.yml

    • Run polymer analyze

  • 868d102 Update config for builds (#47)

    Updated dependencies management
    Update build config and script
    Fix the build
    Add skeleton changes

  • 6776e26 Make compatible with latest minors (#46)

    • Make compatible with latest minors

    Fixes #19

v1.0.0

02 Aug 11:56
92f6b12
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Vaadin Confirm Dialog 1.0

<vaadin-confirm-dialog> is an easy to use Web Component to ask the user to confirm a choice.

Features

  • Support for 1, 2 and 3 action buttons
  • Possibility to override buttons visibility, text and theme
  • Possibility to replace the buttons with your own components

Example

<vaadin-confirm-dialog header="Meeting starting" confirm-text="OK">
  Your next meeting starts in 5 minutes
</vaadin-confirm-dialog>

v1.0.0-beta3

01 Aug 11:30
0558fa7
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.0.0-beta2:

  • update demos according to the guidelines and reviews (#42)
  • use standard JavaScript in demos (#34, #36)
  • stretch dialog buttons on narrow screens (#33)

v1.0.0-beta2

27 Jun 13:55
d22fb59
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

<vaadin-confirm-dialog> is an easy to use component to ask the user to confirm a choice.

Features

  • Support for 1, 2 and 3 action buttons
  • Possibility to override buttons visibility, text and theme
  • Possibility to replace the buttons with your own components

Changes since last version

  • Confirm button is always shown
  • No other changes in behavior or API
  • Improvements in documentation and demos

First beta for <vaadin-confirm-dialog>

21 Jun 12:31
d532676
Compare
Choose a tag to compare
Pre-release

<vaadin-confirm-dialog> is an easy to use component to ask the user to confirm a choice.

Features

  • Support for 1, 2 and 3 action buttons
  • Possibility to override buttons visibility, text and theme
  • Possibility to replace the buttons with your own components