@ahanapediatrics/react-volume-meter
Version:
A volume meter React component
169 lines (75 loc) โข 6.72 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [5.10.1](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.10.0...v5.10.1) (2022-03-17)
## [5.10.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.9.0...v5.10.0) (2022-02-21)
### Features
* ๐ธ update React version ([da1f021](https://github.com/ahana-pediatrics/react-volume-meter/commit/da1f021f6bc534d367146b49b2945be623ea236e))
## [5.9.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.8.0...v5.9.0) (2020-05-03)
### Features
* ๐ธ auto-clear the watchdog timer ([3d50985](https://github.com/ahana-pediatrics/react-volume-meter/commit/3d50985e2245e3d93682bc314d2633129ed6e5a9))
## [5.8.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.7.0...v5.8.0) (2020-05-02)
### Features
* ๐ธ add console logging to Storybook ([25d5dd7](https://github.com/ahana-pediatrics/react-volume-meter/commit/25d5dd72c70341d8c164405afdd7192ff99fad4e))
### Bug Fixes
* ๐ improve behaviour at over-loud volumes ([a11f390](https://github.com/ahana-pediatrics/react-volume-meter/commit/a11f390353403dde6c4f50779f98ad77e4df50fb))
* Patrick Bakke's awesome fix!! ([14576ff](https://github.com/ahana-pediatrics/react-volume-meter/commit/14576fff683840ddec1b8ef1d204999fed313131))
### [5.7.3](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.7.2...v5.7.3) (2020-05-01)
### [5.7.2](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.7.1...v5.7.2) (2020-05-01)
### [5.7.1](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.7.0...v5.7.1) (2020-04-29)
### Bug Fixes
* ๐ improve behaviour at over-loud volumes ([134af19](https://github.com/ahana-pediatrics/react-volume-meter/commit/134af19abc967210b744065dfa8b870a98a62c0f))
## [5.7.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.6.1...v5.7.0) (2020-04-28)
### Features
* ๐ธ detect when animator is not running and display message ([a3008b2](https://github.com/ahana-pediatrics/react-volume-meter/commit/a3008b202fa715945903d9d109f28741b2bec027))
### [5.6.1](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.6.0...v5.6.1) (2020-04-28)
### Bug Fixes
* ๐ make sure that `enabled` is updated on start and stop ([88ad617](https://github.com/ahana-pediatrics/react-volume-meter/commit/88ad61747e5a745536d036dc370002d97a9ded42))
## [5.6.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.5.0...v5.6.0) (2020-04-28)
### Features
* ๐ธ add watchdog timer ([538dd4f](https://github.com/ahana-pediatrics/react-volume-meter/commit/538dd4f6fb80c97610cee08d2ba72f787c9fd50d))
### Bug Fixes
* ๐ make sure `track.stop()` works ([479944c](https://github.com/ahana-pediatrics/react-volume-meter/commit/479944c3845493151da1763c7b9006f3c603cf11))
## [5.5.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.4.0...v5.5.0) (2020-04-28)
### Features
* ๐ธ report multiple tracks in a stream ([7bc5203](https://github.com/ahana-pediatrics/react-volume-meter/commit/7bc520360db439613d48ae8aa6f154360cf45e7f))
## [5.4.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.3.0...v5.4.0) (2020-04-28)
### Features
* ๐ธ detect when a track has ended ([b9ba7e9](https://github.com/ahana-pediatrics/react-volume-meter/commit/b9ba7e98aff0eb29a9f9eae6f2b133466590c65b))
## [5.3.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.2.0...v5.3.0) (2020-04-27)
### Features
* ๐ธ add CircleRenderer; improve mute response ([8cc3571](https://github.com/ahana-pediatrics/react-volume-meter/commit/8cc3571a8f702d2666a53b4778c8405376e0b5b5))
## [5.2.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.1.0...v5.2.0) (2020-04-23)
### Features
* ๐ธ provide ability to unmute ([329de70](https://github.com/ahana-pediatrics/react-volume-meter/commit/329de70e45b5987d3765b846d7b6e32ab41b489a))
## [5.1.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.0.1...v5.1.0) (2020-04-23)
### Features
* ๐ธ display message if there is no input ([7fa8a73](https://github.com/ahana-pediatrics/react-volume-meter/commit/7fa8a73ec3edd2885825f4c9b9c2d2ca49d1a666))
### [5.0.1](https://github.com/ahana-pediatrics/react-volume-meter/compare/v5.0.0...v5.0.1) (2020-04-23)
### Bug Fixes
* ๐ replace onstatechange with event listener ([ad68730](https://github.com/ahana-pediatrics/react-volume-meter/commit/ad68730ff7b36ebd8527829ffcc171942e82ac80))
## [5.0.0](https://github.com/ahana-pediatrics/react-volume-meter/compare/v4.1.1...v5.0.0) (2020-04-23)
### โ BREAKING CHANGES
* ๐งจ Brand new interface that is not backward compatible
### Features
* ๐ธ update interface to take stream instead of node ([f99d2c4](https://github.com/ahana-pediatrics/react-volume-meter/commit/f99d2c47e3388081b8930553acb0e564dddaa405))
### [4.1.1](https://github.com/ohana-pediatrics/react-volume-meter/compare/v4.1.0...v4.1.1) (2020-04-22)
## [4.1.0](https://github.com/ohana-pediatrics/react-volume-meter/compare/v4.0.2...v4.1.0) (2020-01-02)
### Features
* ๐ธ support undefined AudioContexts ([75bb6d7](https://github.com/ohana-pediatrics/react-volume-meter/commit/75bb6d77e19a690640807615661edd46f4d246e8))
### [4.0.2](https://github.com/ohana-pediatrics/react-volume-meter/compare/v4.0.1...v4.0.2) (2019-12-06)
### Bug Fixes
* ๐ change to the right FP version in peer dependencies ([27ef6be](https://github.com/ohana-pediatrics/react-volume-meter/commit/27ef6be39bf9e5c545d92f3c33abda2b05023260))
### [4.0.1](https://github.com/ohana-pediatrics/react-volume-meter/compare/v4.0.0...v4.0.1) (2019-12-06)
### Bug Fixes
* ๐ set Ahana FP version incorrectly ([a37d239](https://github.com/ohana-pediatrics/react-volume-meter/commit/a37d2392f217e8dd0cca32b78728a0d1b77620b9))
## [4.0.0](https://github.com/ohana-pediatrics/react-volume-meter/compare/v3.0.0...v4.0.0) (2019-12-06)
### โ BREAKING CHANGES
* Updated dependency to Ahana FP means old code may break
### Bug Fixes
* ๐ update dependency on Ahana FP ([44d024e](https://github.com/ohana-pediatrics/react-volume-meter/commit/44d024e0fc0038e1624935ee0e777e83878ae899))
## [3.0.0](https://github.com/ohana-pediatrics/react-volume-meter/compare/v2.9.0...v3.0.0) (2019-12-01)
### โ BREAKING CHANGES
* Change of behaviour to changing input node means that old code may not
work
### Features
* ๐ธ perform major rework ([ee9847e](https://github.com/ohana-pediatrics/react-volume-meter/commit/ee9847e5ede527e290c3c45da845ca3bed315648))