Skip to content

Releases: nayounsang/msw-dev-tool

@msw-dev-tool/[email protected]

21 Apr 08:31
97ace61
Compare
Choose a tag to compare

Minor Changes

  • 4339a62: - Moved the debugger ui to a Dialog.
    • Made it possible to interact with the debugger when clicking on a debug column.
    • Add debug icon

@msw-dev-tool/[email protected]

18 Apr 13:59
0ad9a77
Compare
Choose a tag to compare

Minor Changes

  • 715d7ac: - Fix Error: disable scroll in shadow dom
    • This is caused by Dialog.Overlay -> RemoveScroll. After applying shadow dom, the area where scrolling is blocked is propagated to the content. (The cause of this is not well understood.)
    • So, I make custom Overlay.

@msw-dev-tool/[email protected]

17 Apr 07:49
cd5394a
Compare
Choose a tag to compare

Major Changes

  • 40bc24c: - First publish of react ui

Patch Changes

@msw-dev-tool/[email protected]

17 Apr 07:49
cd5394a
Compare
Choose a tag to compare

Patch Changes

  • 40bc24c: - export setupDevtoolWorker

@msw-dev-tool/[email protected]

14 Apr 13:33
d07d63e
Compare
Choose a tag to compare

Patch Changes

  • 99ddc24: - Change build script and add info in package.json

@msw-dev-tool/[email protected]

14 Apr 13:26
ec2964e
Compare
Choose a tag to compare

Major Changes

  • 6510e36: - Separate core logic of msw-dev-tool.
    • It is not used internally by msw-dev-tool yet.
    • This package includes type, core logic and schema.
    • Same as msw-dev-tool/src/lib/**, but files are split.
    • It is test publish.

[email protected]

13 Apr 13:33
afd631c
Compare
Choose a tag to compare

Patch Changes

  • 3df4d37: Remove duplicated ThemeProvider and change default trigger ui

[email protected]

13 Apr 10:55
c30cd06
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Apr 09:18
1f477d7
Compare
Choose a tag to compare

Patch Changes

  • 5ea7857: - Fix layout for msw-dev-tool ui
    • Refactor duplicated style

[email protected]

10 Apr 08:21
6b5574b
Compare
Choose a tag to compare

Minor Changes

  • 650fb91: - Add advanced temporary handler
    • Status code, mime types, header
    • Add form field and validation logic
    • Split type declaration