Skip to content

Releases: irohalab/Deneb-UI

v4.4.0

06 Oct 14:45
Compare
Choose a tag to compare

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

04 Oct 07:15
Compare
Choose a tag to compare

fix SSR issue for responsive image

v4.3.0

09 Sep 16:58
0106611
Compare
Choose a tag to compare

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

18 Aug 08:04
Compare
Choose a tag to compare

PopoverRef.close will destroy the popover component. This should fix some bug.

v4.1.2

29 Jul 06:09
Compare
Choose a tag to compare

Add SSR support for more components/services

v4.1.1

28 Jul 16:40
Compare
Choose a tag to compare

Fix bug when ngOnDestory is called in server

v4.1.0

28 Jul 16:30
d15f92e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

19 Feb 14:00
d479f11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

19 Feb 13:44
d83aa46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.3...v4.0.0

v3.3.3

20 Jan 15:11
Compare
Choose a tag to compare

Add global listener to sync between multiple DarkThemeService