github graphieros/vue-data-ui v3.7.16

4 hours ago

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

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.