Bug Fix Bulletin — v56.0.0 January 2026
The following issues were identified and resolved in the January 2026 Tiled release, including SAML and Hub login case-insensitivity, and a set of Builder 2.0 text editing, color picker, and right panel stability fixes. If you were experiencing any of the behaviors described below, they are now fixed. No action is required on your end.
Login & AuthenticationResolved: Login Failures Caused by Email Address Capitalization
If you or your users were experiencing login failures related to how an email address was capitalized — for example, being registered as user@company.com but authenticating with User@Company.com — this issue has been resolved.
Tiled login and SAML SSO authentication now handle email addresses in a case-insensitive way, so capitalization differences between your identity provider and your Tiled account no longer cause authentication failures.
What Was Happening
Email addresses are case-insensitive by convention, but login systems that perform exact-match lookups treat user@company.com and User@Company.com as different values. This caused two classes of login failure:
• SAML / SSO users — if your identity provider (such as Okta or Microsoft Entra) asserted your email address in a different capitalization than the value stored in Tiled, authentication failed even though the credentials were correct.
• Hub login users — entering a registered email address in a different case than originally used could result in a failed login.
What Was Fixed
SAML user lookup and Hub login authentication now both handle email addresses without case sensitivity. Capitalization differences between your identity provider's assertion and your Tiled account record no longer cause authentication failures.
No action is required — this fix applies automatically to all login attempts.
If You're Still Experiencing Login Issues
If you continue to experience login failures after this fix:
1. Confirm the email address you're using matches the one registered on your Tiled account (excluding capitalization).
2. If you use SSO, confirm your identity provider is asserting the correct email attribute for your user.
3. If the issue persists, contact Tiled Support with the email address affected and your identity provider configuration details.
Builder 2.0 — Right Panel
Right panel no longer resizes during editing
The Builder 2.0 right panel previously resized automatically when certain editing contexts were opened — such as the text properties panel or color picker — causing the panel to jump or shift unexpectedly and leading to accidental misclicks on nearby controls. The right panel now maintains a stable width throughout your editing session; panel content scrolls within the fixed panel width rather than triggering a resize. This change applies to Builder 2.0 only.
Builder 2.0 — Text Tiles
Fonts rendering with incorrect shapes or weights
A regression caused certain font families to render with incorrect glyph shapes or weights in Builder 2.0 text tiles. Font rendering is now correct for all affected font families.
Font weight dropdown showing incorrect options
The font weight dropdown was showing weight options that weren't available for the selected font, or omitting weights that were valid. The dropdown now accurately reflects the available weights for the selected font family.
Font weight menu not updating after switching fonts
When switching from one font family to another, the weight menu was sometimes retaining the weight options from the previously selected font rather than updating to reflect the new family. The menu now updates correctly whenever you change the font family.
Builder 2.0 — Color Picker
Color picker flickering when opened
The color picker was rapidly flickering — appearing and disappearing — when opened in certain panel states. The color picker now opens and remains stable.
Color picker triggering excessive requests when using the gradient slider
Dragging the color gradient slider was causing an unusually high number of background requests, affecting Builder performance during color selection. Request frequency is now correctly managed.
Builder 2.0 — Text Edit Session Stability
Entering and exiting text-edit mode leaving tiles in an inconsistent state
Text tile edit sessions in Builder 2.0 were sometimes becoming unstable — after entering and exiting text-edit mode, subsequent edits wouldn't register or the cursor position would be lost. Text-edit mode entry, editing, and exit now work reliably across consecutive operations.