aloha-vue 2.0.0 → 2.0.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 +9 -0
- package/dist/aloha-vue.css +11753 -0
- package/dist/aloha-vue.css.map +1 -0
- package/dist/aloha-vue.es.js +5572 -5487
- package/dist/aloha-vue.umd.js +65 -65
- package/package.json +1 -1
- package/src/index.js +32 -0
- package/src/utils/colors.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.0.1
|
|
11
|
+
|
|
12
|
+
- Bug Fix: Added missing `CSS` file to the library.
|
|
13
|
+
- New Imports:
|
|
14
|
+
- Functions:
|
|
15
|
+
- `concatTwoStringsWithSpace`, `colorToHex`, `hexToRgb`, `mixBlack`, `mixColor`, `mixWhite`, `rgbToHex`, `sanitizeLocal`, `getUniqueSelector`, `scrollToElement`, `setFocusToElement`, `setFocusToPreviousFocusableElement`, `setFocusToNextFocusableElement`, `toPrecision`.
|
|
16
|
+
- Constants:
|
|
17
|
+
- `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`.
|
|
18
|
+
|
|
10
19
|
## 2.0.0
|
|
11
20
|
|
|
12
21
|
- Major refactoring and expanded documentation.
|