Skip to content

Releases: egoist/docute

v4.4.0

20 Nov 08:23
Compare
Choose a tag to compare

4.4.0 (2018-11-20)

Features

v4.3.0

19 Nov 16:18
Compare
Choose a tag to compare

4.3.0 (2018-11-19)

Features

  • style: use white theme color (da25d1b)

v4.2.1

19 Nov 14:22
Compare
Choose a tag to compare

4.2.1 (2018-11-19)

Bug Fixes

  • allow to pass in entire router options instead of routerMode (6e60549)

v4.2.0

19 Nov 13:49
Compare
Choose a tag to compare

4.2.0 (2018-11-19)

Bug Fixes

  • style: sidebar break-word (2d78137)

Features

  • allow to configure router mode (969ea5e)
  • allow to read initial markdown text from the document (ea30d48)

v4.1.1

19 Nov 10:30
Compare
Choose a tag to compare

4.1.1 (2018-11-19)

Bug Fixes

  • only add .md extension when necessary (9193c66)

v4.1.0

18 Nov 10:18
Compare
Choose a tag to compare

4.1.0 (2018-11-18)

Bug Fixes

  • load the dependencies for prism languages (9ed2c4f)

Features

  • allow to add component mixins and more (d04adad)

v4.0.11

15 Nov 16:37
Compare
Choose a tag to compare

4.0.11 (2018-11-15)

Bug Fixes

  • replace evaluate-tag component with v-style and v-script (ae16c04)

v3.3.0

13 May 13:56
Compare
Choose a tag to compare

Version 3.0.0

19 Mar 08:10
Compare
Choose a tag to compare

Breaking changes

  • Removed self.$config support, use docute.init(config) instead
  • url option of docsearch plugin should be moved to its own function, i.e. docsearch({url})
  • If source option is an absolute path, it will fetch from the root of the domain

Version 2.11.0

18 Mar 08:32
Compare
Choose a tag to compare
Version 2.11.0 Pre-release
Pre-release

all pages support markdown & component option, and landing page supports html which is similar to markdown but won't be parsed by marked. related post