Skip to content

Bump react-countdown-circle-timer from 2.5.1 to 3.0.6#73

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-countdown-circle-timer-3.0.6
Closed

Bump react-countdown-circle-timer from 2.5.1 to 3.0.6#73
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-countdown-circle-timer-3.0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps react-countdown-circle-timer from 2.5.1 to 3.0.6.

Release notes

Sourced from react-countdown-circle-timer's releases.

v3.0.6

This release includes fixes for issues that were found after the v3 release:

Fixes

  • Fix README on both packages and sync up versions
  • The animating path is visible when the animation is over on Android. To fix it we check if the elapsed time is equal the duration
  • Upgrade use-elapsed-time to fix an issue where the newStartAt was not respected
  • Accept a new argument from onComplete that can control the initialRemainingTime
  • Move types close to the web and mobile packages since TypeScript can not reexport submodules. Issue microsoft/TypeScript#8305
  • Add README to mobile package
  • Add README for web package so it shows in NPM

v3.0.0

In v3 both packages - web and mobile are rewritten in TypeScript and bunch of improvements are added:

Improvements

  • The Web and Mobile packages are now written in TypeScript
  • PNPM is now used as package manager as well as to handle the monorepo
  • Webpack is replaced by Esbuild to bundle the code and run dev server
  • PropTypes are no longer required as peerDependencies. The component relays on the TypeScript types
  • New prop updateInterval is added to control how often the timer should be updated
  • New prop colorsTime is added to handle the times when a color should switch to the next color. This was part of the colors prop before
  • New prop isSmoothColorTransition indicates if the colors should smoothly transition to the next color or just change the color when the time comes
  • New event handler onUpdate will fire every time the time changes
  • Reduce overall bundle size and provide ES module export for the Web package

Breaking changes

  • IE is no longer supported
  • colors prop now is either: Single color in any valid color format or URL to a gradient; Array of colors in HEX format. At least 2 colors should be provided.
  • Gradient is no longer supported out of the box and isLinearGradient and gradientUniqueKey are now deprecated. The gradient can be set from outside of the component. Please refer to the recipes section.
  • ariaLabel and renderAriaTime are also deprecated. Refer to the recipes section to check how this can be implemented.
  • children prop now accepts only a render function and it does not take a React component as a children

React Native (mobile) changes

  • The Mobile package does not rely on AnimatedPath to animate the SVG path but instead it uses the animation event loop from use-elapsed-time. Thus now both packages - web and mobile share the same core logic to animate the path. Performance comparison shows that the later approach is much more performant.

v2.5.4

2.5.4 (2021-08-29)

Note: Version bump only for package countdown-circle-timer-monorepo

v2.5.3

2.5.3 (2021-05-13)

Bug Fixes

... (truncated)

Changelog

Sourced from react-countdown-circle-timer's changelog.

3.0.6

Fix

  • Fix README on both packages and sync up versions

3.0.5

Fix(mobile)

  • The animating path is visible when the animation is over on Android. To fix it we check if the elapsed time is equal the duration

3.0.4

Fix

  • Upgrade use-elapsed-time to fix an issue where the newStartAt was not respected

3.0.3

Fix

  • Accept a new argument from onComplete that can control the initialRemainingTime

3.0.2

Fix

  • Move types close to the web and mobile packages since TypeScript can not reexport submodules. Issue microsoft/TypeScript#8305
  • Add README to mobile package

3.0.1

Fix

  • Add README for web package so it shows in NPM

3.0.0

Improvements

  • The Web and Mobile packages are now written in TypeScript
  • PNPM is now used as package manager as well as to handle the monorepo
  • Webpack is replaced by Esbuild to bundle the code and run dev server
  • PropTypes are no longer required as peerDependencies. The component relays on the TypeScript types
  • New prop updateInterval is added to control how often the timer should be updated
  • New prop colorsTime is added to handle the times when a color should switch to the next color. This was part of the colors prop before
  • New prop isSmoothColorTransition indicates if the colors should smoothly transition to the next color or just change the color when the time comes
  • New event handler onUpdate will fire every time the time changes
  • Reduce overall bundle size and provide module export for the Web package

... (truncated)

Commits
  • d3ff788 chore(release): publish v3.0.6 ✨ 🚀
  • 0c71e79 chore: update README for all packages
  • 104e0ae fix: README labels for mobile package
  • 23c259e chore: update main README
  • 9ab08cb fix: animating path visible on Android when animation is over
  • 485b32e fix: upgrade use-elapsed-time to respect newStartAt
  • 8a89ebe fix: accept argument to control initial remaining time
  • 7ace29a fix: move types close to packages
  • 229f9f0 chore: bump version
  • 46949ab fix: add README for web package only
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-countdown-circle-timer](https://github.com/vydimitrov/react-countdown-circle-timer) from 2.5.1 to 3.0.6.
- [Release notes](https://github.com/vydimitrov/react-countdown-circle-timer/releases)
- [Changelog](https://github.com/vydimitrov/react-countdown-circle-timer/blob/master/CHANGELOG.md)
- [Commits](vydimitrov/react-countdown-circle-timer@v2.5.1...v3.0.6)

---
updated-dependencies:
- dependency-name: react-countdown-circle-timer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2022

Superseded by #76.

@dependabot dependabot bot closed this Jan 31, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-countdown-circle-timer-3.0.6 branch January 31, 2022 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants