Skip to content

Releases: pionjs/pion

v2.8.0

05 Dec 14:31
Compare
Choose a tag to compare

Minor Changes

  • 3bcf1ba: Improve styleSheets support.

v2.7.1

31 Oct 06:49
Compare
Choose a tag to compare

Patch Changes

  • c5409e8: Make context providers transparent to the layout

v2.7.0

26 Jul 14:55
Compare
Choose a tag to compare

Minor Changes

  • f788452: Add stylesheet related util

    Exports css, tagged, sheet, sheets helpers to ease the usage of css.
    Additionally the styleSheets param accepts string and converts it CSSStyleSheet via a call to sheets.

  • 1a3a87e: Improve the type definition of useState and useProperty adding better support for initial values
    and return better defined state updaters.

v2.6.0

25 Jul 20:33
Compare
Choose a tag to compare

Minor Changes

v2.5.2

26 Mar 06:22
Compare
Choose a tag to compare

Patch Changes

  • fe795f5: observedAttributes can be readonly

v2.5.1

19 Mar 19:14
Compare
Choose a tag to compare

Patch Changes

v2.5.0

21 Feb 13:54
Compare
Choose a tag to compare

Minor Changes

  • d03fc57: Export type Options from component as ComponentOptions.

v2.4.0

29 Jan 18:26
Compare
Choose a tag to compare

Minor Changes

v2.3.0

25 Jan 18:41
Compare
Choose a tag to compare

Minor Changes

  • 4133b6b: Allow omitting initialValue from useRef.

v2.2.0

20 Jan 08:36
Compare
Choose a tag to compare

Minor Changes

  • fba5448: Replace lit imports with lit-html imports