Skip to content

Releases: AwesomeWebProjects/react-player

v1.0.0

26 Sep 19:44
Compare
Choose a tag to compare

News

  • Add alias to the following folders: assets, components, modules, utils, mixins, context, parser
  • Add React Context API to project
  • Add option to import the audio component (import { Audio } from ... )
  • Add option to run the audio processing and requests into a web worker or in main thread
  • Add option to pass tracks as prop to component and the thread (worker, main)

Example of tracks array:

        tracks: [
          {
            name: 'Small Piece of music LND',
            artist: 'League of Legends',
            url: shortLegendsNeverDie // imported or URL
          },
          {
            name: 'Legends Never Die',
            artist: 'League of Legends',
            url: legendsNeverDie // imported or URL
          },
          {
            name: 'Rise',
            artist: 'League of Legends',
            url: rise // imported or URL
          },
          {
            name: 'Fantastic - Cinematic Sound',
            artist: 'AudioJungle',
            url: fantastic // imported or URL
          },
        ],

Updates

  • Organize devDepencencies and dependencies correctly
  • Update ReactJS from 16.7.0 to 16.8.6
  • Update all plugins and dependencies
  • Organize project structure
  • Update imports

Fixes

  • Fix change volume error when player not started

v0.1.2.1

25 Jul 12:23
73230f5
Compare
Choose a tag to compare

News

Updates

  • Disable project PWA

Fixes

  • Fix dependencies insecurity

Note: prepare app to update react, plugins and somethings. The next release will be a major.

v0.1.2

29 Jan 00:54
Compare
Choose a tag to compare

News

  • Enable project PWA

Updates

  • Update app info
  • Update app name
  • Update app title
  • Update project logo

Fixes

  • Fix missed canvas when resize window

v0.1.1

26 Jan 19:12
Compare
Choose a tag to compare
  • Eject CRA configurations
  • Use stylus in components instead pure CSS
  • Add web worker support into project
  • Improve CPU usage when player state is paused
  • Add app version to footer
  • Update popup shortcut event
  • Refactor into stream read function to access global context
  • Add image of player to the readme.md
  • Update readme to add demo link
  • Remove event 'fullSongLoaded'

https://dazzling-jang-471a34.netlify.com/