We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278f8d5 commit a94c6f3Copy full SHA for a94c6f3
CHANGELOG.md
@@ -3,6 +3,11 @@
3
All notable changes to `bs-blade-forms` will be documented in this file
4
5
6
+## 0.5.1 - 2025-04-04
7
+
8
+- fix: mouseover handler did not work on fetched options
9
10
11
## 0.5.0 - 2025-04-04
12
13
- 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.0",
+ "version": "0.5.1",
"homepage": "https://github.com/tiknil/bs-blade-forms",
"license": "MIT",
"type": "library",
0 commit comments