We’ve released a new version of Forge CLI and core Forge packages which includes the following changes:
-
Drop Support in CLI version 4.3.1
We no longer support NodeJS 12.x as it has been removed from LTS. See Node.js releases for more information.
Runnpm i -g @forge/cli@latest
on the command line to install the latest version of@forge/cli
. -
Deprecation Notice - CustomFieldEdit component on create issue
The following@forge/ui
library features are being deprecated as of@forge/ui@1.1.0
: the CustomFieldEdit modal on the create issue dialog will be deprecated on 20 June 2022.
Runnpm install @forge/ui@latest
on the command line to install the latest version of@forge/ui
. -
Announcement - Forge CLI Custom UI templates now use create react app 5
We have updated Forge CLI Custom UI templates to use Create React App 5. This change applies to all Forge CLI versions using the new template source. -
Added - New Jira Service Management Forge modules
We’ve added two new modules that you can now use with Jira Service Management Cloud:- Jira Service Management portal request view action: Adds an option item to the request view action section that shows up request details page.
-
Jira Service Management portal user menu action: Adds a menu item to the user menu that shows up on customer portal.
Runnpm install @forge/ui@latest
on the command line in your app directory to install the latest version of the UI kit.
-
Added - Custom UI support for Jira Dashboard Gadgets
We’ve added custom UI support for Jira dashboard gadgets built with Forge. -
Added - router.reload added to
@forge/bridge
Addedrouter.reload
method to@forge/bridge
. Thereload
method allows you to reload the host window.
See the router documentation for more details.
Runnpm install @forge/bridge@latest
in your resource directory to install the latest version of Forge bridge. -
Added - Custom UI support for opening product flags
We’ve added a newshowFlag
method to@forge/bridge
to open product flags in Custom UI. This currently does not work for Confluence macro extensions. See showFlag for more information.
Runnpm install @forge/bridge@latest
in your resource directory to install the latest version of Forge bridge. -
Added - Inline edit on create issue dialog in UI kit version 1.2.0
Thejira:customField
module on the create issue dialog will no longer offer a modal experience. Instead, the edit entry point will be rendered directly on the create issue dialog.
Runnpm install @forge/ui@latest
on the command line to install the latest version of the UI kit.