Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration rework. #156

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

DomagojGojak
Copy link
Collaborator

  • The default integration no longer loads automatically; integrations must now be part of the working directory to be loaded.
  • The integration config object now includes an entry point for templates (removed hardcoded paths), and component integration options loading has been improved.
  • Removed the integration config key and the use_legacy_definitions config key, as they are no longer needed.
  • Updated the eject:integration command to make:integration (retained eject:integration as an alias).
  • Removed deprecated options from legacy exportable definitions.
  • Handoff now automatically determines whether to use legacy definitions based on the working directory setup.
  • Moved component design JSON files from pages to the integration folder as view.config.json files.
  • Removed the folder containing partially or fully supported integrations that are no longer relevant.
  • Enhanced SCSS utility placeholders.
  • Removed the Mustache dependency and updated all references to use Handlebars.
  • Performed a general config type cleanup.
  • Cleaned up ComponentDefinitionOptions to streamline their usage.
  • Updated the minimum required version of Axios to 1.7.5.

@DomagojGojak DomagojGojak merged commit 58452e3 into release/0.13.0 Sep 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant