We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26fcb2 commit 38e0776Copy full SHA for 38e0776
CHANGELOG.md
@@ -2,12 +2,14 @@
2
3
All notable changes to `bs-blade-forms` will be documented in this file
4
5
+## 0.6.0 - 2025-04-04
6
+
7
+- feat: new Autocomplete component
8
9
## 0.5.1 - 2025-04-04
10
11
- fix: mouseover handler did not work on fetched options
12
-
13
## 0.5.0 - 2025-04-04
14
15
- feat: support for option fetching from url in search-select and multi-select
composer.json
@@ -5,7 +5,7 @@
"tiknil",
"bs-blade-forms"
],
- "version": "0.5.1",
+ "version": "0.6.0",
"homepage": "https://github.com/tiknil/bs-blade-forms",
"license": "MIT",
"type": "library",
0 commit comments