Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Dec 23, 2022
1 parent c4f4872 commit ba3d912
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.0.3 – 2022-12-24
### Added
- support for http markdown image target

### Changed
- update npm pkgs

### Fixed
- support for image links inserted by Text

## 1.0.2 – 2022-10-08
### Changed
- use @nextcloud/vue-richtext instead of vue-markdown
Expand Down
10 changes: 2 additions & 8 deletions src/adminSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,5 @@ import Vue from 'vue'
import './bootstrap.js'
import AdminSettings from './components/AdminSettings.vue'

// eslint-disable-next-line
'use strict'

// eslint-disable-next-line
new Vue({
el: '#welcome_prefs',
render: h => h(AdminSettings),
})
const View = Vue.extend(AdminSettings)
new View().$mount('#welcome_prefs')
2 changes: 0 additions & 2 deletions src/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* jshint esversion: 6 */

/**
* Nextcloud - welcome
*
Expand Down
1 change: 0 additions & 1 deletion src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default {
name: 'Dashboard',
components: {
// DashboardWidget,
NcEmptyContent,
NcAvatar,
RichText,
Expand Down

0 comments on commit ba3d912

Please sign in to comment.