Skip to content

v2.1.0

Compare
Choose a tag to compare
@zoltanszogyenyi zoltanszogyenyi released this 10 Nov 10:02
· 298 commits to main since this release
d83bb10

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