Skip to content

Releases: stellar/stellar-design-system

v1.1.3

27 Mar 15:30
a53825e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

05 Jan 19:24
d408221
Compare
Choose a tag to compare

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

21 Dec 19:01
df88af3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Nov 15:29
0d8993d
Compare
Choose a tag to compare

What's Changed

  • Replace Webpack with Rollup to bundle SDS by @quietbits in #200
    • Removed configurable-date-input-polyfill

Full Changelog: v1.0.1...v1.1.0

v1.0.1

02 Nov 18:46
49e9950
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Oct 17:14
cd4304f
Compare
Choose a tag to compare

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

28 Jul 20:33
9ca9ed1
Compare
Choose a tag to compare

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

10 Mar 19:19
1345794
Compare
Choose a tag to compare

Breaking changes

  • Table requires a breakpoint property, which is used to trigger the sticky column layout.
  • CopyText property showCopyIcon was removed, now you need to pass IconButton copy preset as children to achieve the same result.

Updates

  • IconButton has new properties: label and preset.
  • Checkbox has new properties: note and error.
  • 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

v0.7.0

28 Feb 17:20
6539aad
Compare
Choose a tag to compare

Updated:

  • Add customInput to Toggle and Input
  • Allow ReactNode as Table column label

v0.6.0

26 Jan 21:05
2b4efff
Compare
Choose a tag to compare

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)