0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/ui-components/CHANGELOG.md
Juan Picado c9bd22dcaa
chore: update versions (6-next) (#3620)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-23 13:13:33 +01:00

57 lines
1.2 KiB
Markdown

# @verdaccio/ui-components
## 2.0.0-6-next.4
### Major Changes
- 781ac9ac: fix package configuration issues
### Patch Changes
- Updated dependencies [4fc21146]
- @verdaccio/types@11.0.0-6-next.21
## 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