939d5db drop page.subscribe from sveltekit $app/stores in favor of MutationObserver for keeping ToC in sync with page on navigation (and now also DOM insertions/node removals)
54d46aa remove mentions in readme and package.json that this component works only for sveltekit sites
e46f3c9 test ToC updates when adding/removing DOM nodes after load
939d5db drop page.subscribe from sveltekit $app/stores in favor of MutationObserver for keeping ToC in sync with page on navigation (and now also DOM insertions/node removals) 54d46aa remove mentions in readme and package.json that this component works only for sveltekit sites e46f3c9 test ToC updates when adding/removing DOM nodes after load
Related #18 (maybe closes).