c1d3b7ecda
* add `useOnDisappear` hook This hook allows us to trigger a callback if the element becomes "hidden". We use the bounding client rect and check the dimensions to know wether we are "hidden" or not. * use new `useOnDisappear` hook in components with the `anchor` prop * update changelog * document `useOnDisappear`