Skip to content

Releases: qwikerx/flowbite-qwik

flowbite-qwik@0.34.0

10 Jul 17:31
4f5c96c
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.33.2...flowbite-qwik@0.34.0

flowbite-qwik@0.33.2

04 Jul 16:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.33.1...flowbite-qwik@0.33.2

flowbite-qwik@0.33.1

02 Jul 12:41
Compare
Choose a tag to compare

What's Changed

  • feat: disallow /examples from robots.txt, desktop preview size is now… by @xmimiex in #156
  • feat: add Range component, add Navbar with Sidebar example, fix some ui by @xmimiex in #157
  • feat: update doc item order by @jcfauchet in #158
  • feat: update documentation by @qwikerx in #159
  • feat: implement doc search by @jcfauchet in #160

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.32.1...flowbite-qwik@0.33.1

flowbite-qwik@0.32.1

30 Jun 07:57
7cedf16
Compare
Choose a tag to compare

What's Changed

  • feat: add docs, add context to dropdown to simplify it by @xmimiex in #155

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.32.0...flowbite-qwik@0.32.1

flowbite-qwik@0.32.0

29 Jun 19:50
5c28c48
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.31.1...flowbite-qwik@0.32.0

flowbite-qwik@0.31.1

28 Jun 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.31.0...flowbite-qwik@0.31.1

flowbite-qwik@0.31.0

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

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.30.0...flowbite-qwik@0.31.0

flowbite-qwik@0.30.0

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/flowbite-qwik@0.29.2...flowbite-qwik@0.30.0

flowbite-qwik@0.29.2

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

What's Changed

Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/flowbite-qwik@0.29.1...flowbite-qwik@0.29.2

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