Skip to content

Commit dc9dd5d

Browse files
committed
v1.7.0
1 parent aacfd0b commit dc9dd5d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- feat: PhoneInput
8+
39
## 1.6.8
410

511
### 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.8",
3+
"version": "1.7.0",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {

static/llm/forms/input-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ text with one click.
101101

102102
Use lowercase event handlers: `oninput`, `onfocus`, `onblur`, `onkeydown`.
103103

104-
**Migration**: `OnInput`, `onFocus`, `onBlur`, and `onKeydown` will be **deprecated** from version v1.7.0.
104+
**Migration**: `OnInput`, `onFocus`, `onBlur`, and `onKeydown` will be **deprecated** from version v1.8.0.
105105

106106
```svelte
107107
<script lang="ts">

0 commit comments

Comments
 (0)