aloha-vue 1.2.280 → 1.2.281

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,11 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 1.2.281
11
+
12
+ - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `ADropdown` component to improve accessibility.
13
+
14
+
10
15
  ## 1.2.280
11
16
 
12
17
  - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `AGroupButtonDropdown` component to improve accessibility.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.280",
17
+ "version": "1.2.281",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -40,6 +40,8 @@ export default {
40
40
  callback: undefined,
41
41
  classButton: undefined,
42
42
  classExtra: undefined,
43
+ isConfirm: undefined,
44
+ callbackLocal: undefined,
43
45
  onClick: this.action.callback,
44
46
  }),
45
47
  ]);
@@ -62,6 +64,8 @@ export default {
62
64
  classButton: undefined,
63
65
  classExtra: undefined,
64
66
  isHidden: undefined,
67
+ isConfirm: undefined,
68
+ callbackLocal: undefined,
65
69
  }),
66
70
  ]);
67
71
  }