bump(deps): update dependency countup.js to v2.8.0#705
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
bump(deps): update dependency countup.js to v2.8.0#705renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
❌ Deploy Preview for defichain-website failed.
|
49fdb00 to
be27b5d
Compare
be27b5d to
d7ee72c
Compare
d7ee72c to
1f255df
Compare
e86d273 to
35c41ca
Compare
35c41ca to
c2f0088
Compare
c2f0088 to
2e05211
Compare
0d9d2cc to
428b4ab
Compare
428b4ab to
cbdeafe
Compare
09b0dcb to
f619749
Compare
3cc6924 to
95f1ba0
Compare
95f1ba0 to
eb0b9ea
Compare
eb0b9ea to
6f3c7a0
Compare
6f3c7a0 to
8609ce2
Compare
8609ce2 to
fd32a4d
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0Release Notes
inorganik/countUp.js (countup.js)
v2.8.0: 2.8.0Compare Source
Added
onStartCallbackoption, useful for when scroll spy is enabled, thanks to @cherrol !v2.7.1Compare 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
thison 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
pluginparam 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.