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

chore: update storybook and stories #2007

Merged
merged 38 commits into from
Sep 1, 2022
Merged

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    2f9ed53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f637913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ecf70c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9029f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    983b328 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3935fd View commit details
    Browse the repository at this point in the history
  7. chore(deps): use storybook-CRA dep

    This addresses the following warning when running `npm run storybook`:
    
      WARN Storybook support for Create React App is now a separate preset.
      WARN To use the new preset, install `@storybook/preset-create-react-app` and add it to the list of `addons` in your `.storybook/main.js` config file.
      WARN The built-in preset has been disabled in Storybook 6.0.
    SgtPooki committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    263abda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5acfcba View commit details
    Browse the repository at this point in the history
  9. fix: storybook webpack errors

    Resolves the following error:
    
      Error: NormalModuleFactory.beforeResolve (IgnorePlugin) is no longer a
      waterfall hook, but a bailing hook instead. Do not return the passed
      object, but modify it instead. Returning false will ignore the request
      and results in no module created.
    SgtPooki committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9ec9fee View commit details
    Browse the repository at this point in the history
  10. fix: npm run storybook succeeds

    but displays error in built website
    SgtPooki committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    17e972a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f97d322 View commit details
    Browse the repository at this point in the history
  12. chore: update Cid.stories.js

    SgtPooki committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6c92c79 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    c220df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9767c2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29619cb View commit details
    Browse the repository at this point in the history
  4. fix: Cid.stories.js

    SgtPooki committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ecca78e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    667a03b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f92709d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. chore: run storiesOf migration script

    * Ran `git ls-files | grep 'stories.js' | xargs -n1 -- npx --yes sb migrate storiesof-to-csf --glob`
    * Normalized default stories exports
      * Added jsdoc comment for default exports
      * export default as object literal
    SgtPooki committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    f748938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7aae28 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. chore: update eslint rules

    * disable default export rule for stories
    * enable react/prop-types validation warning
    SgtPooki committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    545db02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ca489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d97e49 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    6bac680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379ef5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3777780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6253e09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    effd977 View commit details
    Browse the repository at this point in the history
  6. fix: npm install and build

    SgtPooki committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d02bce0 View commit details
    Browse the repository at this point in the history
  7. fix: eslint should pass CI

    SgtPooki committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3112583 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Aug 26, 2022

  1. fix: run @storybook/cli migrate storiesof-to-csf

    Migrated leftover storiesOf stories with:
    `npx @storybook/cli migrate storiesof-to-csf -g '**/(Radio|PublishModal).stories.js'`
    SgtPooki committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bc17589 View commit details
    Browse the repository at this point in the history
  2. fix: run eslint --fix

    SgtPooki committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2613bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e0cb61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5016126 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    51594cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7a3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc9bb1 View commit details
    Browse the repository at this point in the history