Releases: stellar/stellar-design-system
Releases · stellar/stellar-design-system
v0.6.0
Updated:
- Card has a
highlight
variant
- Button has an optional
fullWidth
prop
- Add optional
id
prop to Table component, used when multiple Table components are on the same page.
- Fix Tooltip overlapping bug (#86)
- Input and Select component labels can be
ReactNode
(not just strings) (#87)
v0.5.0
What's new:
Avatar
, Card
, Table
, Pagination
components
- Some small tweaks and fixes
Updated:
- Layout
Header
component has new contentCenter
, contentRight
properties for better customization
DetailsTooltip
, CopyText
non-breaking, under the hood updates
Tooltip
is using Popper now
- Updated dependencies
❗ Breaking changes:
v0.4.2
Updated palette dark theme text colors.
v0.4.1
Updates:
- Replace RGBA colors with solid colors (no more transparent colors).
- Add small size property to the
Button
component.
- Dependency updates.
v0.4.0
New components:
StatusBar
Tooltip
DetailsTooltip
CopyText
Fixes:
- Align footer children to the right (instead of the middle)
- Make headings in modals one step smaller
- Fix dropdown arrow alignment on
Select
- Remove
overflow-x: hidden
from body
and #root
- Fix button spacing in
Modal
footer
v0.3.3
PieProgress component added
v0.2.3
- Don't change color on
TextLink
when underlined
- Update default animation variable
--anim-transition-default
- Add
onDarkModeToggleEnd()
to Layout.Header
v0.2.2
- Layout Header component updates:
- Add sign out link
- Add option to add a border around navigation buttons
- A few other small tweaks under the hood
v0.2.1
- Set light mode by default if the theme toggle component is not on the website
- Update code style to use
em
instead rem
for size attributes