Skip to main content

2026.1.0 to 2026.1.1

1. Preferences: clientHideFloatingActionButton removed

What changed

The clientHideFloatingActionButton preference has been removed from the available preferences.

Why it matters

Projects must no longer rely on clientHideFloatingActionButton as a configurable preference.

Remove references to clientHideFloatingActionButton from project preferences, configuration documentation, and custom upgrade notes.

If a project depended on hiding the Floating Action Button, review whether this behavior is still required. If it is required for accessibility-related reasons, validate the behavior with enableA11y enabled for the affected users.

The enableA11y UserPreference is not a direct replacement for clientHideFloatingActionButton. It controls accessibility-related behavior and can affect the visibility of the Floating Action Button only as part of that accessibility behavior.