Skip to content

v2.11.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:39
abe188f

[2.11.3] - 2023-10-XX

This release includes several important fixes to improve component behavior and layout rendering.

Fixed

  • Resolved an issue where the Layout's Footer rendered mid-page instead of after the content when the Content is taller than the viewport.
  • Addressed multiple component bugs identified in a follow-up audit:
    • Marquees now measure against their own container instead of document.body.
    • Skeleton no longer throws an error when loading={false} with no children.
    • Checkbox and Radio components no longer generate colliding DOM ids when separate instances share the same option value.

What's Changed

  • ♻️ refactor: migrate release automation to changesets (trunk-based) by @pjb0811 in #126
  • 🐛 fix: publish.yml cache-save error when install is skipped by @pjb0811 in #127
  • ♻️ refactor: retire develop branch references by @pjb0811 in #128
  • 🐛 fix: Layout Footer stuck mid-page when Content is taller than viewport by @pjb0811 in #129
  • 🐛 fix: audit and patch several ui-kit components by @pjb0811 in #131
  • 🔖 chore: version packages by @github-actions[bot] in #130

Full Changelog: v2.11.2...v2.11.3