Skip to content

Releases: themesberg/flowbite

v2.5.2

27 Sep 11:17
Compare
Choose a tag to compare

v2.5.1

05 Aug 12:05
Compare
Choose a tag to compare
  • fix plugin import error from the config file

v2.5.0

05 Aug 11:35
Compare
Choose a tag to compare
  • added new DataTable plugin and examples
  • minor bug fixes and improvements

v2.4.1

27 Jun 10:22
Compare
Choose a tag to compare
  • fix datepicker module declaration naming for TypeScript

v2.4.0

27 Jun 09:31
Compare
Choose a tag to compare
  • the datepicker is now a core component of Flowbite and has API methods, events, and options
  • updated the documentation for the datepicker component and related integration guides
  • minor visual bug fixes and improvements

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