Skip to content

style: bump expo-font from 57.0.1 to 57.0.3 - #147

Merged
dytsou merged 1 commit into
mainfrom
dependabot/npm_and_yarn/expo-font-57.0.3
Sep 6, 2026
Merged

style: bump expo-font from 57.0.1 to 57.0.3#147
dytsou merged 1 commit into
mainfrom
dependabot/npm_and_yarn/expo-font-57.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps expo-font from 57.0.1 to 57.0.3.

Changelog

Sourced from expo-font's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • [ios] getLoadedFonts() no longer reports the PostScript name read out of a font loaded with loadAsync, only the name (the alias) it was loaded under. (#48432 by @​vonovak)

🎉 New features

  • [android] Added an axes field to the config plugin's font definitions, so one variable font file can also back a slanted or condensed face through its slnt, wdth and other variation axes. (#48621 by @​vonovak)
  • [android] Support variable weight fonts in the config plugin (#48129 by @​L65FREAD)
  • [ios] Apply fontWeight to variable fonts loaded with useFonts. (#48432 by @​vonovak)

🐛 Bug fixes

  • [android] Apply fontWeight and fontStyle to fonts loaded with useFonts, instancing a variable font's wght axis at each weight. Bold and italic text previously fell back to a system font. (#48129 by @​L65FREAD)
  • [iOS] Fixed renderToImageAsync reporting the main screen's scale rather than the scale the image was rendered at. (#48172 by @​alanjhughes)
  • [web] Fixed isLoaded() always returning false on Firefox, and on every engine for font families whose name needs quoting, by normalizing quotes when comparing family names against the CSSOM. This also stops loadAsync() from injecting a duplicate @font-face rule on every call and makes unloadAsync() and getLoadedFonts() behave consistently across engines. (#49266 by @​irfanfandi)
  • [web] Match @font-face rules by comparing the rule's bare family name against the caller's literal name, so families whose names contain quotes or padding resolve correctly, and fixed unloadAsync() deleting wrong rules when several rules match. (#49379 by @​vonovak)

💡 Others

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 5, 2026
@dytsou

dytsou commented Sep 6, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [expo-font](https://github.com/expo/expo/tree/HEAD/packages/expo-font) from 57.0.1 to 57.0.3.
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-font/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-font)

---
updated-dependencies:
- dependency-name: expo-font
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/expo-font-57.0.3 branch from e469edc to b386dc1 Compare September 6, 2026 02:41
@dytsou
dytsou merged commit 3eb48a2 into main Sep 6, 2026
3 checks passed
@dytsou
dytsou deleted the dependabot/npm_and_yarn/expo-font-57.0.3 branch September 6, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant