This release aligns tooltip closing behavior with Bootstrap (both desktop and mobile), fixes a long-standing bug with tooltip opening issues.
While we don't consider it a breaking change, some complex existing tooltips might behave differently.
Bug Fixes
- accordion: initialize
destroyOnHide
from configuration (a8b39be) - rating: generate correct
aria-readonly/disabled
attributes (#4586) (f99bc96) - tooltip: align closing behavior with Bootstrap (55f45fd), closes #3889
- tooltip: fixed closing on hover from arrow direction (4417ee6), closes #3997
- tooltip: remove padding for non-standard placements (c7c0978), closes #4369