Skip to content

Commit 15d1821

Browse files
committed
v1.6.5
1 parent 1fee1fe commit 15d1821

File tree

383 files changed

+507
-488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+507
-488
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.6.5
4+
5+
### Patch Changes
6+
7+
- fix: TimePicker change from InputAddon to div
8+
fix: #1611, Datepicker add inputmode prop
9+
fix: #1641
10+
feat: Toast add conclose event handler
11+
fix: #1639 docs: change class to labelClass
12+
fix: #1638 Datepicker change from button to Button
13+
feat: add classes
14+
315
## 1.6.4
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-svelte",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {

src/lib/accordion/Accordion.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@component
3232
[Go to docs](https://flowbite-svelte.com/)
3333
## Type
34-
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L161)
34+
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L162)
3535
## Props
3636
@prop children
3737
@prop flush

src/lib/accordion/AccordionItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
@component
7777
[Go to docs](https://flowbite-svelte.com/)
7878
## Type
79-
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L173)
79+
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L174)
8080
## Props
8181
@prop children
8282
@prop header

src/lib/alert/Alert.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
@component
5555
[Go to docs](https://flowbite-svelte.com/)
5656
## Type
57-
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L188)
57+
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L189)
5858
## Props
5959
@prop children
6060
@prop icon

src/lib/avatar/Avatar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
@component
5252
[Go to docs](https://flowbite-svelte.com/)
5353
## Type
54-
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L199)
54+
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L200)
5555
## Props
5656
@prop children
5757
@prop indicator

src/lib/badge/Badge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@component
4747
[Go to docs](https://flowbite-svelte.com/)
4848
## Type
49-
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L215)
49+
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L216)
5050
## Props
5151
@prop children
5252
@prop icon

src/lib/banner/Banner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@component
3434
[Go to docs](https://flowbite-svelte.com/)
3535
## Type
36-
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L230)
36+
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L231)
3737
## Props
3838
@prop children
3939
@prop header

src/lib/bottom-navigation/BottomNav.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@component
3535
[Go to docs](https://flowbite-svelte.com/)
3636
## Type
37-
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L252)
37+
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L253)
3838
## Props
3939
@prop children
4040
@prop header

src/lib/bottom-navigation/BottomNavHeader.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@component
1717
[Go to docs](https://flowbite-svelte.com/)
1818
## Type
19-
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L298)
19+
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L299)
2020
## Props
2121
@prop children
2222
@prop outerClass

0 commit comments

Comments
 (0)