Skip to content

v93.2.1

Choose a tag to compare

@bendk bendk released this 25 May 17:21
· 2241 commits to main since this release

v93.2.1 (2022-05-24)

Full Changelog

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 for string
      • PlacesTimestamp alias fori64
      • VisitTransitionSet alias for i32
      • Guid alias for string
      • JsonObject alias for string
    • Non of the exposed types conflict with a type in iOS so this is not a breaking change.

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 prevented rust-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 the SyncUnlockInfo parameters.
    • The tabs-sync example has been updated with the above changes.