Unovis 1.3 introduces Vue support and a new pattern theme to further improve our support for accessibility features.
Release Highlightsโ
๐ Vue 3 supportโ
Long-awaited support for Vue, the third most popular front-end UI framework. Kudos to our community member @zernonia for this amazing contribution!
๐จโ๐จ Patternsโ
A new theme with pattern fills that can be enabled by adding the theme-patterns
class to the body
element of your document. See the documentation and this pull request for more details.
Other changesโ
Other changes were aimed at improving the overall stability of the library making the codebase more robust to future changes
- Refactoring: From Config Classes to Objects #279
- Refactoring: No Implicit Any #290
- Component | Tooltip | Fix: Prevent container overflow when viewport size is reduced #292
- Component | NestedDonut | Fix: TS errors #296
- Svelte: Fixing SingleContainer props and adding support for
class
property #294 - Theme | Patterns: Adjust injected SVG style #298