Skip to content

Release v1.49 🌈

Latest
Compare
Choose a tag to compare
@btsgh btsgh released this 21 Nov 05:27
· 14 commits to master since this release
c3cb5ef

New Features:

  1. CarbonConnect Component (#37280)

    Added the CarbonConnect component to enhance integrations with third-party platforms.

  2. 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:

  1. Query Editor Routing in Redesign Flow (#37411)

    Fixed an issue with incorrect routing in the redesigned Query Editor flow, ensuring seamless navigation.

  2. Edge Case Fixes for Consolidated API and Publishing (#37399)

    Resolved edge cases affecting the consolidated API and publishing workflows.

  3. SMTP Datasource Without Credentials (#37319)

    Enabled SMTP datasource functionality even when username and password are not provided.

  4. Button Implementations and isIconButton Prop (#37382)

    Fixed misc button implementations to correctly use the isIconButton property.

  5. IdentifyUser in Cloud (#37329)

    Addressed a bug where the identifyUser function was not called properly in cloud environments.

  6. Dynamic Dropdown Width in SelectField for JSONForm (#37289)

    Implemented dynamic width adjustments for dropdowns in the SelectField component, improving UX.

  7. 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.

  8. Analytics identifyUser Bug (#37303)

    Fixed an issue where the identifyUser function was not correctly triggered in analytics.

  9. Support for NO_PROXY in RTS-Temporal Connection (#37284)

    Added support for the NO_PROXY environment variable in RTS-Temporal connections.

  10. False Positive Report GHSA-2jcg-qqmg-46q6 (#37269)

    Resolved a false positive report to maintain code quality and security compliance.

  11. Schema Generation Permission (#37243)

    Fixed an issue by ensuring create action permission is used correctly during schema generation.

  12. Filter/Sort/Pagination Spacing Adjustments (#37221)

    Adjusted spacing for filter, sort, and pagination controls for better UI alignment.

  13. JSON Form Validation on Child Updates (#37128)

    Resolved a bug where validation was incorrectly triggered on child component updates in the JSON Form.

  14. Workspace ID in Form Controls (#37413)

    Form controls now support workspace ID propagation, enabling better context handling.

  15. 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.

  16. Enhanced Date Validation in DatePickerWidget2 (#37218)

    Improved date validation logic with additional tests for timePrecision, ensuring more robust date handling.