-
Notifications
You must be signed in to change notification settings - Fork 157
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
1 parent
2ecde05
commit 2fa3e6d
Showing
6 changed files
with
37 additions
and
21 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,28 +1,33 @@ | ||
# Headhesive changelog | ||
|
||
## v1.2.4 | ||
- Fix resize event when using numerical offset | ||
- Fix destroy method for resize event | ||
- Changelog corrections | ||
|
||
## v1.2.3 | ||
- [Fix] Readme correction | ||
- Readme correction | ||
|
||
## v1.2.2 | ||
- [Fix] Fix UMD support | ||
- Fix UMD support | ||
|
||
## v1.2.1 | ||
- [Fix] Bump version to publish to npm | ||
- Bump version to publish to npm | ||
|
||
## v1.2.0 | ||
- [Feature] Add UMD support | ||
- [Feature] Allow to select either the top or bottom of the offset element | ||
- [Feature] Update the offset position on browser resize | ||
- Add UMD support | ||
- Allow to select either the top or bottom of the offset element | ||
- Update the offset position on browser resize | ||
- Publish to npm | ||
- Add license file | ||
- [Fix] Make the clone version lower z-index than original. Prevents visual overlap of both when scrolling quickly | ||
- Make the clone version lower z-index than original. Prevents visual overlap of both when scrolling quickly | ||
|
||
## v1.1.1 | ||
- [Fix] Fix class naming | ||
- Fix class naming | ||
|
||
## v1.1.0 | ||
- [Feature] Call the init method interally on instance creation | ||
- [Fix] Destroy method to only destroy it's instance | ||
- Call the init method internally on instance creation | ||
- Destroy method to only destroy it's instance | ||
|
||
## v1.0.0 | ||
- Inital | ||
- Initial |
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,6 +1,6 @@ | ||
{ | ||
"name": "Headhesive.js", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"homepage": "http://markgoodyear.com/labs/headhesive/", | ||
"authors": [ | ||
"Mark Goodyear <[email protected]> (http://markgoodyear.com)" | ||
|
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.
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