Releases: irohalab/Deneb-UI
v4.4.0
Add configurable src generator interface: IResponsiveGenerateSrc
There are two built-in generator service: default one: ResponsiveGenerateSrcService
and the round size RoundGenerateSrcService
that has less image size variation which will reduce the image numbers in cache.
to use ResponsiveImage module, you need to add a provider for token: SRC_GENERATOR_SERVICE
For example, if you want to use the default service:
{provide: SRC_GENERATOR_SERVICE, useClass: ResponsiveGenerateSrcService}
v4.3.1
fix SSR issue for responsive image
v4.3.0
What's Changed
- add responsive image, this component is extract from mira-ui by @EverettSummer in #10
Full Changelog: v4.2.0...v4.3.0
v4.2.0
PopoverRef.close will destroy the popover component. This should fix some bug.
v4.1.2
Add SSR support for more components/services
v4.1.1
Fix bug when ngOnDestory is called in server
v4.1.0
What's Changed
- Fix darkThemeService in server by @EverettSummer in #9
Full Changelog: v4.0.1...v4.1.0
v4.0.1
v4.0.0
v3.3.3
Add global listener to sync between multiple DarkThemeService