Skip to main content

Release 1.3

ยท One min read
Nikita Rokotyan
Rebecca Bol

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.

unovis-patternsunovis-patterns

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