Socket
Socket
Sign inDemoInstall

@ks89/angular-modal-gallery

Package Overview
Dependencies
10
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

11.1.2

Diff

Changelog

Source

11.1.2

Bugfixes

  • fix ngOnChanges method to access changes.config and not changes.plainGalleryConfig (always undefined) #268 (reported by @Dea1100)
ks89
published 11.1.1 •

Changelog

Source

11.1.1

Refactor

  • remove circular dependency between ModalGalleryService and ModalGalleryComponent #262 (implemented by @StenCalDabran)
ks89
published 11.1.0 •

Changelog

Source

11.1.0

Features

  • add sources to improve LCP, loading and fetchpriority attributes #260 (implemented by @luca-peruzzo)

Tests

  • add missing keyboard-navigation.directive test file

Examples

  • fix bad 'add image' button CSS in all examples

Docs

  • fix bad docs in swipe.directive
ks89
published 11.1.0-rc.1 •

Changelog

Source

11.1.0-rc.1

Features

  • add sources to improve LCP, loading and fetchpriority attributes #260 (implemented by @luca-peruzzo)
ks89
published 11.0.0 •

Changelog

Source

11.0.0

Migrate from 10.0.0 to 11.0.0 - Check the official guide HERE

Features

  • remove hammerjs dependency (because deprecated) to mange swipe events preferring a custom directive #218 (BREAKING CHANGE)
  • remove mousetrap dependency to manage ctrl+s/meta+s event to save the current image in modal-gallery component. This in a very important change, because from now you won't be able to customize ctrl+s/meta+s shortcuts #237 (BREAKING CHANGE)
ks89
published 11.0.0-rc.1 •

Changelog

Source

11.0.0-rc.1

Migrate from 10.0.0 to 11.0.0 - Check the official guide HERE

Features

  • remove hammerjs dependency (because deprecated) to mange swipe events preferring a custom directive #218 (BREAKING CHANGE)
  • remove mousetrap dependency to manage ctrl+s/meta+s event to save the current image in modal-gallery component. This in a very important change, because from now you won't be able to customize ctrl+s/meta+s shortcuts #237 (BREAKING CHANGE)
ks89
published 10.0.1 •

Changelog

Source

10.0.1

Bugfixes

  • fix examples, readme file and Github Action workflow
ks89
published 10.0.0 •

Changelog

Source

10.0.0

Features

  • Angular 15 is required (BREAKING CHANGE)
ks89
published 10.0.0-rc.1 •

Changelog

Source

10.0.0-rc.1

Features

  • Angular 14 is required (BREAKING CHANGE)
ks89
published 9.1.0 •

Changelog

Source

9.1.0

A special thanks to @locinus for PRs #254 and #257

Features

  • modal gallery previews can be customized using a template #254 (see example F3 - (id=902) in this repository), implemented by @locinus

Bugfixes

  • clicking the right image arrow always shifts the displayed previews, even in cases where it shouldn't, for instance for n>=3 and current=0 (root cause of 'clipping' effects when navigating away from first/last preview) #257, implemented by @locinus
  • the number of displayed previews sometimes oscillate between n (number of requested previews in config) and n-1/n+1 while navigating (for example for n=4 or n=5) #257, implemented by @locinus
  • when opening the modal and navigating to the last preview by clicking on the right preview arrow, it's impossible to then click on the left preview arrow (same from last to first and clicking on the right preview arrow) #257, implemented by @locinus
  • In infinite sliding, the left and right preview arrows should be always visible (except if nbPreviews < nbImages) #257, implemented by @locinus
234567Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc