UNPKG

react-tunes-player

Version:

A simple .ogg/.mp3 player.

47 lines (38 loc) 1.7 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## vnext - update volume to use slider ## [6.0.0] - 2022-06-23 ### Changed - adding `oldPlayer` toggle to toggle between old player and new v6 player - [@zulucoda](https://github.com/zulucoda). - layout - update to use grid - v6 player - [@zulucoda](https://github.com/zulucoda). - themes - [@zulucoda](https://github.com/zulucoda). 1. dark theme 2. light theme - update buttons to use [lucid-icons](https://github.com/lucide-icons/lucide) - [@zulucoda](https://github.com/zulucoda). 1. play button 2. previous button 3. next button - adding css class name for styling overrides - [@zulucoda](https://github.com/zulucoda). ## [5.0.0] - 2020-07-25 ### Changed - adding react-tunes-player type declaration (index.d.ts) ## [4.0.2] - 2019-08-20 ### Changed - upgrade to using hooks - fixed [coveralls](https://coveralls.io/github/zulucoda/react-tunes-player?branch=master) - [@zulucoda](https://github.com/zulucoda). - adding tests using @testing-library/react - [@zulucoda](https://github.com/zulucoda). ## [4.0.1] - 2019-08-18 ### Changed - update README.md [@zulucoda](https://github.com/zulucoda). ## [4.0.0] - 2019-08-18 ### Changed - projected updated [@zulucoda](https://github.com/zulucoda). - player updated [@zulucoda](https://github.com/zulucoda). - using React Hooks [@zulucoda](https://github.com/zulucoda). ## [3.0.0] - 2018-08-23 ### Changed - release version 3.0.0 [@zulucoda](https://github.com/zulucoda).