ADDED - in Forge CLI version 1.5.0
This release includes:
- Support for
fontsandframesin Custom UI external permissions. - Support for new oauth scopes for Confluence tasks events.
- Support for
forge lintdetecting missing permissions of content property methods (for example,properties.onJiraProject).
Run npm install -g @forge/cli@latest on the command line to install the latest CLI version.
ADDED - in Forge API version 2.1.0
We’ve added the authorize method, which allows app developers to authorize users and entities
(for example, issues, and pages) before making asApp product REST API calls. See the Authorize API documentation for more details.
Run npm install -g @forge/api@latest in your resource directory to install the latest version of Forge api.
ADDED - in UI kit version 0.13.1
With the new props appearance and openNewTab , you can now configure the Link component to appear as a button, and to open in a new tab. See the Link documentation for more details.
Run npm install -g @forge/ui@latest in your resource directory to install the latest version of Forge UI kit.
REMOVED - in Forge CLI version 1.5.0
We’ve removed support for the login:ci command from the Forge CLI.
Run npm install -g @forge/cli@latest on the command line to install the latest CLI version.
BUG FIXES - in Forge api version 2.1.0
This release includes:
- Compatibility with projects using Typescript versions earlier than 3.8.
- The ability for developers to import and use the
StorageAPItype in their code
Run npm install -g @forge/api@latest in your resource directory to install the latest version of Forge api.
BUG FIXES - Compatibility with Node 14
Forge storage version 1.0.4 and Forge resolver version 1.3.2 are now compatible with Node 14.
In your resource directory, run the following commands:
npm install -g @forge/storage@latestto install the latest version of Forge storagenpm install -g @forge/resolver@latestto install the latest version of Forge resolver
BUG FIXES - in Forge CLI version 1.5.0
This release includes:
- Enable forge deployment and installation commands for apps with more than 20 installations.
- A fix for
fetchpermission linter.
Run npm install -g @forge/cli@latest on the command line to install the latest CLI version.
