- 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
6.7 KiB
6.7 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.8 (2021-01-28)
Bug Fixes
3.0.7 (2020-10-15)
Bug Fixes
3.0.6 (2020-10-12)
Bug Fixes
3.0.5 (2020-07-11)
3.0.4 (2020-02-26)
Bug Fixes
3.0.3 (2020-02-25)
3.0.2 (2019-10-08)
Bug Fixes
3.0.1 (2019-10-07)
Bug Fixes
3.0.0 (2019-08-12)
Bug Fixes
- cache: Switch to lru-cache to save ourselves from unlimited memory consumption (37c2891), closes #38
BREAKING CHANGES
- cache: Drop support for node 0.x
2.8.3 (2019-08-12)
2.8.2 (2019-08-05)
Bug Fixes
2.8.1 (2019-08-05)
Bug Fixes
- ignore noCommittish on tarball url generation (5d4a8d7)
- use gist tarball url that works for anonymous gists (1692435)
2.8.0 (2019-08-05)
Bug Fixes
- Allow slashes in gitlab project section (bbcf7b2), closes #46 #43
- git-host: disallow URI-encoded slash (%2F) in
path(3776fa5), closes #44 - gitlab: Do not URL encode slashes in project name for GitLab https URL (cbf04f9), closes #47
- do not allow invalid gist urls (d5cf830)
- cache: Switch to lru-cache to save ourselves from unlimited memory consumption (e518222), closes #38
Features
- give these objects a name (60abaea)
2.7.1 (2018-07-07)
Bug Fixes
- index: Guard against non-string types (5bc580d)
- parse: Crash on strings that parse to having no host (c931482), closes #35
2.7.0 (2018-07-06)
Bug Fixes
- github tarball: update github tarballtemplate (6efd582), closes #34
- gitlab docs: switched to lowercase anchors for readmes (701bcd1)
Features
2.6.1 (2018-06-25)
Bug Fixes
- Revert: "compat: remove Object.assign fallback (#25)" (cce5a62)
- Revert: "git-host: fix forgotten extend()" (a815ec9)