Skip to content

Commit 1d76b8f

Browse files
docs(changelog): add changelog
1 parent 213577a commit 1d76b8f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ The quickest way to get started working with Flowbite is to simply include the C
9494
Require 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

100100
And 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

content/getting-started/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ nextLink: getting-started/react/
1515

1616
We 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

0 commit comments

Comments
 (0)