We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3d7ff commit 8a7afddCopy full SHA for 8a7afdd
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
All notable changes to `bs-blade-forms` will be documented in this file
4
5
-## 0.3.0 - 2024-12-05
+## 0.3.2 - 2025-01-22
6
+
7
+- Direct value definition now takes precedence over model binding.
8
9
+## 0.3.1 - 2024-12-05
10
11
- Improved performance on SearchSelect and MultiSelect with thousands of options
12
composer.json
@@ -5,7 +5,7 @@
"tiknil",
"bs-blade-forms"
],
- "version": "0.3.1",
+ "version": "0.3.2",
"homepage": "https://github.com/tiknil/bs-blade-forms",
"license": "MIT",
"type": "library",
0 commit comments