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
- feat: add storybook by @himself65 in #25
- feat: reduce bundle size by @himself65 in #29
- fix: remove unused mui component by @himself65 in #30
- feat: support perfsee analysis by @himself65 in #31
- chore: bump version by @himself65 in #35
- refactor: replace Box with div by @himself65 in #36
- refactor: remove mui dependency by @himself65 in #37
Full Changelog: v2.2.4...v2.15.0