0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/ui-components/CHANGELOG.md

47 lines
1.1 KiB
Markdown
Raw Normal View History

# @verdaccio/ui-components
## 2.0.0-6-next.3
### Patch Changes
- Updated dependencies [45c03819]
- @verdaccio/types@11.0.0-6-next.20
## 2.0.0-6-next.2
### Patch Changes
- Updated dependencies [ef88da3b]
- @verdaccio/types@11.0.0-6-next.19
## 2.0.0-6-next.1
### Major Changes
- 99978797: feat(web): components for custom user interfaces
Provides a package that includes all components from the user interface, instead being embedded at the `@verdaccio/ui-theme` package.
```
npm i -D @verdaccio/ui-components
```
The package contains
- Components
- Providers
- Redux Storage
- Layouts (precomposed layouts ready to use)
- Custom Material Theme
The `@verdaccio/ui-theme` will consume this package and will use only those are need it.
> Prerequisites are using Redux, Material-UI and Translations with `i18next`.
Users could have their own Material UI theme and build custom layouts, adding new features without the need to modify the default project.
### Patch Changes
- Updated dependencies [99978797]
- @verdaccio/types@11.0.0-6-next.18