bump(deps): update dependency countup.js to v2.8.0 #705
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.0
->2.8.0
Release Notes
inorganik/countUp.js (countup.js)
v2.8.0
: 2.8.0Compare Source
Added
onStartCallback
option, useful for when scroll spy is enabled, thanks to @cherrol !v2.7.1
Compare Source
v2.7.0
: 2.7.0Compare Source
Reverted change which made "main" in package.json point to the module file, instead of the umd file. It now points again at the umd file.
v2.6.2
: 2.6.2Compare Source
When revamping the build, I tried to resolve a rollup warning that had been occurring on the build for a long time:
It occurs because of typescript's Object.assign polyfill, which uses
this
on the global scope. If you setcontext: 'window'
in the rollup config, it will silence the warning, but it will cause issues if CountUp is not run in the browser. Allowing rollup to rewrite this to undefined on just the global scope is harmless and doesn't break anything, so I reverted the change.v2.6.1
: 2.6.1Compare Source
This release doesn't change the CountUp code at all, just the distribution files - The requestAnimationFrame polyfill is no longer bundled with CountUp but served separately. The other files in dist remain the same. More details in the PR: #311
v2.6.0
: 2.6.0Compare Source
Support animation plugins: A plugin is a class instance or object passed in options for the
plugin
param that implements a render method:The plugin's render method will be called on each frame to display the formatted value instead of CountUp's.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.