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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon-backgrounds: Add docs support and extend grid configuration #12368

Merged
merged 17 commits into from Sep 25, 2020

Commits on Sep 24, 2020

  1. fix(grid-selector): apply grid to the preview body

    - Previously it was applied to the iframe, and sometimes it became unusable
    - given that in a few scenarios the background of the body had more specificity.
    yannbf committed Sep 24, 2020
    Copy the full SHA
    47ff571 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4d1337d View commit details
    Browse the repository at this point in the history
  3. feat(addon-backgrounds): make grid available in canvas and docs

    - bring logic into a decorator so it's also compatible with docs
    yannbf committed Sep 24, 2020
    Copy the full SHA
    f57a2be View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    be96371 View commit details
    Browse the repository at this point in the history
  5. feat(backgrounds): turn grid and background to decorators

    - This will allow an easier communication between docs and canvas
    yannbf committed Sep 24, 2020
    Copy the full SHA
    060f363 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    97277fd View commit details
    Browse the repository at this point in the history
  7. fix(backgrounds-grid): set correct addon title

    - it was the same as backgrounds.
    yannbf committed Sep 24, 2020
    Copy the full SHA
    530575b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    880f664 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    09bd72b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    879db65 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    06dd6b6 View commit details
    Browse the repository at this point in the history
  12. fix(backgrounds): apply styles in correct order

    - Make background also work with gradients and images
    yannbf committed Sep 24, 2020
    Copy the full SHA
    bc90fab View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    3336726 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    c0f7d5d View commit details
    Browse the repository at this point in the history
  15. cli(e2e): add clean slate option

    - This allows to delete existing projects before running tests
    yannbf committed Sep 24, 2020
    Copy the full SHA
    c064db4 View commit details
    Browse the repository at this point in the history
  16. test(e2e): add canvas body element selector

    - also update tests for addon-backgrounds
    yannbf committed Sep 24, 2020
    Copy the full SHA
    9e89143 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    6c1bb7c View commit details
    Browse the repository at this point in the history