You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Regenerate communication code and rewrite the `openUrlInNewTab` PWA request to handle the new `integrated` parameter. If the `integrated` parameter is set to true, then the URL will be loaded in a new WebView instead of the custom tab.
* Simplified setup of IDKit. SDK now decides which `OIDConfiguration` should be used so that clients only need to provide a `CustomOIDConfiguration` with a `clientId` and `redirectUri`.
15
23
16
24
### Enhancements
17
-
### Fixes
18
-
19
-
* Add default ProGuard rules to fix possible problems when using ProGuard in your app
20
-
21
-
### Internal
22
25
23
26
* Add `additionalProperties` property to `GasStation` model
24
27
* Set `pace.cloud` as default value of the `domainACL` property in the PACE Cloud SDK configuration
25
28
26
29
### Fixes
27
30
28
-
* Add default ProGuard rules to fix possible problems when using ProGuard in your app
31
+
* Add default ProGuard rules to fix possible problems when client apps use ProGuard
29
32
30
33
### Internal
31
34
32
35
* Add `ACCESS_COARSE_LOCATION` permission check in SystemManager
33
36
* Update Room's version to `2.4.0-beta02` to fix a bug on Apple's M1 chips
34
-
* Regenerate communication code and rewrite the `openUrlInNewTab` PWA request to handle the new `integrated` parameter. If the `integrated` parameter is set to true, then the URL will be loaded in a new WebView instead of the custom tab.
0 commit comments