Commit 52f5c81 1 parent 8c25892 commit 52f5c81 Copy full SHA for 52f5c81
File tree 5 files changed +12
-8
lines changed
5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ baseURL: "https://flowbite.com/docs/"
5
5
enableInlineShortcodes : true
6
6
7
7
params :
8
- current_version : 1.4.3
8
+ current_version : 1.4.4
9
9
authors : Themesberg
10
10
social_image_path : /docs/images/og-image.png
11
11
Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ nextLink: customize/configuration/
13
13
14
14
## Changelog
15
15
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.
17
17
18
+ ### v1.4.4
19
+
20
+ - use ` data-modal-show="true" ` to show modal by default
21
+ - fix accordion onToggle JS bug
18
22
### v1.4.3
19
23
20
24
- removed ` toggle-bg ` class as a requirement for the toggle component
Original file line number Diff line number Diff line change 1
1
< script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js "
2
2
integrity ="sha512-axJX7DJduStuBB8ePC8ryGzacZPr3rdLaIDZitiEgWWk2gsXxEFlm4UW0iNzj2h3wp5mOylgHAzBzM4nRSvTZA== "
3
3
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 >
Original file line number Diff line number Diff line change 3
3
< link href ="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap " rel ="stylesheet ">
4
4
< 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 " />
5
5
< 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 ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flowbite" ,
3
- "version" : " 1.4.3 " ,
3
+ "version" : " 1.4.4 " ,
4
4
"description" : " The most popular library of interactive components built with Tailwind CSS" ,
5
5
"keywords" : [
6
6
" flowbite" ,
You can’t perform that action at this time.
0 commit comments