@pristy/pristy-libvue 0.6.2 → 0.7.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/README.md +3 -0
- package/dist/pristy-libvue.mjs +905 -906
- package/dist/pristy-libvue.umd.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,4 +58,7 @@ The pristy-libvue package of the package.json will be overloaded by the local li
|
|
|
58
58
|
| 0.6.1 | Added icone service with file identification + translation |
|
|
59
59
|
| | Update @alfresco/js-api 5.1.0 |
|
|
60
60
|
| 0.6.2 | Fix bug with upload error 409 |
|
|
61
|
+
| 0.7.0 | Retrive user language from localStorage or window language |
|
|
62
|
+
| | Preparing for easy inclusion of new languages |
|
|
63
|
+
| | Add property "path" for getNode and getParents functions |
|
|
61
64
|
|