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

change docs to render stories out of context #14911

Closed
wants to merge 17 commits into from

Commits on May 13, 2021

  1. working draft version

    ndelangen committed May 13, 2021
    Configuration menu
    Copy the full SHA
    4805b56 View commit details
    Browse the repository at this point in the history
  2. render stories out of context in docs mode

    fire an async event to render into placeholder
    removes need for prepareForInline and brings inline rendering of docs to all frameworks
    ndelangen committed May 13, 2021
    Configuration menu
    Copy the full SHA
    0c61d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec05cb5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. FIX vue3

    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    5b59497 View commit details
    Browse the repository at this point in the history
  2. fix lit

    used a pretty hacky way to remove the loading indicator in lit
    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e432d10 View commit details
    Browse the repository at this point in the history
  3. cleanup render in react

    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    2c2b25d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c63460d View commit details
    Browse the repository at this point in the history
  5. fix lockfile for litexample

    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    3ed43fc View commit details
    Browse the repository at this point in the history
  6. ADD a selectable identifier on the loading indicator so we can remove…

    … it when the story is about to get rendered into it
    
    This is much better then trying to replace-render in every framework.
    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    1ed43aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    600bcee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c62fd4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00f41ce View commit details
    Browse the repository at this point in the history
  10. fix linting

    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    ceff503 View commit details
    Browse the repository at this point in the history
  11. FIX linting & ts

    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    3b79695 View commit details
    Browse the repository at this point in the history
  12. fix linting

    ndelangen committed May 14, 2021
    Configuration menu
    Copy the full SHA
    79e222f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

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