pion

React's Hooks API implemented for web components

BSD-2-CLAUSE License

Downloads
742
Stars
7
Committers
34

Bot releases are visible (Hide)

pion - v2.5.2 Latest Release

Published by github-actions[bot] 7 months ago

Patch Changes

  • fe795f5: observedAttributes can be readonly
pion - v2.5.1

Published by github-actions[bot] 7 months ago

Patch Changes

pion - v2.5.0

Published by github-actions[bot] 8 months ago

Minor Changes

  • d03fc57: Export type Options from component as ComponentOptions.
pion - v2.4.0

Published by github-actions[bot] 9 months ago

Minor Changes

  • 256e638: export Ref type
pion - v2.3.0

Published by github-actions[bot] 9 months ago

Minor Changes

  • 4133b6b: Allow omitting initialValue from useRef.
pion - v2.2.0

Published by github-actions[bot] 9 months ago

Minor Changes

  • fba5448: Replace lit imports with lit-html imports
pion - v2.1.0

Published by github-actions[bot] 9 months ago

Minor Changes

  • 9e28314: observedAttributes should allow kebab-case properties.
    For example if there is a property called myProp allow setting observedAttributes to ['my-prop'];
pion - v2.0.0

Published by github-actions[bot] 10 months ago

Major Changes

  • ac196c3: Remove useController and lit dependency.
pion - v1.6.0

Published by github-actions[bot] 10 months ago

Minor Changes

  • c7fa104: Add adoptedStyleSheets support
pion - v1.5.0

Published by github-actions[bot] 10 months ago

Minor Changes

  • bfa5997: Update lit-html typings to 2.x
pion - v1.4.0

Published by github-actions[bot] 11 months ago

Minor Changes

  • 373b46e: Upgrade to lit 3
pion - v1.3.0

Published by github-actions[bot] 11 months ago

Minor Changes

  • be7f9ee: Infer virtual type definition from renderer arguments.
pion - v1.2.0

Published by github-actions[bot] 12 months ago

Minor Changes

  • 3ed194b: Avoid infinite loops caused when an effect schedules an update and then throws.
  • cbf2aff: Update docs and related packages.
pion - v1.1.0

Published by github-actions[bot] 12 months ago

Minor Changes

  • 9ad6954: Allow using context in virtual components.
    Use the ChildPart's start, end or parentNode as event channel.

Patch Changes

  • 7e13cf7: Do not use Shadow DOM for contexts Provider & Consumer elements.
pion - v1.0.0

Published by github-actions[bot] 12 months ago

Major Changes

  • c608ea8: Initialize