Releases: jsilvermist/sl-gallery
Releases · jsilvermist/sl-gallery
Fix for dom tags and updates (2.3.2)
- Fix
dom-repeat
anddom-if
causing issues in gallery - Update dependencies from pre-release to latest
- Update testing from Node 9 to Node 10
Modularized (2.3.1)
- Refactored overlay to its own element.
- Improved clarity of code across all elements
Improve State Handing (2.2.0)
Refactored a ton of state logic, removed outdated or unneeded code, and improved general readability.
Simple Routing System (2.1.0)
Now uses a simple hashchange
based routing system instead of app-route
and app-location
.
Polymer 3 / ES Modules (2.0.0)
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)
Uses background-repeat: no-repeat;
on grid images to make custom styling easier.
Caption fix (1.0.1)
Fixes caption with some slight improvements.
Initial release (1.0.0)
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!