Skip to content

v2.2.8

Compare
Choose a tag to compare
@pekam pekam released this 15 May 14:19
· 73 commits to master since this release

Live Demo →
API Documentation →

Fixes

  • vaadin-checkbox-group: fixes for dynamically added checkboxes
  • make change event not composed

Changes Since v2.2.7:

  • 4998845 Cleanup

  • e236f56 fix: check added checkbox if included in value

    In the asynchronous FlattenedNodesObserver, the checkboxes should
    be updated to be checked if included in the checkbox-group value.
    Previously, this caused an invalid state where the checkbox's
    checked-state and the checkbox-group's value were out-of-sync (also when
    value was set after adding the checkbox, because of asynchronisity).

    fix vaadin/vaadin-checkbox-flow#89

  • 8973123 fix: prevent duplicates in checkbox-group value

    Eg. when setting the value manually and adding a checked checkbox.

    Previously, the value of the added checked checkbox was always added to
    the checkbox-group value, even if it was already included.

    fix vaadin/vaadin-checkbox-flow#83

  • d2c6f79 test: update browser versions used in tests

    Related to:
    https://github.com/vaadin/components-team-tasks/issues/450
    vaadin/vaadin-element-skeleton#204

  • 0a6115e fix: make change event not composed (#146)

  • ea524e1 chore: align with skeleton, replace gulp with npm scripts