Closed sdirix closed 2 years ago
✔️ Deploy Preview for jsonforms-vuetify-renderers ready!
🔨 Explore the source changes: 30540f4f284355eca7c22a0b81b86d4c4da41c24
🔍 Inspect the deploy log: https://app.netlify.com/sites/jsonforms-vuetify-renderers/deploys/61f7d22cc3bf7e0007fbaa55
😎 Browse the preview: https://deploy-preview-33--jsonforms-vuetify-renderers.netlify.app
Rebased on the current main
Use primary instead of info colors for a more consistent look and feel of array item avatars. Also allows to hide them completely via the new 'hideAvatar' UI Schema option.
Fixes the calculation of the validation marker for nested array items. Previously it tried to match the raw AJV path against the data path, however as they use different separators this did never match.
Resolves #22