4.2.0 (2023-08-28)
4.1.1 (2023-07-03)
4.1.0 (2023-05-10)
- drop node 14 (bba3951)
4.0.0 (2022-12-14)
- set build target to es2020 (fa2796f)
- drop support for Node 12 and publish as an esm package
3.3.0 (2022-04-20)
- bump showdown types to v2 (3e92b47)
3.2.0 (2022-04-11)
- bump to showdown v2 (5e727f8)
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