Releases: nayounsang/msw-dev-tool
Releases · nayounsang/msw-dev-tool
@msw-dev-tool/[email protected]
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]
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.
- This is caused by
@msw-dev-tool/[email protected]
Major Changes
- 40bc24c: - First publish of react ui
Patch Changes
- Updated dependencies [40bc24c]
- @msw-dev-tool/[email protected]
@msw-dev-tool/[email protected]
Patch Changes
- 40bc24c: - export setupDevtoolWorker
@msw-dev-tool/[email protected]
Patch Changes
- 99ddc24: - Change build script and add info in package.json
@msw-dev-tool/[email protected]
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.
- It is not used internally by
[email protected]
Patch Changes
- 3df4d37: Remove duplicated ThemeProvider and change default trigger ui
[email protected]
Patch Changes
- e12a9a9: Temp fix: style
[email protected]
Patch Changes
- 5ea7857: - Fix layout for msw-dev-tool ui
- Refactor duplicated style
[email protected]
Minor Changes
- 650fb91: - Add advanced temporary handler
- Status code, mime types, header
- Add form field and validation logic
- Split type declaration