Skip to content

Releases: irohalab/Deneb-UI

v4.7.1

26 Nov 18:13
d39e0cf

Choose a tag to compare

What's Changed

Full Changelog: v4.7.0...v4.7.1

v4.7.0

25 Nov 15:35
47b2263

Choose a tag to compare

What's Changed

Full Changelog: v4.5.2...v4.7.0

v4.5.2

18 Jan 12:14
3ebef08

Choose a tag to compare

What's Changed

Full Changelog: v4.5.1...v4.5.2

v4.5.1

18 Jan 09:03
189cadc

Choose a tag to compare

What's Changed

  • fix a bug that infinite list not update when bucketsStub changed by @EverettSummer in #12

Full Changelog: v4.5.0...v4.5.1

v4.5.0

12 Jan 08:05

Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

v4.4.0

06 Oct 14:45

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

Choose a tag to compare

fix SSR issue for responsive image

v4.3.0

09 Sep 16:58
0106611

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

Choose a tag to compare

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

v4.1.2

29 Jul 06:09

Choose a tag to compare

Add SSR support for more components/services