Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mswjs/msw-storybook-addon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f49e5cde7b48cf6acc5cb8dbf15dce0a8451e97
Choose a base ref
...
head repository: mswjs/msw-storybook-addon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 513090ef66f8e25bf30085787d547f041cb7df88
Choose a head ref
  • 17 commits
  • 22 files changed
  • 3 contributors

Commits on Feb 21, 2024

  1. feat!(msw-addon): fix package exports and generate esm build (#138)

    this updates conditional exports so that both types and dependencies can
    be resolved.
    this also migrates build to generating esm by default for a more
    standards based packaging approach with strong support in modern tooling
    like webpack and vite.
    
    resolves #137
    ChristianMurphy authored Feb 21, 2024
    Copy the full SHA
    7ca8425 View commit details

Commits on Mar 6, 2024

  1. fix(loader.ts): fix possible undefined (#141)

    If msw is running in fallback mode, navigator.serviceWorker may not be defined.
    AlexMunoz authored Mar 6, 2024
    Copy the full SHA
    7f91bea View commit details
  2. update auto

    yannbf committed Mar 6, 2024
    Copy the full SHA
    49f8028 View commit details
  3. update to yarn 4

    yannbf committed Mar 6, 2024
    Copy the full SHA
    dd2c917 View commit details
  4. upgrade chromatic

    yannbf committed Mar 6, 2024
    Copy the full SHA
    c14e003 View commit details
  5. upgrade CI actions

    yannbf committed Mar 6, 2024
    Copy the full SHA
    4c6d953 View commit details

Commits on Mar 27, 2024

  1. fix return types

    yannbf committed Mar 27, 2024
    Copy the full SHA
    7a608cc View commit details
  2. add yarn binary

    yannbf committed Mar 27, 2024
    Copy the full SHA
    cad5197 View commit details
  3. fix jest script

    yannbf committed Mar 27, 2024
    Copy the full SHA
    68fe0ce View commit details
  4. fix chromatic script

    yannbf committed Mar 27, 2024
    Copy the full SHA
    a97567c View commit details
  5. fix chromatic script

    yannbf committed Mar 27, 2024
    Copy the full SHA
    9f4c631 View commit details
  6. update package.json files

    yannbf committed Mar 27, 2024
    Copy the full SHA
    a5256b9 View commit details
  7. refactor tsup config

    yannbf committed Mar 27, 2024
    Copy the full SHA
    dc531d0 View commit details
  8. remove unnecessary dependency

    yannbf committed Mar 27, 2024
    Copy the full SHA
    fd4358f View commit details
  9. temp: downgrade to yarn1

    yannbf committed Mar 27, 2024
    Copy the full SHA
    dfa57d7 View commit details
  10. export applyRequestHandlers

    yannbf committed Mar 27, 2024
    Copy the full SHA
    dcca74c View commit details
  11. update docs [skip ci]

    yannbf committed Mar 27, 2024
    Copy the full SHA
    513090e View commit details
Loading