3.1.0 (2021-04-26)
- support vueTemplateData (04b74e5)
3.0.0 (2020-12-17)
- migrate to vue 3 (c747e20)
2.4.1 (2019-05-21)
2.4.0 (2019-02-17)
2.3.0 (2018-12-21)
2.2.2 (2018-12-21)
- minimize build broke due to typo in rollup config (1f35a1b)
2.2.1 (2018-12-19)
2.2.0 (2018-12-18)
2.1.0 (2018-12-18)
- modifications about default options (9eb73f7)
2.0.2 (2018-09-09)
2.0.1 (2018-07-17)
2.0.0 (2018-07-17)
import VueShowdown from 'vue-showdown'
will get a Vue Plugin, which should be involved byVue.use(VueShowdown, options)
import { VueShowdown } from 'vue-showdown'
will get a Vue Component, which should be involved byVue.component('VueShowdown ', VueShowdown )
- Support options of
showdown.js
(see https://github.com/showdownjs/showdown)
- Refactor the codebase
- Use
rollup
to build dist files - Use
vuepress
to build docs
- Vue component for
showdown.js
- Use
prop
orslot
to pass the markdown text into the component