Skip to content

Releases: bring/hedwig-design-system

@postenbring/hedwig-react@1.1.0

27 Jun 10:51
40606cf
Compare
Choose a tag to compare

Minor Changes

  • 8dff0b5: ✨ new component, spinner 🎉

Patch Changes

  • Updated dependencies [8dff0b5]
  • Updated dependencies [508b0e5]
  • Updated dependencies [ee07f33]
    • @postenbring/hedwig-css@1.1.0

@postenbring/hedwig-css@1.1.0

27 Jun 10:51
40606cf
Compare
Choose a tag to compare

Minor Changes

  • 8dff0b5: ✨ new component, spinner 🎉

Patch Changes

  • 508b0e5: 💄 link-list: bump space between link list items to 16px to closer resemble hedwig legacy
  • ee07f33: 💄 link-list: always 12 gap between items in link-list using margin-top

@postenbring/hedwig-tokens@1.0.0

14 Jun 11:27
812d8f5
Compare
Choose a tag to compare

Major Changes

  • bc12777: 🎉 Version 1.0.0 of Hedwig Design System

    From now on we won't do breaking changes without bumping the major version

@postenbring/hedwig-react@1.0.0

14 Jun 11:26
812d8f5
Compare
Choose a tag to compare

Major Changes

  • bc12777: 🎉 Version 1.0.0 of Hedwig Design System

    From now on we won't do breaking changes without bumping the major version

Patch Changes

  • Updated dependencies [bc12777]
    • @postenbring/hedwig-css@1.0.0

@postenbring/hedwig-css@1.0.0

14 Jun 11:26
812d8f5
Compare
Choose a tag to compare

Major Changes

  • bc12777: 🎉 Version 1.0.0 of Hedwig Design System

    From now on we won't do breaking changes without bumping the major version

Patch Changes

  • Updated dependencies [bc12777]
    • @postenbring/hedwig-tokens@1.0.0

@postenbring/hedwig-tokens@0.0.16

13 Jun 12:42
9a3c30b
Compare
Choose a tag to compare

Patch Changes

  • 83f4c38: ♻️ radio-button: rename Radiobutton to RadioButton

    Matching what the rest of the world seems to be doing.

@postenbring/hedwig-react@0.0.90

13 Jun 21:14
4961a2a
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [97cae32]
  • Updated dependencies [6b9ab7a]
    • @postenbring/hedwig-css@0.0.75

@postenbring/hedwig-react@0.0.89

13 Jun 17:23
5881f30
Compare
Choose a tag to compare

Patch Changes

  • bdbefc6: ✨ figure: port figure component from hedwig legacy
  • Updated dependencies [bdbefc6]
    • @postenbring/hedwig-css@0.0.74

@postenbring/hedwig-react@0.0.88

13 Jun 12:42
9a3c30b
Compare
Choose a tag to compare

Patch Changes

  • c7a3175: ✨ blockquote component

  • 83f4c38: ♻️ radio-button: rename Radiobutton to RadioButton

    Matching what the rest of the world seems to be doing.

  • 4f6795b: 💄 navbar: use a larger close icon for the navbar

  • Updated dependencies [c7a3175]

  • Updated dependencies [20d3179]

  • Updated dependencies [83f4c38]

    • @postenbring/hedwig-css@0.0.73

@postenbring/hedwig-css@0.0.75

13 Jun 21:14
4961a2a
Compare
Choose a tag to compare

Patch Changes

  • 97cae32: 💄 fix font declaration for strong and b

    nesting a strong inside an i broke the font-style decleration

  • 6b9ab7a: 💄 list: don't use display: flex

    margin collapse does not propegate outwards. This makes rendering p inside an ul li take more space than needed

    https://stackoverflow.com/a/43882888