-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from Staffbase/RE-1180-fix-title-on-tabs-load
WIP: RE-1180: Fix title on tabs module load.
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"changes": "* Fixed: Cannot open documents saved locally with `forge.file.saveURL`\n* Fixed: iOS 12 crashes when opening documents saved locally.\n* Fixed: `opaqueTopBar` property does not render properly on iOS 13.2.x.* Fixed: navigation and status bar tints aren't set on iOS when `opaqueTopBar` property is set.", | ||
"changes": "* Fixed: Set title on iOS on tabs load", | ||
"description": "APIs to deal with opening browser tabs and external sites within your app.\n\nThe tabs module allows you to open external sites in an un-trusted popup view that your users can close at any point.", | ||
"min_platform_version": "v2.8.4", | ||
"namespace": "tabs", | ||
"platform_version": "v2.8.4", | ||
"version": "3.4.2" | ||
"version": "3.4.4" | ||
} |