- 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
4.7 KiB
4.7 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
4.7.0 — 2024-04-18
💡 Others
4.6.0 — 2023-11-14
🛠 Breaking changes
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
AndroidbumpcompileSdkVersionandtargetSdkVersionto34. (#24708 by @alanjhughes)
💡 Others
- Renamed
unimodule.jsontoexpo-module.config.json. (#25100 by @reichhartd)
4.5.0 — 2023-10-17
🛠 Breaking changes
4.4.0 — 2023-09-04
🎉 New features
🐛 Bug fixes
- Bump
Glideversion to resolveSecurityExceptionon Android 13. (#24196 by @alanjhughes)
4.3.0 — 2023-06-13
- Removed
com.facebook.fresco:frescodependency (#22542 by @josephyanks)
📚 3rd party library updates
- Updated
com.github.bumptech.glide:glideto4.13.2and added customizableglideVersionvariable on ext. (#22542 by @josephyanks)
🐛 Bug fixes
4.2.0 — 2023-05-08
This version does not introduce any user-facing changes.
4.1.1 — 2023-02-09
This version does not introduce any user-facing changes.
4.1.0 — 2023-02-03
💡 Others
- On Android bump
compileSdkVersionandtargetSdkVersionto33. (#20721 by @lukmccall)
4.0.0 — 2022-10-25
🛠 Breaking changes
3.2.0 — 2022-04-18
⚠️ Notices
- On Android bump
compileSdkVersionto31,targetSdkVersionto31andJavaversion to11. (#16941 by @bbarthec)
3.1.1 - 2022-02-01
🐛 Bug fixes
3.1.0 — 2021-12-03
This version does not introduce any user-facing changes.
3.0.0 — 2021-09-28
🛠 Breaking changes
🐛 Bug fixes
2.3.0-alpha.0 — 2021-08-17
This version does not introduce any user-facing changes.
2.2.0 — 2021-06-16
🐛 Bug fixes
- Enable kotlin in all modules. (#12716 by @wschurman)
2.1.1 — 2021-03-23
This version does not introduce any user-facing changes.
2.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)
2.0.0 — 2021-01-15
🛠 Breaking changes
1.3.0 — 2020-11-17
This version does not introduce any user-facing changes.
1.2.0 — 2020-08-18
This version does not introduce any user-facing changes.
1.1.1 — 2020-05-29
This version does not introduce any user-facing changes.
1.1.0 — 2020-05-27
This version does not introduce any user-facing changes.