Releases: tony-ho/responsive-capsize
Releases · tony-ho/responsive-capsize
v2.0.1
v2.0.0
2.0.0 (2021-03-16)
- chore!: bump capsize from ^1.1.0 to ^2.0.0 (38d8e62)
BREAKING CHANGES
- The styles object returned from
capsize
no longer
contains apadding
property (also removed theheight
property from
the pseudo elements).
This was previously used to prevent the negative margins from
collapsing.
The technique has been swapped out in favour of using display: table
on the pseudo elements, which also required an inversion of the negative
margin direction.