Skip to content

Releases: tony-ho/responsive-capsize

v2.0.1

08 Oct 10:36
Compare
Choose a tag to compare

2.0.1 (2021-10-08)

Bug Fixes

  • migrate capsize to @capsizecss/core (6ef5541)

v2.0.0

16 Mar 09:52
Compare
Choose a tag to compare

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 a padding property (also removed the height 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.

v1.0.0

11 Aug 13:01
Compare
Choose a tag to compare

1.0.0 (2020-08-11)

Features

  • add Responsive Capsize module (5dd46d0)