Release Notes - 1.2


  • 1.2.22-funcrel

    1.2.22-funcrel
    Fixes Traceback issue in the log file when the analyzer is used with typescript 📝 58691
  • 1.2.21-funcrel

    1.2.21-funcrel
    Removes ‘Traceback in log “reactjs_interpreter_local.py”, line 1036, in start_function_call_part"’ from the log file
    Merges resource services with same url/parent/type
    Skips analysis of files when sapui5 is absent from the application
  • 1.2.20-funcrel

    1.2.20-funcrel
    Fixes incorrect links when there are several possibilities of a called function and the “nearest” file is not selected.
    📝 53330 Supports RTK Query / Redux Toolkit
  • 1.2.19-funcrel

    1.2.19-funcrel
    Fixes an issue causing missing links between JavaScript functions using “@connect” decorator for redux. 📝 50950
    Added support of “@connect” decorator for redux.
  • 1.2.18-funcrel

    1.2.18-funcrel
    An update/correction to improve compatibility between 8.3.x and 8.4.x (correcting missing links due to new file processing order and Python version change).
  • 1.2.17-funcrel

    1.2.17-funcrel
    Fixes an issue causing missing links to functions which are called from “ReduxForm” call parameters.
    Fixes an issue causing missing links related to dispatch and handleSubmit.
  • 1.2.16-funcrel

    1.2.16-funcrel
    Technical enhancement, useful for exchanges with TypeScript.
  • 1.2.15-funcrel

    1.2.15-funcrel
    Fixes an issue where links related to React Navigation were missing.
    Fixes the error seen during an analysis: “Traceback error: AttributeError: ’list’ object has no attribute ‘get_resolutions’”.
  • 1.2.14-funcrel

    1.2.14-funcrel
    Fixes an issue causing the log message “REACTJS-001 Internal issue in xxx”. 📝 42281
    Fixes an issue where some links from .jsx expressions are resolved twice (once by this extension and once by the com.castsoftware.html5 extension).
  • 1.2.13-funcrel

    1.2.13-funcrel
    An update was made to correct an issue causing the extension to fail to create REACT function components (CAST_ReactJS_Function_Component).
    Fixes an issue causing a duplicate GUID to be created for ReactJS function components (CAST_ReactJS_Function_Component).
  • 1.2.12-funcrel

    1.2.12-funcrel
    Fixes an issue wherein some React Function Component objects were missing.
  • 1.2.11-funcrel

    1.2.11-funcrel
    Add a common category for class and functions component, specifically for display in CAST Imaging.
    Added an update to support the React “memo” function when used to detect a React component. See https://doc.castsoftware.com/display/TECHNOS/ReactJS+-+1.2#ReactJS1.2-ReactJSFunctionComponentexternal link.
  • 1.2.10-funcrel

    1.2.10-funcrel
    Fixes an issue where Guid duplicates on REACTJS applications.
    Fixes an issue where resource services were not created when “to” in contained javascript code.
    Fixes an issue where ReactJS applications were wrongly created.
    Create resource service even if url is empty. Resource services are now created even when the URL evalution is empty.
    Represent function as component. A change has been made to represent functions as components - as such a new object type will be visible for these items: “ReactJS Function Component”. See https://doc.castsoftware.com/display/TECHNOS/ReactJS+-+1.2#ReactJS1.2-ReactJSFunctionComponentexternal link.
  • 1.2.9-funcrel

    1.2.9-funcrel
    Fixes an issue causing missing links between HTML5 JavaScript function objects where function calls are made through parameters in ReactJS html code inside JavaScript code. 📝 38598
  • 1.2.8-funcrel

    1.2.8-funcrel
    Fixes an issue where services were created for empty urls. Do not create services for empty urls.
    Fixes an issue where service names were starting with “/”. Remove “/” if it is in the beginning of a service name.
  • 1.2.7-funcrel

    1.2.7-funcrel
    Removed Traceback in log files.
  • 1.2.6-funcrel

    1.2.6-funcrel
    Missing link from function ‘PerformSearch’ to function ‘findPowerOfAttorney’. 📝 35556
  • 1.2.5-funcrel

    1.2.5-funcrel
    Redux forms are not created when the class does not contain a constructor.
  • 1.2.4-funcrel

    1.2.4-funcrel
    Extension com.castsoftware.reactjs has encountered an issue. 📝 32394
  • 1.2.3-funcrel

    1.2.3-funcrel
    Links to components missing for html “component” attribute of “Route” tag.
    Some missing links from JsxExpressions to components or functions.
    Support of “forwardRef” for links between components and functions.
  • 1.2.2-funcrel

    1.2.2-funcrel
    Wrong links to subfunctions of mapDispatchToProps functions when a ReactJS component is associated to no dispatchToProps.
    💎 8240 Diag “Avoid using unsecured cookie (React.js)” does not give violations
  • 1.2.1-funcrel

    1.2.1-funcrel
    Fix false violations of unreferenced functions in last version of Imaging
    Wrong links in client application
    URI is incorrectly displayed when uris are coded on multiple lines
  • 1.2.0-funcrel

    1.2.0-funcrel
    The rule improvement made in this release of the extension will have a significant impact on any existing analysis results generated with a previous release of the extension. When re-analyzing existing and unchanged source code with this new extension, you should therefore expect grade and violation changes. When using AIP Console, if you do not want this extension to be used, you should ensure that you implement an extension strategy to prevent the automatic download and installation of the extension. If you are onboarding a new application, CAST actively encourages you to use this new release to take advantage of the improvements that have been implemented.
    Removal of wrong links.
    💎 1020454 Avoid using React dangerouslySetInnerHTML (updated thresholds)