-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
414 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,39 @@ | ||
# Changelog | ||
|
||
#### v0.0.1 | ||
> The changelog just includes breaking changes along with its migration instructions. | ||
## v0.7.0 | ||
|
||
<!--This version includes tons of fixes, new features and improvements which was collected over the last two years.--> | ||
|
||
List of new features: | ||
|
||
- Added video support | ||
- Added support for mounting HTML node fragments as slides (now you can add everything as a slide) | ||
- Added download feature | ||
- Added support for adaptive responsive images (by viewport size, pixel ratio and available internet bandwidth) | ||
- Added support for a customizable button in the footer section of a slide | ||
- Added support for additional callbacks `onclick` (for the footer button), `onshow` and `onclose` | ||
- Added new feature `fit` which can autofit the image as "cover" or as "contain" | ||
- Added support for adding and removing custom controls via `addControl` and `removeControl` | ||
|
||
List of improvements: | ||
|
||
- Greatly improves performance, this lib is definitely the web's most performant gallery library. | ||
- Improve rendering, style recalculations and layout reflow | ||
- Improve memory usage and listener bindings | ||
- Improve event flow | ||
- Improve event delegation for touchable pointers | ||
- Improve animation handler | ||
- Improve options and group options inheritance | ||
- Improve prevention of css class collision | ||
- Improve initialization and build-up | ||
- Improve markup declaration and parsing | ||
- Improve the history handler to catch the "back" button | ||
- Improve scheduling of the menu auto-hide | ||
- Improve handling of custom themes | ||
- Fixed a lot of bugs | ||
|
||
## v0.0.1 | ||
|
||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.