Releases: themesberg/flowbite
v2.2.1
- relased new phone number input component
- relased new chat bubble component
- updated
z-index
of the datepicker to allow usage with modals and drawers
v2.2.0
- released new number input component examples
- created a new
InputCounter
object class in the Flowbite JS
v2.1.1
- fix the
InstanceOptions
andEventListenerInstance
type exports for TypeScript
v2.1.0
This update adds full RTL support to all of the UI components from Flowbite and also provides and update to the Instance Manager API which now allows you to set custom id's as the 4th parameter of each object class.
- updated to Tailwind CSS
v3.3.5
- added full RTL support to all UI components
- updated the JS API and Instance Manager to allow setting custom id's
- added new vertical tabs component example
- added three next modal component examples
- fixed responsive wrapping issues for the table components
- uses Tailwind CSS v3.0 classes for background opacity fixing #565
- other minor bug fixes and improvements
Breaking changes:
data-modal-toggle
alone won't initialise the modal anymore, you need to usedata-modal-target
for that
v2.0.0
This update introduces a new instance manager feature that allows you manage all of the interactive components from a single place. This is useful if you want to programmatically show or hide a modal, popover, or tooltip. This also works if you use the data attributes interface.
This change introduces a few breaking changes to the JavaScript API when creating objects:
- new
$carouselEl
HTML element when creating aCarousel
object as the first parameter - new
$accordion
HTML element when creating aAccordion
object as the first parameter - new
$tabsEl
HTML element when creating aTabs
object as the first parameter
The breaking changes do not apply to the data attributes interface, only for objects created programmatically via JavaScript.
Learn more about the new JavaScript API on the docs.
v1.8.1
v1.8.0
- added new chart components
- enable or disable styles via the Flowbite Plugin
- addded new API option to the dropdowns to prevent closing when clicking on certain elements
- small bug fixes and improvements overall
v1.7.0
- integrate new Flowbite Icons with all UI components
- added new pagination examples and sizes
- improved spacing and alignment for all buttons with icons
- improved examples for popovers, toasts, and modals
- updated docs and website icons
- update Svelte docs for Svelte 4.0 by @shinokada
v1.6.6
- new device mockups component
- add nested accordions feature (#266 issue fixed by (@jneuendorf)[https://github.com/jneuendorf])
- make init functions (ie.
initDropdowns
,initFlowbite
) available via thewindow
object - fix Nuxt.js documentation config path for Tailwind CSS
1.6.5
- New gallery component
- New jumbotron component
- LiveView support (issue #486) for Phoenix by @jmnda-dev
- Improve modal responsive behaviour by centering it vertically
- Improve Svelte getting started guide by @shinokada
- Improve font smoothing by adding antialising to the docs and examples
- Improve navbar spacings and font sizes to reflect Figma design system