Skip to content

v3.0.0-next.27

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 18:45
9455426

🎉 This release contains work from a new contributor! 🎉

Thank you, Van Do (@vando94), for all your work!

🚀 Enhancement

  • feat: rename tabs and list-item leading/trailing (deprecated) slots to start/end #566 (@DRiFTy17)
  • feat(autocomplete): add popoverExpanded prop/attr to base field and update autocomplete to use it #564 (@DRiFTy17)
  • feat(base-button): remove internal <a> support and APIs and instead allow for slotted <a> elements and update each button-like element to support slotted anchor styling/functionality #563 (@DRiFTy17)
  • feat(overlay): upgrade to latest @floating-ui/dom and remove custom top-layer middleware #560 (@DRiFTy17)
  • feat(list-item): add deactivateRipple() method to allow for manually removing the "pressed" ripple state if needed #559 (@DRiFTy17)
  • feat: added month change event for date-picker and date-range-picker #543 (@vando94)

🐛 Bug Fix

  • fix(button-toggle): update height to match standard button #565 (@DRiFTy17)
  • chore: fix CEM for elements that extends mixins #561 (@DRiFTy17)
  • fix(select): fix missing aria-controls attribute to use temporary element #562 (@DRiFTy17)
  • fix(table): fixed a bug where the table sort icon rotation could get out sync #558 (@DRiFTy17)
  • fix(list-item): removed legacy internal mousedown handler that was preventing pointer events if already focused #551 (@DRiFTy17)
  • fix(badge): fixed a bug where badge text would not ellipse when overflowing #552 (@DRiFTy17)
  • fix(text-field): remove legacy <label> & <input> DOM order manipulation #544 (@DRiFTy17)

Authors: 2