Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

v84.5.0

Choose a tag to compare

@codeman7 codeman7 released this 05 Jun 12:00
· 3034 commits to stable since this release

84.5.0

In this minor release we have expanded our support for NavigationBar as well as additional tests and bug fixes.

New features

NavigationBar now allows clients to present overlay views that point to views in an MDCNavigationBar:

let leadingRect = navigationBar.rect(forLeading: leadingItem, in: view)
let trailingRect = navigationBar.rect(forTrailing: trailingItem, in: view)
// Present an overlay pointing at `leadingRect` or `trailingRect`

API changes

NavigationBar

MDCNavigationBar

new method: -rectForLeadingBarButtonItem:inCoordinateSpace in MDCNavigationBar
new method: -rectForTrailingBarButtonItem:inCoordinateSpace in MDCNavigationBar

Component changes

Changes

AppBar

Buttons

Dialogs

List

NavigationBar

Tabs

TextFields

Typography

Multi-component changes