Skip to content

Releases: qwikerx/flowbite-qwik

[email protected]

28 Jun 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.31.1

[email protected]

28 Jun 13:56
9a1c013
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.31.0

[email protected]

27 Jun 12:17
03e805c
Compare
Choose a tag to compare

What's Changed

  • feat: add list typography component, fix accordion title closed by @xmimiex in #142
  • feat: add withSidebar to Navbar by @qwikerx in #143
  • feat: add Navbar fullWidth prop, add Button noBorder prop, fix some u… by @xmimiex in #144
  • feat: add Navbar fullWidth prop, add Button noBorder prop, fix some u… by @xmimiex in #145

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.30.0

[email protected]

24 Jun 07:40
b6aa622
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.29.2

[email protected]

23 Jun 10:04
e5c0e41
Compare
Choose a tag to compare

What's Changed

  • fix: dropdown custom trigger and use cards in hompage by @jcfauchet in #139

BREAKING CHANGES

Tooltip now uses slots for trigger and content

Before :

<Tooltip trigger={<button>Show tooltip</button>} content={<div>Tooltip content</div>} triggerStrategy="hover"  />

Now :

<Tooltip trigger="hover">
  <button q:slot="trigger">Show tooltip</button>
  <div q:slot="content">Tooltip content</div>
</Tooltip>

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.29.1

[email protected]

21 Jun 15:34
63e98cc
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

Before (without namespace)

import { ListGroup, ListGroupItem } from 'flowbite-qwik'

<ListGroup class="w-48">
        <ListGroupItem>Profile</ListGroup.Item>
        <ListGroupItem>Settings</ListGroup.Item>
        <ListGroupItem>Messages</ListGroup.Item>
        <ListGroupItem disabled>Download</ListGroup.Item>
</ListGroup>

Now (with namespace)

import { ListGroup } from 'flowbite-qwik'

<ListGroup class="w-48">
        <ListGroup.Item>Profile</ListGroup.Item>
        <ListGroup.Item>Settings</ListGroup.Item>
        <ListGroup.Item>Messages</ListGroup.Item>
        <ListGroup.Item disabled>Download</ListGroup.Item>
</ListGroup>

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.29.0

[email protected]

21 Jun 12:26
e27a1b6
Compare
Choose a tag to compare

What's Changed

  • feat: comment prefetchGraph, only one hit GA by page by @qwikerx in #135
  • feat: prefetch script on layout, not root by @qwikerx in #136
  • feat: cli install flowbite-qwik in devDependencies, add qwik to devDe… by @xmimiex in #137

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.28.1

[email protected]

21 Jun 12:25
e27a1b6
Compare
Choose a tag to compare

What's Changed

  • feat: comment prefetchGraph, only one hit GA by page by @qwikerx in #135
  • feat: prefetch script on layout, not root by @qwikerx in #136
  • feat: cli install flowbite-qwik in devDependencies, add qwik to devDe… by @xmimiex in #137

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.0.5

[email protected]

20 Jun 14:23
b93aa14
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.28.0

[email protected]

20 Jun 07:14
67f6746
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.27.3