Skip to content

Commit 2de7d30

Browse files
authored
v1.30.0 (#1873)
1 parent a31be49 commit 2de7d30

405 files changed

Lines changed: 1527 additions & 933 deletions

File tree

Some content is hidden

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

CHANGELOG.md

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

3+
## 1.30.0
4+
5+
### Minor Changes
6+
7+
- New Features
8+
9+
Persistent dismissible banners and badges with a Reset button; banner dismissal tracking exposed.
10+
- Enhancements
11+
12+
StepIndicator: clickable steps with onStepClick callback.
13+
- Documentation
14+
15+
Added example and docs for the persistent dismissible Badge with Reset.
16+
- Refactor
17+
18+
Broad reactivity and context updates to improve update timing and SSR stability (no UI changes).
19+
- Chores
20+
21+
Dev dependency version bumps.
22+
323
## 1.29.1
424

525
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-svelte",
3-
"version": "1.29.1",
3+
"version": "1.30.0",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {
@@ -915,4 +915,4 @@
915915
},
916916
"./package.json": "./package.json"
917917
}
918-
}
918+
}

src/lib/accordion/Accordion.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@component
4545
[Go to docs](https://flowbite-svelte.com/)
4646
## Type
47-
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L206)
47+
[AccordionProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L199)
4848
## Props
4949
@prop children
5050
@prop flush

src/lib/accordion/AccordionItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
@component
114114
[Go to docs](https://flowbite-svelte.com/)
115115
## Type
116-
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L214)
116+
[AccordionItemProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L207)
117117
## Props
118118
@prop children
119119
@prop header

src/lib/alert/Alert.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
@component
7878
[Go to docs](https://flowbite-svelte.com/)
7979
## Type
80-
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L228)
80+
[AlertProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L221)
8181
## Props
8282
@prop children
8383
@prop icon

src/lib/avatar/Avatar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
@component
5050
[Go to docs](https://flowbite-svelte.com/)
5151
## Type
52-
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L239)
52+
[AvatarProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L232)
5353
## Props
5454
@prop children
5555
@prop indicator

src/lib/badge/Badge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
@component
7474
[Go to docs](https://flowbite-svelte.com/)
7575
## Type
76-
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L251)
76+
[BadgeProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L244)
7777
## Props
7878
@prop children
7979
@prop icon

src/lib/banner/Banner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
@component
6363
[Go to docs](https://flowbite-svelte.com/)
6464
## Type
65-
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L265)
65+
[BannerProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L258)
6666
## Props
6767
@prop children
6868
@prop header

src/lib/bottom-navigation/BottomNav.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
@component
5151
[Go to docs](https://flowbite-svelte.com/)
5252
## Type
53-
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L284)
53+
[BottomNavProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L271)
5454
## Props
5555
@prop children
5656
@prop header

src/lib/bottom-navigation/BottomNavHeader.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@component
2828
[Go to docs](https://flowbite-svelte.com/)
2929
## Type
30-
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L303)
30+
[BottomNavHeaderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L290)
3131
## Props
3232
@prop children
3333
@prop class: className

0 commit comments

Comments
 (0)