Skip to content

Releases: jsilvermist/sl-gallery

Fix for dom tags and updates (2.3.2)

25 Mar 22:34
Compare
Choose a tag to compare
  • Fix dom-repeat and dom-if causing issues in gallery
  • Update dependencies from pre-release to latest
  • Update testing from Node 9 to Node 10

Modularized (2.3.1)

29 Jun 17:44
Compare
Choose a tag to compare
  • Refactored overlay to its own element.
  • Improved clarity of code across all elements

Improve State Handing (2.2.0)

20 Jun 03:56
Compare
Choose a tag to compare

Refactored a ton of state logic, removed outdated or unneeded code, and improved general readability.

Simple Routing System (2.1.0)

20 Jun 03:41
Compare
Choose a tag to compare

Now uses a simple hashchange based routing system instead of app-route and app-location.

Polymer 3 / ES Modules (2.0.0)

20 Jun 03:29
Compare
Choose a tag to compare

This release marks the transition from:

  • Polymer 2 -> Polymer 3
  • HTML Imports -> ES Modules
  • Bower -> NPM

If you wish to continue using bower, please make sure to use version 1 still, so ^1.0.0 in bower.

For more info about using this gallery with Polymer 3, see the README.

Ease Image Styling (1.0.2)

17 May 18:40
d6242a4
Compare
Choose a tag to compare

Uses background-repeat: no-repeat; on grid images to make custom styling easier.

Caption fix (1.0.1)

18 Dec 23:58
Compare
Choose a tag to compare

Fixes caption with some slight improvements.

Initial release (1.0.0)

17 Dec 21:33
Compare
Choose a tag to compare

Initial release of sl-gallery, a Polymer and web-components based photo gallery using a hash-route based system to easily create a photo gallery complete with a full-screen slideshow experience!