v93.2.1 (2022-05-24)
General
What's new
- Uniffi was upgraded to 0.18.0. For our consumers, this means there now exported types that used to be internal to
uniffi
. (#4949).- The types are:
Url
alias forstring
PlacesTimestamp
alias fori64
VisitTransitionSet
alias fori32
Guid
alias forstring
JsonObject
alias forstring
- Non of the exposed types conflict with a type in iOS so this is not a breaking change.
- The types are:
Nimbus ⛅️🔬🔭
What's new
- Make generation of Experimenter compatible YAML repeatable: fields, variables, features and enum variants are listed alphabetically. (#4964).
Tabs
What's Changed
- The component has been updated for integration into Firefox iOS (#4905).
- The
DeviceType
naming conflict which preventedrust-components-swift
from generating Tabs code has been resolved. - Errors and the
reset
function have been exposed. - Parameters for the
sync
function have been updated to match theSyncUnlockInfo
parameters. - The
tabs-sync
example has been updated with the above changes.
- The