Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make non-string text styles work again #15898

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

ahocevar
Copy link
Member

@ahocevar ahocevar commented Jun 8, 2024

This pull request restores the text rendering behavior for null, undefined, Object and number values from before #13410. Currently, such values throw an error. Before #13410, they resulted in rendering the String representation of the respective value.

This change allows us to remove the to-string flat style operator (see #15875).

Copy link

github-actions bot commented Jun 8, 2024

📦 Preview the website for this branch here: https://deploy-preview-15898--ol-site.netlify.app/.

@ahocevar ahocevar merged commit cdc96c1 into openlayers:main Jun 9, 2024
8 checks passed
@ahocevar ahocevar deleted the text-non-string branch June 9, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants