Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency headroom.js to ^0.12.0 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
headroom.js (source) ^0.9.4 -> ^0.12.0 age adoption passing confidence

Release Notes

WickyNilliams/headroom.js

v0.12.0

Compare Source

v0.11.0: Support for multiple classes

Compare Source

This release adds support for multiple classes. This can be of particular use when using atomic CSS classes.

To use, pass a string with a space-separated list of classes in your options:

const hr = new Headroom(element, {
  classes: {
    pinned: "first-class second-class", 
    unpinned: "third-class fourth-class"
  } 
});
hr.init();

v0.10.4

Compare Source

This release fixes a bug where classes such as top were not added when Headroom is initialised, only after the user first scrolls.

v0.10.3

Compare Source

This release contains a breaking change for IE11, with the introduction of Object.assign.

Please be aware this needs to be polyfilled if you wish to support IE11. Alternatively, you can wrap your initialisation code in a condition to avoid instantiation on unsupported browsers:

if(Headroom.cutsTheMustard) {
  // initialise headroom
}

v0.10.2

Compare Source

v0.10.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/headroom.js-0.x branch 3 times, most recently from 944a25b to 4a6c25c Compare October 14, 2019 09:48
@renovate renovate bot changed the title fix(deps): update dependency headroom.js to ^0.10.0 fix(deps): update dependency headroom.js to ^0.11.0 Jan 16, 2020
@renovate renovate bot changed the title fix(deps): update dependency headroom.js to ^0.11.0 fix(deps): update dependency headroom.js to ^0.12.0 Oct 29, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant