File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ The quickest way to get started working with Flowbite is to simply include the C
9494Require the following minified stylesheet inside the ` head ` tag:
9595
9696``` html
97- <link href =" https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3 .0/flowbite.min.css" rel =" stylesheet" />
97+ <link href =" https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.4 .0/flowbite.min.css" rel =" stylesheet" />
9898```
9999
100100And include the following javascript file before the end of the ` body ` tag:
101101
102102``` html
103- <script src =" https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3 .0/flowbite.min.js" ></script >
103+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.4 .0/flowbite.min.js" ></script >
104104```
105105
106106### Bundled JavaScript
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ nextLink: getting-started/react/
1515
1616We strive to keep a good accountability of all of the version changes that we make for the Flowbite library.
1717
18+ ### v2.4.0
19+
20+ - the datepicker is now a core component of Flowbite and has API methods, events, and options
21+ - updated the documentation for the datepicker component and related integration guides
22+ - minor visual bug fixes and improvements
23+
1824### v2.3.0
1925
2026- added new "copy to clipboard" component and examples
You can’t perform that action at this time.
0 commit comments