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

Bump react-countdown-circle-timer from 2.5.1 to 3.1.0 #146

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

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

Release notes

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

v3.1.0

Features:

  • Add viewBox prop to the svg element for the wen and mobile packages. The viewBox prop will make the countdown timer responsive and it will adjust its size according to the element outside.

v3.0.9

Fix

  • Fix for #193. This is fix for the issue where types for the hook are referenced by the shared package, which is not exported. To solve the problem now we copy the types from the shared package and add them to each package when bundling the code. This is not the best solution but it is the simplest. Once we have a good way to bundle types from monorepo this can be changed.

v3.0.8

Fix

Draft a new release since the previous one did not include the type fix

v3.0.7

Fix

Extend strokeLinecap to support "butt" option

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.

... (truncated)

Changelog

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

3.1.0

Features

  • Add viewBox prop to the svg element for the wen and mobile packages. The viewBox prop will make the countdown timer responsive and it will adjust its size according to the element outside.

3.0.9

Fix

  • Fix for #193. This is fix for the issue where types for the hook are referenced by the shared package, which is not exported. To solve the problem now we copy the types from the shared package and add them to each package when bundling the code. This is not the best solution but it is the simplest. Once we have a good way to bundle types from monorepo this can be changed.

3.0.8

Fix

  • Draft a new release since the previous one did not include the type update

3.0.7

Fix

  • Extend strokeLinecap to support "butt" option

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

... (truncated)

Commits
  • 4a29ec5 chore(release): publish v3.1.0 ✨ 🚀
  • 71885a6 chore: remove simple-git-hook and nano-staged packages
  • 2dde369 feat: add a viewBox to the svg element for better scaling (#224)
  • be54121 fix(typo): grammar (#222)
  • ecfb606 docs: update CHANGELOG for 3.0.9
  • 89eb9cc fix: export useCountdown types fixes #193
  • 889acc3 fix: update docs for RN gradient closes #194
  • 9e01e72 chore(release): publish v3.0.8 ✨ 🚀
  • 4991279 fix: extend strokeLinecap to support butt
  • d3ff788 chore(release): publish v3.0.6 ✨ 🚀
  • 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.1.0.
- [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.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2022
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