aloha-vue 2.1.13 → 2.2.0

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 CHANGED
@@ -7,6 +7,17 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.2.0
11
+
12
+ ### Enhancements:
13
+ - Expanded `ASelect` component by adding three new props:
14
+ - `exclusive-option-label`
15
+ - `exclusive-option-value`
16
+ - `is-exclusive-option-enabled`
17
+
18
+ ### Description:
19
+ An exclusive option can be defined as a special choice that, when selected, prevents the selection of any other options or deselects all previously chosen options.
20
+
10
21
  ## 2.1.13
11
22
 
12
23
  - Fix 2 import from moment.js
@@ -134,6 +145,17 @@
134
145
 
135
146
  ***
136
147
 
148
+ ## 1.5.0
149
+
150
+ ### Enhancements:
151
+ - Expanded `ASelect` component by adding three new props:
152
+ - `exclusive-option-label`
153
+ - `exclusive-option-value`
154
+ - `is-exclusive-option-enabled`
155
+
156
+ ### Description:
157
+ An exclusive option can be defined as a special choice that, when selected, prevents the selection of any other options or deselects all previously chosen options.
158
+
137
159
  ## 1.4.0
138
160
 
139
161
  ### New Arguments for `filterSearchHighlight`