Skip to content

v2.15.0 - Performance Update

Latest
Compare
Choose a tag to compare
@himself65 himself65 released this 25 Mar 08:30
· 76 commits to main since this release

What's new?

I am pleased to announce that we have significantly improved @data-viewer/viewer performance and efficiency starting from this version. Specifically, we have removed @mui/material, @emotion/react, and @emotion/styled, resulting in a significantly lighter overall size and faster rendering speed.

Now you will need to import a CSS file.

import '@rich-data/viewer/theme/base.css'

UI Components

  • Smaller bundle size

UX Updates

  • Storybook UI Test Support
  • Performance Monitoring Support

Semantic Version

Now, install @rich-data/viewer will install the correct version.

What's Changed

Full Changelog: v2.2.4...v2.15.0