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

Addon-docs: Fix Preview scaling with transform instead of zoom #12845

Merged

Commits on Oct 21, 2020

  1. use transform instead of zoom to scale component in Preview

    Tomastomaslol authored and Tomas Nygren committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    30d1ea1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Add new zoom component and use it in Preview blocks

    Tomastomaslol authored and Tomas Nygren committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    9c681dc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. removed unused imports

    Tomastomaslol authored and Tomas Nygren committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    704d91e View commit details
    Browse the repository at this point in the history
  2. add support to be able to zoom on a iframe

    Tomastomaslol authored and Tomas Nygren committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    7a9575a View commit details
    Browse the repository at this point in the history
  3. add Element to children props for Zoom

    Tomastomaslol authored and Tomas Nygren committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6e969b5 View commit details
    Browse the repository at this point in the history
  4. fix Zoom Props

    Tomas Nygren committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    f31bf0d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. split zoom element and iframe in seperate Zoom components

    Tomastomaslol authored and Tomas Nygren committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    16e86e7 View commit details
    Browse the repository at this point in the history
  2. do not pass id to Zoom iframe. make initial zommed stories out less z…

    …oomed out. validate iframe id
    Tomastomaslol authored and Tomas Nygren committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    69e4e78 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next' of https://github.com/storybookjs/storybook into …

    …12324_zoom_buttons_in_docs_do_not_work
    Tomastomaslol authored and Tomas Nygren committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    d60370b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. only wrap element in ZoomElement if css Zoom is not supported. Use sp…

    …an instead of div as componentwrapper
    Tomastomaslol authored and Tomas Nygren committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c875d45 View commit details
    Browse the repository at this point in the history
  2. re-add css zoom to target all child elements for ZoomElement

    Tomastomaslol authored and Tomas Nygren committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    09e5fdd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. access iframe as a ref in Zoom.Iframe. add innerWrapper for ZoomEleme…

    …nt to allow target css
    Tomastomaslol authored and Tomas Nygren committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    50e7385 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' of https://github.com/storybookjs/storybook into …

    …12324_zoom_buttons_in_docs_do_not_work
    Tomastomaslol authored and Tomas Nygren committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    79d755e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

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

Commits on Nov 9, 2020

  1. do not use default exports for Zoom component

    Tomastomaslol authored and Tomas Nygren committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    4e65bd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' of https://github.com/storybookjs/storybook into …

    …12324_zoom_buttons_in_docs_do_not_work
    Tomastomaslol authored and Tomas Nygren committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    57c83c9 View commit details
    Browse the repository at this point in the history
  3. Merge branch '12324_zoom_buttons_in_docs_do_not_work' of github.com:T…

    …omastomaslol/storybook into 12324_zoom_buttons_in_docs_do_not_work
    Tomastomaslol authored and Tomas Nygren committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7f79f75 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. fix zoom iframe story. make udateable using controls

    Tomastomaslol authored and Tomas Nygren committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    de43e6e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Merge branch 'next' of https://github.com/storybookjs/storybook into …

    …12324_zoom_buttons_in_docs_do_not_work
    Tomastomaslol authored and Tomas Nygren committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    790b371 View commit details
    Browse the repository at this point in the history