Skip to content

Commit 52f5c81

Browse files
Version bump to v1.4.4.
1 parent 8c25892 commit 52f5c81

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ baseURL: "https://flowbite.com/docs/"
55
enableInlineShortcodes: true
66

77
params:
8-
current_version: 1.4.3
8+
current_version: 1.4.4
99
authors: Themesberg
1010
social_image_path: /docs/images/og-image.png
1111

content/getting-started/changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ nextLink: customize/configuration/
1313

1414
## Changelog
1515

16-
We strive to keep a good accountability of all of the version changes that we make for the FlowBite library.
16+
We strive to keep a good accountability of all of the version changes that we make for the Flowbite library.
1717

18+
### v1.4.4
19+
20+
- use `data-modal-show="true"` to show modal by default
21+
- fix accordion onToggle JS bug
1822
### v1.4.3
1923

2024
- removed `toggle-bg` class as a requirement for the toggle component

layouts/partials/scripts.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js"
22
integrity="sha512-axJX7DJduStuBB8ePC8ryGzacZPr3rdLaIDZitiEgWWk2gsXxEFlm4UW0iNzj2h3wp5mOylgHAzBzM4nRSvTZA=="
33
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
4-
<script src="{{ .Site.BaseURL }}flowbite.js?v=1.4.3a"></script>
5-
<script src="{{ .Site.BaseURL }}datepicker.js?v=1.4.3a"></script>
6-
<script src="{{ .Site.BaseURL }}docs.js?v=1.4.3a"></script>
4+
<script src="{{ .Site.BaseURL }}flowbite.js?v=1.4.4a"></script>
5+
<script src="{{ .Site.BaseURL }}datepicker.js?v=1.4.4a"></script>
6+
<script src="{{ .Site.BaseURL }}docs.js?v=1.4.4a"></script>

layouts/partials/stylesheet.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
44
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism.min.css" integrity="sha512-tN7Ec6zAFaVSG3TpNAKtk4DOHNpSwKHxxrsiw4GHKESGPs5njn/0sMCUMl2svV4wo4BK/rCP7juYz+zx+l6oeQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
55
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" />
6-
<link rel="stylesheet" href="{{ .Site.BaseURL }}flowbite.css?v=1.4.3a">
7-
<link rel="stylesheet" href="{{ .Site.BaseURL }}docs.css?v=1.4.3a">
6+
<link rel="stylesheet" href="{{ .Site.BaseURL }}flowbite.css?v=1.4.4a">
7+
<link rel="stylesheet" href="{{ .Site.BaseURL }}docs.css?v=1.4.4a">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "The most popular library of interactive components built with Tailwind CSS",
55
"keywords": [
66
"flowbite",

0 commit comments

Comments
 (0)