Skip to content

Latest commit

 

History

History
313 lines (171 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

313 lines (171 loc) · 5.39 KB

v2.3.0 (2020-12-14)

Add

  • Add ability to dynamically change posters

Update

  • Update babel and eslint configs

v2.2.2 (2020-12-11)

Bump

  • Bump elliptic from 6.5.2 to 6.5.3
  • Bump lodash from 4.17.15 to 4.17.19
  • Bump websocket-extensions from 0.1.3 to 0.1.4

Update

  • Update npmignore
  • Update dependencies

Use

v2.2.1 (2020-05-22)

Set

  • Set poster if available
  • Set player poster from options

Update

  • Update tests
  • Update dependencies

v2.2.0 (2020-04-19)

Replace

  • Replace emit props with $listeners 🎨

Test

  • Test if event handler is called ✅

Update

  • Update dependencies
  • Update readme 📝

v2.1.6 (2020-03-11)

Remove

  • Remove np config, update package.json

Update

  • Update dependencies

v2.1.5 (2019-12-22)

Bump

  • Bump eslint-utils from 1.4.0 to 1.4.2

Update

  • Update dependencies

v2.1.4 (2019-09-24)

Add

  • Add prepare command to package.json

Update

  • Update CHANGELOG.md

v2.1.2 (2019-09-24)

v2.1.1 (2019-09-24)

Tweeak

  • Tweeak publishing

v2.1.0 (2019-09-24)

Export

  • Export Plyrue component to be available for use without plugin

Update

  • Update CHANGELOG
  • Update dependencies
  • Update README.md
  • Update tests to import Plyrue component from index.js

v2.0.6 (2019-09-19)

Update

  • Update dependencies

v2.0.5 (2019-08-07)

Lock

  • Lock rollup-plugin-vue because of vue-runtime-helpers

Update

  • Update dependencies

v2.0.4 (2019-07-24)

Update

  • Update dependencies, npm audit fix

v2.0.3 (2019-06-22)

Create

  • Create LICENSE

Merge

  • Merge branch 'master' of github.com:zcuric/plyrue

Update

  • Update dependencies, add repository and licences field
  • Update dependencies
  • Update issue templates
  • Update CHANGELOG.md

v2.0.2 (2019-06-01)

Update

  • Update babel config and add np-config.json

v2.0.1 (2019-06-01)

Add

  • Add CHANGELOG.md

v2.0.0 (2019-06-01)

Add

  • Add .chglog
  • Add bagdes
  • Add circleci
  • Add tests
  • Add root class for plugin
  • Add main plyrue component
  • Add pre-commit hook for linting

Create

  • Create example in its own directory

Format

  • Format code with prettier

Implement

  • Implement Default component
  • Implement Video and VideoEmbed components
  • Implement Audio component

Remove

  • Remove Main.js and make Plyrue.vue main

Start

  • Start updating README.md

Update

  • Update README.md
  • Update README.md
  • Update example
  • Update plugin entry index.js
  • Update plyrue components
  • Update dependencies
  • Update plugin setup, enable addition of options
  • Update root Pyrue component to utilize new components
  • Update dependencies

v1.1.5 (2019-03-18)

Include

  • Include styles import 🔧

Update

  • Update demo 💅

v1.1.4 (2019-03-18)

Import

  • Import CSS correctly

v1.1.3 (2019-03-18)

Lock

  • Lock rollup-plugin-vue because of vue-runtime-helpers

v1.1.2 (2019-03-15)

Add

  • Add main prop to package.json

v1.1.1 (2019-03-15)

Remove

  • Remove module props from package.json

Update

  • Update README.md

v1.1.0 (2019-03-15)

Use

  • Use bili for build

v1.0.1 (2019-03-15)

Change

  • Change the exports, update README.md

v1.0.0 (2019-03-15)

Initial

  • Initial commit

Update

  • Update package.json, add .npmignore
  • Update README.md