Releases: irohalab/Deneb-UI
v4.7.1
What's Changed
- change timing to update position of popover. by @EverettSummer in #16
- bump version to 4.7.1 by @EverettSummer in #17
Full Changelog: v4.7.0...v4.7.1
v4.7.0
What's Changed
- Upgrade Angular to 19 by @EverettSummer in #14
- Migrate to standalone by @EverettSummer in #15
Full Changelog: v4.5.2...v4.7.0
v4.5.2
What's Changed
- Bug fix for infinite-for-of directive not render by @EverettSummer in #13
Full Changelog: v4.5.1...v4.5.2
v4.5.1
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
What's Changed
- add bucket load support for infinite-for-of directive. by @EverettSummer in #11
Full Changelog: v4.4.0...v4.5.0
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