ADDED - Display conditions for modules
Display conditions are now available for some Jira modules. Using display conditions, you can control the visibility of your app modules in the UI. See the modules reference documentation to know which modules you can use display conditions for.
Run npm install -g @forge/cli@latest
on the command line to install the latest CLI version with linting for display conditions.
BUG FIX for custom UI resolver types
The return type of custom UI resolvers now accurately reflects that you can return a string. This change prevents inaccurate type errors from showing up when using TypeScript with custom UI.
BUG FIX for the UI kit useEffect hook
Weāve fixed a bug where the useEffect
hook would be called more than once when called with an empty dependency array.
Run npm install -g @forge/cli@latest
on the command line to install the latest CLI version.