New Features:
-
CarbonConnect Component (#37280)
Added the CarbonConnect component to enhance integrations with third-party platforms.
-
Custom Widget Editor with AI Integration (#37257)
The Custom Widget Editor now integrates with AI tools, providing intelligent suggestions and improving the development workflow.
Bug Fixes:
-
Query Editor Routing in Redesign Flow (#37411)
Fixed an issue with incorrect routing in the redesigned Query Editor flow, ensuring seamless navigation.
-
Edge Case Fixes for Consolidated API and Publishing (#37399)
Resolved edge cases affecting the consolidated API and publishing workflows.
-
SMTP Datasource Without Credentials (#37319)
Enabled SMTP datasource functionality even when username and password are not provided.
-
Button Implementations and
isIconButton
Prop (#37382)Fixed misc button implementations to correctly use the
isIconButton
property. -
IdentifyUser in Cloud (#37329)
Addressed a bug where the
identifyUser
function was not called properly in cloud environments. -
Dynamic Dropdown Width in SelectField for JSONForm (#37289)
Implemented dynamic width adjustments for dropdowns in the
SelectField
component, improving UX. -
Permission Check for View Tab in Datasource Editor (#37308)
Added permission checks for accessing the view tab in the datasource editor, ensuring proper access control.
-
Analytics
identifyUser
Bug (#37303)Fixed an issue where the
identifyUser
function was not correctly triggered in analytics. -
Support for NO_PROXY in RTS-Temporal Connection (#37284)
Added support for the
NO_PROXY
environment variable in RTS-Temporal connections. -
False Positive Report GHSA-2jcg-qqmg-46q6 (#37269)
Resolved a false positive report to maintain code quality and security compliance.
-
Schema Generation Permission (#37243)
Fixed an issue by ensuring
create action
permission is used correctly during schema generation. -
Filter/Sort/Pagination Spacing Adjustments (#37221)
Adjusted spacing for filter, sort, and pagination controls for better UI alignment.
-
JSON Form Validation on Child Updates (#37128)
Resolved a bug where validation was incorrectly triggered on child component updates in the JSON Form.
-
Workspace ID in Form Controls (#37413)
Form controls now support workspace ID propagation, enabling better context handling.
-
Unmount Field Validation in JSON Form Widget (#37220, #37259)
Added unmount field validation logic to the JSON Form Widget to ensure data integrity during component unmounting.
-
Enhanced Date Validation in DatePickerWidget2 (#37218)
Improved date validation logic with additional tests for
timePrecision
, ensuring more robust date handling.