Releases: himself65/rich-data
Releases · himself65/rich-data
v2.15.0 - Performance Update
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
v2.2.4
What's Changed
- fix: value is undefined by @SoloJiang in #28
New Contributors
- @SoloJiang made their first contribution in #28
Full Changelog: v2.2.3...v2.2.4
v2.2.3
Bug Flxes
- fix: set state logic in
useInspect
by @himself65 in #27
New Contributors
- @VictorNanka made their first contribution in #21
Full Changelog: https://github.com/Himself65/data-viewer/commits/v2.2.3