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

[WIP] Use the new addons API #346

Merged
merged 8 commits into from
Aug 2, 2016
Merged

[WIP] Use the new addons API #346

merged 8 commits into from
Aug 2, 2016

Commits on Aug 2, 2016

  1. Update Storybook UI

    thani-sh committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    8f34761 View commit details
    Browse the repository at this point in the history
  2. Setup channel for preview

    thani-sh committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    85fb5db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2feb701 View commit details
    Browse the repository at this point in the history
  4. Allow easy importing default set of addons

    For an example addons.js:
    
    ```js
    import '@kadira/storybook/addons';
    import '@kadira/storybook-addon-hello/register';
    
    ```
    thani-sh committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    a1135b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c756f75 View commit details
    Browse the repository at this point in the history
  6. Rename pageBus to channel

    thani-sh committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    d6b7496 View commit details
    Browse the repository at this point in the history
  7. Fix tests and lint errors

    thani-sh committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    bebd823 View commit details
    Browse the repository at this point in the history
  8. Update some comments.

    arunoda committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    3ec3195 View commit details
    Browse the repository at this point in the history