VueUiCursor
- Fix crosshair issue when centerCircleRadius is updated dynamically
- Manage error gracefully when a provided config.parentId is not (yet) available in the DOM
VueUiDigits
- Add a config attribute to control digit thickness:
const config = ref({
digits: {
thickness: 1, // new
},
});VueUiSmiley
- Refactor component to a leaner version. No change in functionality.
VueUiIcon
- Add new icons: 'triangleInformation', 'triangleExclamation'