Files
smart-city-digital-twin-mar…/smart-app-city/frontend/node_modules/expo-font/CHANGELOG.md
Eric FELIXINE e30ae8ed09 feat(smart-app): implement complete mobile app MVP
- App.tsx: full navigation (Auth stack + Main tabs with 5 screens)
- Auth: LoginScreen, RegisterScreen, ForgotPasswordScreen
- HomeScreen: dashboard with IoT metrics, weather widget, alerts, quick actions, sensors
- MapScreen: interactive map with layer toggles (6 layers)
- MarketplaceScreen: categories (6), products (5), search
- ChatScreen: AI chat with quick prompts (4), bot responses
- ProfileScreen: user info, stats, menu (9 items), logout
- AlertsScreen: alert list with severity, acknowledge
- SensorsScreen: sensor list with type filters (6 types), search
- ZonesScreen: zone cards with stats
- SettingsScreen: language picker (FR/EN/ES/DE), privacy, about
- Stores: iotStore (sensors, zones, alerts), notificationStore, uiStore + i18n
- Hooks: useSensors, useAlerts, useNotifications, useLocation
- Components: Card, Button, LoadingSpinner, ErrorBoundary, Header
- Services: iotService, notificationService (with axios API client)
- Utils: formatters (temp, AQI, noise, dates), validators (email, password, IBAN)
- Theme: colors.ts with full design system (Blue Ocean palette)
- Ditto: fixed MongoDB connection, new JWT secrets, official gateway image
2026-06-01 18:00:35 -04:00

10 KiB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

12.0.10 — 2024-09-03

🐛 Bug fixes

12.0.9 — 2024-07-16

🐛 Bug fixes

  • On iOS, fix issues where fonts were removed when the app is backgrounded. (#30400 by @alanjhughes)

12.0.8 — 2024-07-11

🎉 New features

  • Allow woff and woff2 format on iOS with the config plugin. (#30220 by @titozzz)

12.0.7 — 2024-06-06

🐛 Bug fixes

  • On iOS, store the font postscriptName instead of fullName which is what iOS will use to register the font. (#29502 by @alanjhughes)

12.0.6 — 2024-05-29

🐛 Bug fixes

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

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