Releases: AtB-AS/mittatb-app
Releases · AtB-AS/mittatb-app
v1.60-rc1 release draft
1.60.0 (2024-12-04)
Bug Fixes
- add handling of ThemeFs colors in storybook (#4836) (68a1cd5)
- Allow update certs to rebundle the app with cache on (#4833) (f6c702f)
- announce travel aid cancellation messages (#4827) (d1a36cc)
- enable travel aid toggle regardless of stop button config (#4821) (74a1542)
- fix bottom sheet close focus for emoji and filters (#4853) (4948fc8)
- make journey aid skip cancelled calls (#4838) (e3ab2a2)
- make talkback ignore parent View on Profile RootScreen (#4848) (147c239)
- Only enable get active booking when feature flag true (#4842) (eb2a272)
- Purchase builder products input from API (#4847) (17c5e2c)
- Skip error logging for not available offer search (#4824) (e9fe181)
Features
- Add analytics for stop signal button press (#4822) (8aab297)
- add onCloseFocusRef param to bottom sheet open() (#4850) (e28c1c9)
- add organization number to my profile (#4845) (cfa32ed)
- Add sent stop signals cache (#4812) (b51ebb7)
- add spellOut util function (#4849) (2a154f3)
- add submodes to rule variables for trip and departure details (#4859) (2ae226d)
- Announce stop signal messages (#4828) (d9549f5)
- make delay in LoadingScreenBoundary configurable (#4829) (c8476fe)
- Not always announce scheduled time in travel aid (#4840) (12febc4)
- Not available ticket text improvement (#4841) (bf4bccd)
- Read StopSignalButtonConfig from Firestore (#4811) (e0df139)
- remove favorite departures button from profile dev menu (#4846) (f1f3fad)
- remove the ticket assistant (#4855) (3517e2e)
- Remove use of NFC (#4834) (aacf695)
- Removed legacy theme structure (#4835) (4924577)
- Stop signal backend integration (#4819) (bf1a57f)
- Success message box instead of active button state (#4820) (32dd7fe)
- use live regions to announce travel aid updates (#4826) (ae4de0f)
v1.59.1-rc1 release draft
v1.59-rc3 release draft
v1.59-rc2 release draft
v1.59-rc1 release draft
1.59.0 (2024-11-15)
Bug Fixes
- Announce situations and notices (#4802) (ed54a58)
- handle focus for travel aid error and loading states (#4789) (4292c9c)
- Mock path for failing test (c026ca9)
- Remove duplicated messages on Journey Aid screen (#4799) (b46a93b)
- show "Scheduled at" text in journey aid for no realtime (#4815) (2b66e79)
- sort out issues with splash screen (#4794) (3998769)
Features
- Accessibility screen on profile page (#4756) (dbff75e)
- add journey aid posthog events (#4814) (7e90665)
- Add nynorsk feature toggle (#4786) (7b495e8)
- Add purchase selection module (#4796) (82c785c)
- add screen reader labels to travel aid (#4776) (cf7423f)
- Add situation / notices messages (#4782) (ed6ae19)
- Add stop signal button (#4807) (06484b3)
- add travel aid screen reader announcements (#4783) (c0d7b34)
- Enable nynorsk for all orgs (#4781) (aeffbba)
- Handle 400 NotAvailable error from offer search (#4798) (648cc76)
- Make buttons in loading state not pressable (#4809) (6bc07cb)
- Remove Flipper (#4800) (a088218)
- show travel aid only if enabled (#4784) (8d4a273)
- various travel aid tweaks (#4810) (a871eaa)
v1.58.1-rc2 release draft
v1.58.1-rc1 release draft
v1.58-rc2 release draft
1.58.0 (2024-10-25)
Bug Fixes
- Add refresh logic for id token (#4769) (ff2462c)
- Always clear auto selected state when alerting error (#4753) (8cf2a84)
- Fix double offer search (#4767) (099128b)
- Merge error (00f5299)
- Travel aid feature toggle (5aa5ef0)
Features
- Accept onlyOnce param for useDoOnceWhen and add tests (#4746) (e05b936)
- add debug PredictionInaccurate display in departures (#4758) (096749e)
- add first iteration of journey aid screen (#4766) (b9bd166)
- Add imagemagick installation to build workflows (#4762) (6660e2f)
- Add PurchaseSelectionType (#4755) (c90c643)
- add travel aid error handling and loading state (#4772) (8f661e7)
- add travel aid remote config flag (#4736) (633e752)
- Axios client not use Firebase Auth directly (#4740) (c079b75)
- enable apple pass suppression for Troms (#4737) (62a7bb9)
- Error msg on ticketing screen if something wrong with account (#4748) (c015951)
- Handle multiple stops in StopPlacesView (#4735) (227781e)
- make journey aid focus on current or upcoming stop (#4771) (556ed4b)
- Remote Config flag for id token retry count (#4749) (be9cadb)
- select vehicle with qr scanning (#4727) (f132c38)
- Show carnet usage times on details screen (#4774) (0e1092e)
- Support for better list views in markdown (#4760) (5a76a5c)
- Support tGlobal (#4738) (f0d3ce5)
- Use @atb-as/[email protected] (#4721) (ae7fda5)
- use form factor to decide AutoSelectableBottomSheetType (#4750) (ed1b3c1)
v1.58-rc1 release draft
What's Changed
- test: e2e ticket fix by @tormoseng in #4733
- chore: bump version to 1.58 by @reidzeibel in #4734
- feat: add travel aid remote config flag by @reidzeibel in #4736
- feat: Handle multiple stops in StopPlacesView by @gorandalum in #4735
- feat: enable apple pass suppression for Troms by @mortennordseth in #4737
- Support tGlobal by @marius-at-atb in #4738
- feat: Axios client not use Firebase Auth directly by @gorandalum in #4740
- refactor: Debug auth info not directly from Firebase Auth lib by @gorandalum in #4739
- chore: update build tools version on script by @reidzeibel in #4742
- refactor: Remove FirebaseAuth import in OnboardContext by @gorandalum in #4743
- feat: Accept onlyOnce param for useDoOnceWhen and add tests by @marius-at-atb in #4746
- refactor: Global var instead of ref for current coordinates by @gorandalum in #4741
- build: Add eslint rule for Firebase Auth encapsulation by @gorandalum in #4744
- feat: select vehicle with qr scanning by @marius-at-atb in #4727
- feat: Error msg on ticketing screen if something wrong with account by @gorandalum in #4748
- test: run app tests on previous ubuntu by @tormoseng in #4747
- feat: use form factor to decide AutoSelectableBottomSheetType by @marius-at-atb in #4750
- feat: Remote Config flag for id token retry count by @gorandalum in #4749
- fix: Always clear auto selected state when alerting error by @marius-at-atb in #4753
- refactor: upgrade config-specs and replace reference data types by @rosvik in #4754
- refactor: Use tGlobal to not make Alert functions reactive to language by @gorandalum in #4751
- chore: Fix compilation issues for Xcode 16 & mapbox by @jorelosorio in #4757
- feat: add debug PredictionInaccurate display in departures by @rosvik in #4758
- feat: Add PurchaseSelectionType by @gorandalum in #4755
- chore: Add imagemagick installation to build workflows by @jorelosorio in #4762
- feat: Support markdown in the toggle component subtext by @jorelosorio in #4761
- feat: Support for better list views in markdown by @jorelosorio in #4760
- feat: Use @atb-as/[email protected] by @tft-abel in #4721
- refactor: extract estimated call components by @rosvik in #4765
- refactor: Change wrong with account message by @gorandalum in #4764
- refactor: Use LaunchActivity on Android by @gorandalum in #4763
- fix: Fix double offer search by @gorandalum in #4767
- refactor: ThemeIcon undefined svg safeguard by @gorandalum in #4768
- fix: Add refresh logic for id token by @gorandalum in #4769
- feat: add first iteration of journey aid screen by @rosvik in #4766
- test: a small testId fix for estimated calls for departures by @tormoseng in #4770
- feat: make journey aid focus on current or upcoming stop by @rosvik in #4771
- chore: add FRAM tester by @adriansberg in #4775
- feat: Show carnet usage times on details screen by @gorandalum in #4774
- feat: add travel aid error handling and loading state by @rosvik in #4772
Full Changelog: v1.57-rc1...v1.58-rc1
v1.57-rc1 release draft
1.57.0 (2024-10-02)
Bug Fixes
- hide originalPrice when it's not relevant (#4729) (1e6c0ab)
- mobile token status when trygg overgang is enabled (#4726) (7a9ec16)
- Move ShmoTesting out of MapView (#4720) (12fe088)
- save payment method whenever payment is completed (#4717) (c0cd344)
- Update use of usePreviousPaymentMethods after merge (#4718) (50636bb)
- use light status bar content for auth browser (#4716) (c127308)
Features
- Create Shared Mobility endpoint hooks + test usage (#4714) (220732f)
- dynamically set transport modes for harbors query based on fare… (#4704) (f4c90ee)
- Only stop places checkbox in location search (#4719) (3f6bd01)
- Slightly increase notification icon size (#4724) (f536072)
- use in app browser for payment (#4711) (a5f1a87)
- use store_alias params on reserve offer (#4730) (603cf6a)