Unovis Versions Save

Modular data visualization framework for React, Angular, Svelte, Vue, and vanilla TypeScript or JavaScript

1.4.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/f5/unovis/compare/1.3.5...1.4.1

1.4.0

2 months ago

What's Changed

Full Changelog: https://github.com/f5/unovis/compare/1.3.5...1.4.0

1.3.5

3 months ago

What's Changed

  • Svelte | Package: Add missing exports condition for Svelte #334 by @rokotyan in https://github.com/f5/unovis/pull/336
  • Component | Chord Diagram | Fix: Highlight rendering logic 99c05ac by @reb-dev
  • Component | ChordDiagram | Fix: Nodes without links should take up en… 40ec346 by @reb-dev
  • Component | Nested Donut: Adding showSegmentLabels property a70f874 by @reb-dev
  • Component | Chord Diagram | Fix: Negative radius handling 82d8f95 by @reb-dev
  • Component | Sankey | Fix: Node icon vertical alignment not working 425b5ce by @reb-dev
  • Component | Chord Diagram | Fix: Label sizing constraints and renderi… 1dae778 by @reb-dev
  • Component | Chord Diagram | Fix inconsistent transitions https://github.com/f5/unovis/pull/342/commits/851d8f9da4a9f6937570cfff49672006c78a0c37 by @reb-dev

Full Changelog: https://github.com/f5/unovis/compare/1.3.4...1.3.5

1.3.4

3 months ago

What's Changed

Full Changelog: https://github.com/f5/unovis/compare/1.3.3...1.3.4

1.3.3

4 months ago

This release patches some fixes related to TypeScript compilation errors from version 1.3.0 update:

What's Changed

Full Changelog: https://github.com/f5/unovis/compare/1.3.2...1.3.3

1.3.2

4 months ago

What's Changed

Full Changelog: https://github.com/f5/unovis/compare/1.3.1...1.3.2

1.3.1

7 months ago

This patch release minor tweaks and fixes for the following bugs that emerged after the release of version 1.3.0:

  • Crosshair no longer working #306
  • Donut sortFunction is not a function error #307

1.3.0

7 months ago

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-patterns unovis-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

Full Changelog: https://github.com/f5/unovis/compare/1.2.2...1.3.0

1.2.3

7 months ago

This patch release contains the fix for the "hidden tooltip overflows viewport" issue descried in https://github.com/f5/unovis/issues/286

1.2.2

8 months ago

This release of Unovis contains a few tweaks and fixes. See details below.

What's new

Fixes:

Full Changelog: https://github.com/f5/unovis/compare/1.2.1...1.2.2