@forge/jira-bridge

0.40.0-next.0-experimental-90651450.40.0-next.1
CHANGELOG.md
CHANGELOG.md
+2−11
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,21 +1,12 @@
 # @forge/jira-bridge
 
-## 0.40.0-next.0-experimental-9065145
+## 0.40.0-next.1
 
 ### Minor Changes
 
-- 81058d4: Add Request Type field support to UI Modifications API
+- a724e0b: Added customFieldApi for the Forge Custom Fields to subscribe to the fields data like values, name etc. This change is required to enable UI Modifications for Forge Custom Fields.
 
-  Added TypeScript support for JSM Request Type custom field (`com.atlassian.servicedesk:vp-origin`) in the UI Modifications API. This enables Forge apps to interact with Request Type fields using:
-
-  - New type: `RequestTypeField` - represents the request type field value as `{ requestTypeId: string } | null`
-  - New type: `RequestTypeFieldSetValue` - accepts a request type ID string for setting field value
-  - New constant: `REQUEST_TYPE_CF_TYPE` - field type identifier (`'com.atlassian.servicedesk:vp-origin'`)
-  - Type-safe `getValue()` operation - returns the request type object with ID
-  - Type-safe `setValue()` operation - accepts request type ID string to set the field
-  - `getOptionsVisibility()` and `setOptionsVisibility()` - control which request type options are visible to users
-
 ## 0.40.0-next.0
 
 ### Minor Changes