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

react-progress-bar-timer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-progress-bar-timer - npm Package Versions

0.3.4

Diff
wasaab
published 0.3.4 •

Changelog

Source

[0.3.4] - 2022-06-11

Changed

  • styles merged via useStyles instead of cx
  • default colors
  • repo name aligned with package name
wasaab
published 0.3.3 •

Changelog

Source

[0.3.3] - 2022-06-11

Added

  • default values in usage docs
  • deployed parcel app url in readme

Fixed

  • chromatic build fixed for checkout@v2
  • parcel build
wasaab
published 0.3.2 •

Changelog

Source

[0.3.2] - 2022-06-11

Added

  • readme
  • git tag & npm publish github workflow
wasaab
published 0.3.1 •

Changelog

Source

[0.3.1] - 2022-06-07

Added

  • chromatic github workflow for CI/CD
  • chromatic dep to publish storybook

Fixed

  • storybook glob
wasaab
published 0.3.0 •

Changelog

Source

[0.3.0] - 2022-06-07

Added

  • onFinish callback prop

Changed

  • unique package name to allow for npm publish
  • useTimer hook extracted from ProgressTimer
  • only publishing dist to npm, not src
  • components moved to components/
wasaab
published 0.2.0 •

Changelog

Source

[0.2.0] - 2022-06-02

Added

  • ProgressTimer, stories, and test
  • example parcel app
  • mui, emotion, and tss-react deps
  • .eslintrc added to disable tsdx's prettier plugin rules

Changed

  • .parcel-cache ignored by git and npm
  • size limit 10kB -> 350kB

Fixed

  • tsdx's version of TS now matches project
  • VS Code uses TS version of project
  • tsconfig using proper "react-jsx" value of "jsx" key
  • only testing node versions supported by tsdx in git workflow