Skip to content

v3.7.16

Choose a tag to compare

@graphieros graphieros released this 05 Dec 06:40
· 8 commits to master since this release

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'

Docs are up to date