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

FormQL version 0.5.0 - Angular 9 upgrade #59

Merged
merged 21 commits into from
May 12, 2020
Merged

Conversation

jstoppa
Copy link
Member

@jstoppa jstoppa commented May 12, 2020

This PR contains the following changes

  • Upgrade to angular 9..1 version
  • New ComponentResolverService service created to load components programatically and stop relying on the entryComponents/_factories property in the component factory resolver
  • Various bug fixing
  • Improving FormQL editor UI when hovering as well as drag and dropping components

BREAKING CHANGE

  • Introducing functions for a more secure and consistent access to data.
    Condition logic

    Before

    contact.firstName == 'John'

    Now

    GET('contact.firstName') == 'John'

  • Introducing dependencies across condition to prevent the amount of JavaScript computation needed after a field change

Thanks @gavinm-ulogic for helping on this

Copy link
Collaborator

@formqlx formqlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all code tested locally including the three examples

@formqlx formqlx merged commit 6b8e47a into formql:master May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants