Skip to content

Releases: ZAHON/qwik-primitives

v0.0.34

12 Feb 22:32

Choose a tag to compare

🚀 Features

  • Add data-visually-hidden attribute for Spinner.Label component.

  • Add ability to dynamic change inline style for Spinner.Label component.

  • Add Skeleton component.

v0.0.33

25 Jan 08:46

Choose a tag to compare

🚀 Features

  • Add "idle" as new paramteter value of the onCopyStatusChange$ prop for the CopyButton.Root component.

  • Add Indicator part for the Collapsible component. You can nest inside of this part extra decorative elements, such as chevrons, and rotate it when the panel is open.

  • Add Indicator part for the Spoiler component. You can nest inside of this part extra decorative elements, such as chevrons, and rotate it when the panel is open.

🚨 Breaking Changes

  • Remove for the Spoiler.Panel component the inline style overflow with a dynamic value depending on the panel's open state. From now on, this component always has inline style overflow with value “hidden”.

🐞 Bug Fixes

  • Fix the problem that the data-state attribute of the Collapsible.Root component did not change its value in the browser environment.

  • Fix issue related to the fact that the disabled prop for the Collapsible.Root component does not work in the browser environment. From now on, it is possible to dynamically change the value of this prop in browser environments.

  • Fix the problem that the data-state attribute of the Spoiler.Root component did not change its value in the browser environment.

  • Fix issue related to the fact that the disabled prop for the Spoiler.Root component does not work in the browser environment. From now on, it is possible to dynamically change the value of this prop in browser environments.

v0.0.32

13 Jan 20:21

Choose a tag to compare

🚀 Features

  • Add AspectRatio component.

v0.0.31

13 Dec 02:22

Choose a tag to compare

🚀 Features

  • Add Button component.

v0.0.30

09 Dec 13:42

Choose a tag to compare

🚀 Features

  • Add TextField component.

  • Add TextArea component.

  • Add Checkbox component.

v0.0.29

18 Nov 04:40

Choose a tag to compare

🚀 Features

  • Add Accordion component.

  • Refactor internal implementation for all components, remove unnecessary use useComputed$ hook.

🚨 Breaking Changes

  • Remove visuallyHiddenStyle utility.

  • Remove findFirstVisibleElement utility function.

  • Remove focusElement utility function.

  • Remove focusFirstElement utility function.

  • Remove getTabbableCandidates utility function.

v0.0.28

22 Oct 22:39

Choose a tag to compare

🚀 Features

  • Add Heading component.

  • Separator component

    • Separator.Root component

      • Add data-qwik-primitives-separator-root attribute with empty value.

      • Add data-scope attribute with value "separator".

      • Add data-part attribute with value "root".

  • Dialog component

    • Dialog.Title component

      • Add level prop that allow to change the level of the title, determines which tag will be used (h1-h6).

      • Add data-level attribute witch have value affiliated with value pass level prop.

  • AlertDialog component

    • AlertDialog.Title component

      • Add level prop that allow to change the level of the title, determines which tag will be used (h1-h6).

      • Add data-level attribute witch have value affiliated with value pass level prop.

  • Popover component

    • Popover.Title component

      • Add level prop that allow to change the level of the title, determines which tag will be used (h1-h6).

      • Add data-level attribute witch have value affiliated with value pass level prop.

v0.0.27

21 Oct 00:02

Choose a tag to compare

🚀 Features

  • Add Spoiler component.

  • Improve Popover component combatibility with others component that uses top layer.

  • Improve Dialog component combatibility with others component that uses top layer.

  • Improve AlertDialog component combatibility with others component that uses top layer.

🐞 Bug Fixes

  • Fix browser freez in some cases when use useFocusTrap hook.

v0.0.26

09 Oct 23:41

Choose a tag to compare

🚀 Features

  • Add Separator component.

v0.0.25

05 Oct 04:46

Choose a tag to compare

🚀 Features

  • Add Tabs component.