Releases: stellar/stellar-design-system
Releases · stellar/stellar-design-system
v3.0.0
Stellar Design System (SDS) version 3 is a major update with many breaking changes. Here are a few:
- There are many breaking changes in CSS variables, so make sure you update any variables used locally.
- New color names and color palette.
- All CSS theme variables have the prefix
--sds-
to avoid any name collisions with other variables.
- Updated typography
- Some components were added, and some were removed to keep the design system as relevant as possible to our current and future projects.
- There are changes in component props, and some components might be more affected than others.
v1.1.3
v1.1.2
What's Changed
- Rollup config: export asset files in SDS build by @quietbits in #204
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- SDS web: colors page by @quietbits in #201
- Input: don't trigger password show/hide when Enter is pressed by @quietbits in #202
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Replace Webpack with Rollup to bundle SDS by @quietbits in #200
- Removed
configurable-date-input-polyfill
- Removed
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Update GH actions to use Node v16+ by @quietbits in #195
- Fix Tooltip React key warning + upgrade floating-ui/dom by @quietbits in #196
- Add Discord icon by @quietbits in #198
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0
comes with many breaking changes across various components. Please check the documentation for new APIs if you run into issues when upgrading.
v0.8.1
Updates
- Using Webpack v5 instead of react-scripts to build package
- Setting Webpack
publicPath
output to allow building library in jsdom
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Breaking changes
- Table requires a
breakpoint
property, which is used to trigger the sticky column layout. CopyText
propertyshowCopyIcon
was removed, now you need to passIconButton
copy preset aschildren
to achieve the same result.
Updates
IconButton
has new properties:label
andpreset
.Checkbox
has new properties:note
anderror
.Toggle
component has an example of how to use it with form labels.- New
Textarea
component.
Internal
- Updated GitHub Action to update dependencies.
Full Changelog: v0.7.0...v0.8.0