Skip to content

Latest commit

 

History

History
67 lines (32 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

67 lines (32 loc) · 3.28 KB

Changelog

2.0.1 (2024-07-23)

Bug Fixes

  • Add fallback value to parameters to avoid TypeError (b06529e)
  • Change peer dependency from exact version for @storybook/preview-api (f42e23d)

2.0.0 (2024-03-14)

Bug Fixes

Miscellaneous Chores

2.0.0-beta.1 (2023-11-13)

⚠ BREAKING CHANGES

  • Upgrade Storybook addon APIs to 7.0 (#14)

Features

  • Upgrade Storybook addon APIs to 7.0 (#14) (e2c7127), closes #10

Miscellaneous Chores

1.0.1 (2022-07-14)

Bug Fixes

  • Prevent warning when mocks not specified (47930a0)

1.0.0 (2022-07-06)

Miscellaneous Chores

1.0.0-beta.1 (2022-07-06)

Features

  • Add catchAllMocks to ease adding global mocks (c85aa00)
  • Add catchAllURLs to simplify catch-all mocking (cd5eb6d)
  • Add debug option to log matched mocks (002eb15)
  • Add useFetchMock parameter for advanced config (4fcfe7f)
  • Mock fetch() calls with parameters.fetchMock.mocks (b835db4)

Miscellaneous Chores