Releases: LatitudeFinancialOSS/basis
Releases · LatitudeFinancialOSS/basis
1.6.0
- Replaced
ThemeProvider
with BasisProvider
which accepts also InternalLink
and isLinkInternal
props.
- Added a responsive
width
prop to Container
.
1.5.0
Section
doesn't render a Grid
anymore. You should render it yourself now.
- Added
preset="page"
to Grid
.
- Fixed
Header
's z-index
issue.
1.4.1
- Fixed the size of the
Footer.Header.Logo
.
Header
has a fixed
position now.
1.4.0
- Added new
Section
and Header
components.
- Added a responsive
height
prop to Container
.
1.3.0
Footer.Header.Logo
accepts a name
prop now that can be "latitude"
(the default) or "gem"
.
1.2.0
- Added a responsive
margin
prop to Text
, Link
and Button
.
- Updated
Link
's default color to be accessible on light blue.
1.1.1
- Update input components focus style.