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

Angular: Overhaul preview renderer #13215

Merged
merged 7 commits into from Dec 3, 2020

Commits on Dec 2, 2020

  1. feat: add a rewrite of client angular rendering

    A `useLegacyRendering` flag allows to use old rendering engine
    ThibaudAV committed Dec 2, 2020
    Copy the full SHA
    8e505be View commit details
    Browse the repository at this point in the history
  2. test: add test for RenderNgAppService

    Configure app/angular package as jest projects
    Allow to use jest-preset-angular for app/angular tests
    ThibaudAV committed Dec 2, 2020
    Copy the full SHA
    09857a0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3bfea09 View commit details
    Browse the repository at this point in the history
  4. feat: add function to find Inputs & Outputs in an Angular component

    The test allows to verify the function by using angular engine
    ThibaudAV committed Dec 2, 2020
    Copy the full SHA
    8bb7ace View commit details
    Browse the repository at this point in the history
  5. refactor: rework story's props association with the component's prope…

    …rties
    
    - allow story with component to override local properties
    - handles Input with `bindingPropertyName`
    ThibaudAV committed Dec 2, 2020
    Copy the full SHA
    512e094 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0e9c7a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Copy the full SHA
    3990a96 View commit details
    Browse the repository at this point in the history