🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-countdown-circle-timer

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-countdown-circle-timer - npm Package Versions

2345

3.2.1

Diff
v
vydimitrov
published 3.2.1 •

Changelog

Source

3.2.1

Fix

  • Build packages before publish to include changes from v.3.2.0
v
vydimitrov
published 3.2.0 •

Changelog

Source

3.2.0

Features

  • Add isGrowing prop that indicates if the progress should grow instead of shrink. Thanks @bonqus!

Fix

  • Workflow action to run tests and publish results
v
vydimitrov
published 3.1.0 •

Changelog

Source

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.
v
vydimitrov
published 3.0.9 •

Changelog

Source

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.
v
vydimitrov
published 3.0.8 •

Changelog

Source

3.0.8

Fix

  • Draft a new release since the previous one did not include the type update
v
vydimitrov
published 3.0.7 •

Changelog

Source

3.0.7

Fix

  • Extend strokeLinecap to support "butt" option
v
vydimitrov
published 3.0.6 •

Changelog

Source

3.0.6

Fix

  • Fix README on both packages and sync up versions
v
vydimitrov
published 3.0.4 •

Changelog

Source

3.0.4

Fix

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

Changelog

Source

3.0.3

Fix

  • Accept a new argument from onComplete that can control the initialRemainingTime
v
vydimitrov
published 3.0.2 •

Changelog

Source

3.0.2

Fix

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