Socket
Socket
Sign inDemoInstall

@vuepress/markdown

Package Overview
Dependencies
142
Maintainers
6
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
14151617

1.0.0-alpha.3

Diff

Changelog

Source

1.0.0-alpha.3 (2018-10-03)

Bug Fixes

  • $plugin-pwa: z-index issue (4cc317f) @ulivz

Features

<a name="1.0.0-alpha.2"></a>

ulivz
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2 (2018-09-28)

Bug Fixes

  • $core: cannot fallback to default NotFound layout correctly (0b89d9c) @ulivz
  • $cli: eject failed because config.styl not exist (#874) (6222170) @Eko Eryanto

Features

<a name="1.0.0-alpha.1"></a>

ulivz
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1 (2018-09-27)

Features

  • Plugin API

  • Refined Theme API

    • From now on, the theme will no longer use Layout.vue as the entry point, but you can have your own configuration. For example, a theme can have some built-in plugins.
    • Documentation
  • Permalinks

    • From now on, VuePress supports custom routing in addition to the default file-level-based routing.
    • Documentation
  • Markdown slots

  • Free to add new pages

    • You can add new pages with content (i.e. pointing to markdown files) or no content (i.e. common routes).
    • Documentation
  • Custom temp path

    • The running of VuePress actually depends on some temporary files generated during the build time. Before that, its default location is in node_modules, but now you can start configuring it, but don't forget to add it to gitignore.
      vuepress dev docs --temp .temp # .temp is relative to process.cwd().
      
  • Custom temp path

    • In the past, custom layouts were actually implemented by default theme, for now it's moved to core.
  • Configurable dev and ssr template

Internal Changes

<a name="0.14.5"></a>

ulivz
published 1.0.0-alpha.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc