Skip to content

Commit

Permalink
Merge pull request #7935 from owncloud/remove-deprecated-mediasource
Browse files Browse the repository at this point in the history
Remove deprecated mediaSource and v-image-source
  • Loading branch information
kulmann authored Nov 8, 2022
2 parents d7c50a3 + f4a8952 commit eba1fbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 90 deletions.
10 changes: 10 additions & 0 deletions changelog/unreleased/change-removed-media-source
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Change: Remove mediaSource and v-image-source

We have removed the deprecated `mediaSource` helper function and the `v-image-source` directive.

BREAKING CHANGE for developers: `mediaSource` and `v-image-source` are not available anymore, `loadPreview` should be used once web-pkg is published.

https://github.com/owncloud/web/pull/7935
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/7072
https://github.com/owncloud/web/pull/7350
2 changes: 0 additions & 2 deletions packages/web-runtime/src/defaults/vue.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'vue-resize/dist/vue-resize.css'
import Vue from 'vue'
import MediaSource from '../plugins/mediaSource.js'
import WebPlugin from '../plugins/web'
import Avatar from '../components/Avatar.vue'
import focusMixin from '../mixins/focusMixin'
Expand All @@ -20,7 +19,6 @@ Vue.use(Vuex)
Vue.use(VueRouter)
Vue.use(VueEvents)
Vue.use(VueScrollTo)
Vue.use(MediaSource)
Vue.use(WebPlugin)
Vue.use(VueResize)
Vue.use(VueMeta, {
Expand Down
88 changes: 0 additions & 88 deletions packages/web-runtime/src/plugins/mediaSource.js

This file was deleted.

0 comments on commit eba1fbd

Please sign in to comment.