v2.2.8
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). -
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. -
d2c6f79 test: update browser versions used in tests
Related to:
https://github.com/vaadin/components-team-tasks/issues/450
vaadin/vaadin-element-skeleton#204 -
ea524e1 chore: align with skeleton, replace gulp with npm scripts