Sourced from flowbite's releases.
v2.2.0
- released new number input component examples
- created a new
InputCounterobject class in the Flowbite JSv2.1.1
- fix the
InstanceOptionsandEventListenerInstancetype exports for TypeScriptv2.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 themesberg/flowbite#565
- other minor bug fixes and improvements
Breaking changes:
data-modal-togglealone won't initialise the modal anymore, you need to usedata-modal-targetfor thatv2.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
$carouselElHTML element when creating aCarouselobject as the first parameter- new
$accordionHTML element when creating aAccordionobject as the first parameter- new
$tabsElHTML element when creating aTabsobject as the first parameterThe 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.
05ae7ac
Merge pull request #726
from themesberg/number-input455ac55
feat(number input): import the new InputCounter component for the
`initFlowbi...770b871
chore(version): bump package file to 2.2.019107f5
docs(number input): update examples and typesb5c6baa
fix(global): import InputCounterc035e3b
chore(version): bump to v2.2.0a8d9ae6
feat(number input): add phone number example8523d55
docs(number input): update the example id5378179
docs(number input): update the last table texta43549b
docs(number input): update the table data text