Skip to content

Latest commit

 

History

History
404 lines (266 loc) · 9.46 KB

CHANGELOG.md

File metadata and controls

404 lines (266 loc) · 9.46 KB

@solid-devtools/overlay

0.30.1

0.30.0

Patch Changes

0.29.3

0.29.2

Patch Changes

0.29.1

Patch Changes

0.29.0

Patch Changes

  • b3ab38e8: Add missing dependencies
  • Updated dependencies [b3ab38e8]

0.28.1

Patch Changes

0.28.0

Minor Changes

  • 86f74ea9: Update to Solid 1.8

Patch Changes

0.27.9

Patch Changes

0.27.8

0.27.7

Patch Changes

  • ea07d49: Correct overlay module exports
  • e478a3c: Fix type exports
  • Updated dependencies [51f1b5a]

0.27.6

Patch Changes

0.27.5

Patch Changes

0.27.4

Patch Changes

0.27.3

Patch Changes

0.27.2

0.27.1

Patch Changes

0.27.0

Minor Changes

  • d4a35d7: Breaking Changes!

    Extension will now inject the debugger via content script, insted of loading it from installed node modules. This will allow the extension and debugger to updated without having to update the node modules.

    The debugger needs to be initialized by importing @solid-devtools/debugger/setup.

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

  • 811b4bb: Improve management of inspected state. When inspecting nodes that are omitted from the structure view (if displaying only components) the closest node will be highlighted instead.
  • b7514c5: Fix treeview mode not resetting when the devtools get closed. Rename the ForceUpdate event to ResetState.
  • f1b90ba: Change the API of using the frontend package.

Patch Changes

  • a99d42b: Fix opening component location with the overlay.
  • Updated dependencies [a99d42b]
  • Updated dependencies [811b4bb]
  • Updated dependencies [cbe62bd]
  • Updated dependencies [b7514c5]
  • Updated dependencies [f1b90ba]
  • Updated dependencies [a99d42b]

0.5.1

Patch Changes

  • a37f73d: fix: Don't open overlay when using locator.
  • Updated dependencies [a37f73d]

0.5.0

Minor Changes

  • de40800: #### Dependency graph

    Adds a dependency graph to the debugger. It collcts observers and sources of currently inspected computation or signal.

    Breaking changes to the debugger emitter API - instead of events being emitted and listened to individually, now they all can be listened to at once which makes it easier to add new events in the future and maintaining the debugger - devtools bridge implementation in packages that use it.

    Closes #113 Closes #208 Closes #213 Fixes #210

Patch Changes

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • 5743522: Adds an ability to switch between different tree-view modes:

    • Components (only components and context nodes)
    • Ownership (structure of solids reactivity graph)
    • DOM (components + html elements)

Patch Changes

0.3.1

Patch Changes

  • e0e812b: Correct ErrorOverlay: Don't listen to window errors by default
  • Updated dependencies [e0e812b]

0.3.0

Minor Changes

  • 8e208b0: Change overlay API, to be a normal function instead of a component. It's now called attachDevtoolsOverlay. Preventing from attaching multiple overlays at the same time.

0.2.4

Patch Changes

  • bd5a22d: Add alwaysOpen and noPadding props.
  • Updated dependencies [b750aae]

0.2.3

Patch Changes

  • ba185c3: Add top-level "development" export condidtion.
  • Updated dependencies [ba185c3]

0.2.2

Patch Changes

  • b7b50bf: Adapt for new way of mounting frontend icons.
  • Updated dependencies [6ef3c67]
  • Updated dependencies [dc04d35]

0.2.1

Patch Changes

  • 8483fe9: Bump to update frontend package.
  • Updated dependencies [7c3586f]

0.2.0

Minor Changes

  • bd8f0b4: Handle new componentLocation transform by adding a button to the inspector panel for opening component source code.

    Improve inspector panel styles. Improve Splitter component styles and ovarall usability.

Patch Changes

0.1.0

Minor Changes

  • 1990be5: Move graph types from @solid-devtools/shared to @solid-devtools/debugger

Patch Changes

0.0.7

Patch Changes

0.0.6

Patch Changes

  • 772de45: Simplify debugger plugin-devtools controller usage and communication.

    The locator package gets removed, and the logic moved directly to @solid-devtools/debugger

  • Updated dependencies [a1ebe32]

  • Updated dependencies [772de45]

0.0.5

Patch Changes

0.0.4

Patch Changes

  • 95aaad9: Make mobile work and add dark mode

    Add defaultOpen prop to overlay

    Recalculate the tree view on container resize

  • Updated dependencies [95aaad9]

0.0.3

Patch Changes

  • 12e4f5b: Add html body padding, while the overlay is open, to have more room for scrolling. This should allow to see elements hidden behind the overlay.
  • f3f2ca1: Disable overlay on mobile screens
  • Updated dependencies [f3f2ca1]

0.0.2

Patch Changes