aloha-vue 2.48.0 → 2.48.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/aloha-vue.es.js +1 -0
- package/dist/aloha-vue.umd.js +1 -1
- package/package.json +2 -2
- package/src/ui/ASelect/ASelect.js +178 -177
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.48.1
|
|
11
|
+
|
|
12
|
+
- Fix: Add `class` binding to `ASelect` for dynamic class support.
|
|
13
|
+
|
|
14
|
+
|
|
10
15
|
## 2.48.0
|
|
11
16
|
|
|
12
17
|
- Feature: Enhance `ADatepicker` placeholder logic with `isInputFocused` state and improved `PlaceholderAPI` integration. Adjust default `isLabelFloat` prop to `true`.
|
package/dist/aloha-vue.es.js
CHANGED
|
@@ -26394,6 +26394,7 @@ const he = {
|
|
|
26394
26394
|
...this.$attrs,
|
|
26395
26395
|
id: this.htmlIdLocal,
|
|
26396
26396
|
alwaysTranslate: this.alwaysTranslate,
|
|
26397
|
+
class: this.class,
|
|
26397
26398
|
excludeRenderAttributes: this.excludeRenderAttributes,
|
|
26398
26399
|
extra: this.extra,
|
|
26399
26400
|
helpText: this.helpText,
|