Releases: themesberg/flowbite
Releases · themesberg/flowbite
v2.5.2
- release new WYSIWYG text editor component
v2.5.1
- fix plugin import error from the config file
v2.5.0
- added new DataTable plugin and examples
- minor bug fixes and improvements
v2.4.1
- fix datepicker module declaration naming for TypeScript
v2.4.0
- 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
- 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
- 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