Skip to content

v1.0.0-beta.23

Compare
Choose a tag to compare
@wpdas wpdas released this 22 Apr 04:39
· 61 commits to main since this release
26332ff
  • extractJSX adjusted to support detection of elements within complex conditionals;
  • Implementation of extractSpreadsFromJSX to deal with spreads within the properties of JSX elements;
  • Small adjustment to replaceJSXElement to provide better support for TypeScript and avoid compressing the final result;
  • The server's "BosLoader Server is Up and Running" information box has been removed;
  • processChildrenWidget updated to receive the new adjustments as well as transformSchemaToWidget.
    Both modules now process spreads properties;
  • Implemented the filesContentCache feature. This feature ensures that only the changed file
    be read again and integrated into the schema of initial files read at the beginning of the process. This guarantees
    better performance during development.

26332ff