Skip to content

Releases: themesberg/flowbite

v2.3.0

14 Feb 13:04
Compare
Choose a tag to compare
  • added new copy to clipboard component and examples
  • added new JavaScript tab to the documentation examples
  • update dependency to Tailwind CSS v3.4.1
  • fixed carousel component behavior when there’s only one image
  • added new data attribute to set active and inactive classes for tabs
  • Ruby on Rails integration fix for turbo load
  • minor bug fixes and improvements

v2.2.1

15 Dec 09:35
Compare
Choose a tag to compare
  • 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

21 Nov 10:38
05ae7ac
Compare
Choose a tag to compare
  • released new number input component examples
  • created a new InputCounter object class in the Flowbite JS

v2.1.1

10 Nov 10:53
Compare
Choose a tag to compare
  • fix the InstanceOptions and EventListenerInstance type exports for TypeScript

v2.1.0

10 Nov 10:02
d83bb10
Compare
Choose a tag to compare

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 use data-modal-target for that

v2.0.0

26 Oct 12:36
59d0bab
Compare
Choose a tag to compare

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 a Carousel object as the first parameter
  • new $accordion HTML element when creating a Accordion object as the first parameter
  • new $tabsEl HTML element when creating a Tabs 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

01 Aug 13:32
Compare
Choose a tag to compare
  • fix #628 by conditionally adding safelist pattern when chart is set to true

v1.8.0

29 Jul 09:36
d9adff6
Compare
Choose a tag to compare
  • 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

04 Jul 10:31
Compare
Choose a tag to compare
  • 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

14 Jun 12:05
Compare
Choose a tag to compare
  • 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 the window object
  • fix Nuxt.js documentation config path for Tailwind CSS