Skip to content

Latest commit

 

History

History
164 lines (60 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

164 lines (60 loc) · 4.41 KB

4.2.0 (2023-08-28)

Features

4.1.1 (2023-07-03)

Bug Fixes

4.1.0 (2023-05-10)

Features

4.0.0 (2022-12-14)

Build System

  • set build target to es2020 (fa2796f)

BREAKING CHANGES

  • drop support for Node 12 and publish as an esm package

3.3.0 (2022-04-20)

Features

  • bump showdown types to v2 (3e92b47)

3.2.0 (2022-04-11)

Features

3.1.0 (2021-04-26)

Features

  • support vueTemplateData (04b74e5)

3.0.0 (2020-12-17)

Features

2.4.1 (2019-05-21)

Bug Fixes

  • remove Object.entries to be compatible with IE11 (#8) (944ca30)

2.4.0 (2019-02-17)

Features

2.3.0 (2018-12-21)

Features

2.2.2 (2018-12-21)

Bug Fixes

  • 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)

Features

  • modifications about default options (9eb73f7)

2.0.2 (2018-09-09)

2.0.1 (2018-07-17)

2.0.0 (2018-07-17)

Breaking changes

  • import VueShowdown from 'vue-showdown' will get a Vue Plugin, which should be involved by Vue.use(VueShowdown, options)
  • import { VueShowdown } from 'vue-showdown' will get a Vue Component, which should be involved by Vue.component('VueShowdown ', VueShowdown )

Features

Others

  • Refactor the codebase
  • Use rollup to build dist files
  • Use vuepress to build docs

1.0.0 (2017-10-19)

Features

  • Vue component for showdown.js
  • Use prop or slot to pass the markdown text into the component