- Support for the
grid-template-areas
CSS property
- fixed peerDependencies, React 18 support
- revert 3.1.0 due to regressions in behaviour
- new, unified
space
implementation on Box according to Robin's blogpost
- added
containerElement
to<Box>
- introducing a new
<Grid>
component - added a new
spaceType
prop to<Box>
<Spacer>
now disappears whenspace
is passed a0
- improved the prop types for
<Box>
- fixed an issue with
0
values for baselineGrid multiplies
- fixed wrong import paths
- added missing (peer)Dependencies
- improved how the baselineGrid is applied
- readded
-webkit-overflow-scrolling: touch
to<ScrollView>
- removed old exports from the main file
With 2.0 we shipped a completely new version of Kilvin implementing the most modern patterns and supporting a better Fela setup.
This release also removed the <View>
and <Text>
component.
- added
display: flex
to<Absolute>
,<ScrollView>
and<View>
.
First release