-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from tomik23:onResize
OnResize new callback function
- Loading branch information
Showing
13 changed files
with
719 additions
and
387 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"semi": true, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"endOfLine": "auto", | ||
"printWidth": 80 | ||
} |
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,51 +1,79 @@ | ||
## v1.0.13 (2021-06-17) | ||
|
||
### Added | ||
|
||
- callback function `onResize` | ||
|
||
### Changed | ||
|
||
- callback function, name change from `onCleared` to `onClose` and `onLoaded` to `onOpen` | ||
|
||
## v1.0.12 (2021-06-13) | ||
|
||
### Changed | ||
|
||
- fix: scrollTop not always work [#28](https://github.com/tomik23/zooom.js/issues/28) | ||
|
||
## v1.0.11 (2021-04-16) | ||
|
||
### Added | ||
|
||
- New example - leading color | ||
|
||
## v1.0.10 (2021-03-30) | ||
|
||
### Added | ||
|
||
- Create a separate photo with styles for each click, fixed problem when photo is in overflow element | ||
|
||
### Changed | ||
|
||
- fix: Fixed problem when photo is in overflow element | ||
- Removal of style from main photo | ||
- Replaced node-sass to sass | ||
- The browserslist extension | ||
- Remove interface ImageParameters | ||
|
||
## v1.0.9 (2020-11-20) | ||
|
||
### Added | ||
|
||
- UMD file | ||
- Renaming a variable | ||
- Banner from rollup.js | ||
|
||
### Changed | ||
|
||
- Removed banner plugin | ||
|
||
## v1.0.8 (2020-09-09) | ||
|
||
### Added | ||
|
||
- New photos for example | ||
- Adding vertical photos | ||
- Example figure with picture | ||
|
||
### Changed | ||
|
||
- Removed padding | ||
- Converted to typescript | ||
|
||
## v1.0.7 (2020-09-07) | ||
|
||
### Changed | ||
|
||
- Lightbox animation not always appearing [#15](https://github.com/tomik23/zooom.js/issues/15) | ||
|
||
## v1.0.6 (2020-09-06) | ||
|
||
### Added | ||
|
||
- Debounce to resize window | ||
- Two helpers functions `onLoaded`, `onCleared` | ||
- Changelog.md | ||
|
||
### Changed | ||
|
||
- Change fade(in/out) from js to css | ||
- Separate style | ||
- Separate style |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.