Releases: qwikerx/flowbite-qwik
[email protected]
What's Changed
- feat: add theme prop to customize Card styles by @xmimiex in #152
- feat: add license page by @jcfauchet in #151
Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.31.1
[email protected]
What's Changed
- feat(docs): simplify layout by @xmimiex in #146
- feat: add new homepage components, part1 by @xmimiex in #147
- feat: add missing homepage components to be like react/svelte by @xmimiex in #148
- feat: creact clipboard component by @jcfauchet in #149
- feat: update em style by @jcfauchet in #150
Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.31.0
[email protected]
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]
What's Changed
- feat: update readme by @qwikerx in #140
- feat: bind ref to dropdown trigger by @jcfauchet in #141
Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.29.2
[email protected]
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]
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]
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]
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]
What's Changed
- feat: use bind instead of that by @jcfauchet in #132
- HR component by @xmimiex in #133
Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.28.0
[email protected]
What's Changed
- fix(accordion): update for rtl by @jcfauchet in #129
- fix(readme): remove extra closing style by @qwikerx in #130
- Feat/husky by @qwikerx in #131
Full Changelog: https://github.com/qwikerx/flowbite-qwik/compare/[email protected]@0.27.3