Skip to content

Releases: qwikerx/flowbite-qwik

flowbite-qwik@0.29.1

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/flowbite-qwik@0.29.0...flowbite-qwik@0.29.1

flowbite-qwik@0.29.0

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/flowbite-qwik-cli@0.0.5...flowbite-qwik@0.29.0

flowbite-qwik@0.28.1

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/flowbite-qwik@0.28.0...flowbite-qwik@0.28.1

flowbite-qwik-cli@0.0.5

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/flowbite-qwik@0.28.0...flowbite-qwik-cli@0.0.5

flowbite-qwik@0.28.0

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

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.27.3...flowbite-qwik@0.28.0

flowbite-qwik@0.27.3

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

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.27.2...flowbite-qwik@0.27.3

flowbite-qwik@0.27.2

19 Jun 15:42
94e65b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.27.1...flowbite-qwik@0.27.2

flowbite-qwik@0.27.1

18 Jun 13:37
acd6032
Compare
Choose a tag to compare

What's Changed

  • feat: add Heading to README, use our component lib into examples by @qwikerx in #123

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.27.0...flowbite-qwik@0.27.1

flowbite-qwik@0.27.0

18 Jun 12:01
19970b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.26.0...flowbite-qwik@0.27.0

flowbite-qwik@0.26.0

17 Jun 16:21
756402c
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.25.0...flowbite-qwik@0.26.0