Skip to content

Latest commit

Β 

History

History
269 lines (139 loc) Β· 9.44 KB

CHANGELOG.md

File metadata and controls

269 lines (139 loc) Β· 9.44 KB

Changelog

Unpublished

πŸ›  Breaking changes

πŸŽ‰ New features

  • Added support for font weights when using embedded font on Android. (#26082 by @jongbelegen)

πŸ› Bug fixes

  • [iOS] Fix font registration failing when font was in use. (#28989 by @aleqsio)

πŸ’‘ Others

  • Stopped scoping font family names in Expo Go on Android. (#28797 by @lukmccall)

12.0.5 β€” 2024-05-10

πŸ› Bug fixes

  • Fixed some vector icons not rendering correctly. (#28747 by @tsapeta)

12.0.4 β€” 2024-04-24

This version does not introduce any user-facing changes.

12.0.3 β€” 2024-04-24

12.0.2 β€” 2024-04-23

This version does not introduce any user-facing changes.

12.0.1 β€” 2024-04-22

πŸ’‘ Others

  • Stopped scoping font family names in Expo Go on iOS. (#28344 by @tsapeta)

12.0.0 β€” 2024-04-18

πŸŽ‰ New features

  • [iOS] The native module has been simplified and rewritten to Swift. (#26380 by @tsapeta)

πŸ’‘ Others

11.10.3 - 2024-02-16

πŸ› Bug fixes

11.10.2 - 2024-01-18

This version does not introduce any user-facing changes.

11.10.1 - 2024-01-10

πŸŽ‰ New features

11.10.0 β€” 2023-12-12

πŸŽ‰ New features

  • Added custom native fonts support to Font.isLoaded(). (#25770 by @kudo)

11.9.0 β€” 2023-11-14

πŸ›  Breaking changes

πŸ› Bug fixes

11.8.0 β€” 2023-10-17

πŸ›  Breaking changes

πŸŽ‰ New features

11.7.0 β€” 2023-09-15

πŸŽ‰ New features

πŸ’‘ Others

11.6.0 β€” 2023-09-04

πŸŽ‰ New features

πŸ’‘ Others

11.5.1 β€” 2023-08-02

πŸ’‘ Others

11.5.0 β€” 2023-07-28

πŸ› Bug fixes

  • Gracefully catch exceptions during font loading on web with fontfaceobserver. (#22954 by @bradjones1)

11.4.0 β€” 2023-06-21

This version does not introduce any user-facing changes.

11.3.0 β€” 2023-06-13

πŸ› Bug fixes

11.2.0 β€” 2023-05-08

πŸ› Bug fixes

11.1.1 β€” 2023-02-09

This version does not introduce any user-facing changes.

11.1.0 β€” 2023-02-03

πŸ’‘ Others

  • On Android bump compileSdkVersion and targetSdkVersion to 33. (#20721 by @lukmccall)

11.0.1 β€” 2022-10-28

This version does not introduce any user-facing changes.

11.0.0 β€” 2022-10-06

πŸ›  Breaking changes

  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @tsapeta)

πŸŽ‰ New features

10.2.0 β€” 2022-07-07

This version does not introduce any user-facing changes.

10.1.0 β€” 2022-04-18

⚠️ Notices

  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#16941 by @bbarthec)

10.0.5 - 2022-02-01

πŸ› Bug fixes

  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @kudo)

10.0.4 β€” 2021-11-17

This version does not introduce any user-facing changes.

10.0.1 β€” 2021-10-01

This version does not introduce any user-facing changes.

10.0.0 β€” 2021-09-28

πŸ›  Breaking changes

πŸ› Bug fixes

  • Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)

9.3.0 β€” 2021-09-08

πŸ’‘ Others

9.2.0 β€” 2021-06-16

πŸ› Bug fixes

πŸ’‘ Others

  • Migrated unimodules-font-interface and unimodules-constants-interface to expo-modules-core. (#12949, #12876 by @tsapeta)
  • Build Android code using Java 8 to fix Android instrumented test build error. (#12939 by @kudo)

9.1.0 β€” 2021-03-10

πŸŽ‰ New features

  • Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)

πŸ› Bug fixes

  • Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)

9.0.0 β€” 2021-01-15

πŸ›  Breaking changes

πŸ› Bug fixes

8.4.0 β€” 2020-11-17

This version does not introduce any user-facing changes.

8.3.0 β€” 2020-08-18

This version does not introduce any user-facing changes.

8.2.2 β€” 2020-07-27

πŸ› Bug fixes

  • Fixed fonts not being loaded in Internet Explorer. (#8652 by @d4rky-pl)

8.2.1 β€” 2020-05-29

This version does not introduce any user-facing changes.

8.2.0 β€” 2020-05-27

This version does not introduce any user-facing changes.

8.1.1 - 4/07/2020

πŸ› Bug fixes

  • Fixed timeout on Firefox #7420