Skip to content

Releases: vaadin/vaadin-confirm-dialog

v1.1.6

20 Dec 12:13
648fc71
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.5:

  • 59234d1 fix: propagate theme attribute to vaadin-dialog (#92)

    This makes it possible to target the developer provided content elements of a specific confirm dialog with a custom theme attribute in a style module with theme-for="vaadin-dialog-overlay".

v1.1.5

14 Nov 11:19
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.4:

  • 724ebb8 refactor: only run license checker when needed (#93)

v1.1.4

24 Jul 08:45
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.3:

  • 8af9022 Remove flex container and calculate content height (#88) (#90)

    • Move [part=footer] outside of [part=content]
    • Calculate [part=footer] height to calculate [part=content] height
    • Remove flex related styles

v1.1.3

19 Jul 13:08
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.2:

  • c65cddd Set margins on default content for [slot="header"] (1.1) (#87)

    • Set margins on default content for slot=header
    • Add visual tests and enable travis job

v1.2.0-alpha1

15 Jul 08:01
Compare
Choose a tag to compare
v1.2.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.1.2:

  • ae4a9f3 Create internal API for changing width and height (#84)

    Component now has internal _setWidth and _setHeight API that flow integration can use to set dimensions for the content

  • e273333 Allowed preventing close on ESC (#71)

v1.1.2

15 Jul 07:31
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.1:

  • fecc4ef Create internal API for changing width and height (#84)

    Component now has internal _setWidth and _setHeight API that flow integration can use to set dimensions for the content

v1.1.1

08 Feb 13:20
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.0:

  • f6adb5a Backport: drop text-fixture (#79)

    • Remove test-fixture dependency (#74)

    • Added vaadin-overlay to bower.json (#76)

    • Ignore .vscode (#77)

v1.1.0

02 Nov 08:52
9b9d11d
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Confirm Dialog v1.1.0 with improved accessibility and material theme support!

Changes Since v1.0.1:

  • f833817 Focus confirm button on dialog open (#59)

    • Add aria-describedby attribute

    This change allows screenreaders to read the confirmation message in case when button is autofocused on dialog open.

    • Focus confirm button on dialog open
  • 2c1ba13 Add material theme support (#63)

    • Add material theme support

    Fix lumo issue #60
    Fix lumo issue when custom and default buttons look distorted

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

  • 536b5b0 Add an aria-label to avoid the dialog content being read twice (#38)

1.1.0-beta1

25 Oct 08:24
d343480
Compare
Choose a tag to compare
1.1.0-beta1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.1.0-alpha1:

  • f833817 Focus confirm button on dialog open (#59)

    • Add aria-describedby attribute

    This change allows screenreaders to read the confirmation message in case when button is autofocused on dialog open.

    • Focus confirm button on dialog open

    • Add focus-ring to a button to make it obvious which action is a default

  • 2c1ba13 Add material theme support (#63)

    • Add material theme support

    Fix lumo issue #60
    Fix lumo issue when custom and default buttons look distorted

  • cdb5dba Use latest license checker (#64)

    • Use latest license checker

Full change log

v1.0.1 - Maintenance release

30 Aug 16:09
Compare
Choose a tag to compare