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: Add styles and stylePreprocessorOptions to angular builder #16675

Merged
merged 11 commits into from Nov 26, 2021

Commits on Nov 12, 2021

  1. fix(angular): missing remove oneOf in builder schema

    This `onOf` is no more necessary
    ThibaudAV committed Nov 12, 2021
    Copy the full SHA
    33485f1 View commit details
    Browse the repository at this point in the history
  2. feat(angular): add styles and stylePreprocessorOptions to add ded…

    …icated styles config
    
    Allow the angular project to set styles config without using `browserTarget` in order to rely on another builder's config.
    
    Very useful in the case of a library where you don't have an application but you want to configure styles in storybook like an app
    ThibaudAV committed Nov 12, 2021
    Copy the full SHA
    903595b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

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

Commits on Nov 15, 2021

  1. feat(angular): add styles and stylePreprocessorOptions to add ded…

    …icated styles config
    
    Allow the angular project to set styles config without using `browserTarget` in order to rely on another builder's config.
    
    Very useful in the case of a library where you don't have an application but you want to configure styles in storybook like an app
    ThibaudAV committed Nov 15, 2021
    Copy the full SHA
    4ec202d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    28f2abb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 24, 2021

  1. Copy the full SHA
    57a96ac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb8143b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. fix(angular): remove styles and stylePreprocessorOptions if is not de…

    …fined in builder config
    ThibaudAV committed Nov 25, 2021
    Copy the full SHA
    645c11a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f36150d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Fix deepscan

    shilman committed Nov 26, 2021
    Copy the full SHA
    3beb736 View commit details
    Browse the repository at this point in the history