Skip to content

mountly-react@1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 20:37
· 140 commits to main since this release
2925508

Patch Changes

  • 978694c: Reduce bundle size by splitting mountly into granular subpath exports (mountly/shadow, mountly/assets, mountly/adapter, mountly/analytics, mountly/bus, mountly/url, etc.) and removing the thin *-entry.ts aggregators. Mark the package as side-effect-free except for mountly/host/auto, so bundlers can tree-shake unused subpaths.

    The framework adapters (mountly-react, mountly-svelte, mountly-vue, mountly-tsrx) now import from the specific subpaths they need instead of the root, so consumers only pay for the runtime they actually use.

  • Updated dependencies [978694c]

    • mountly@0.2.2