Socket
Socket
Sign inDemoInstall

@vuepress/plugin-nprogress

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-nprogress - npm Package Versions

1
1516

1.0.0-alpha.39

Diff

Changelog

Source

1.0.0-alpha.39 (2019-02-17)

Bug Fixes

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

ulivz
published 1.0.0-alpha.38 •

Changelog

Source

1.0.0-alpha.38 (2019-02-16)

Bug Fixes

Features

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

ulivz
published 1.0.0-alpha.37 •

Changelog

Source

1.0.0-alpha.37 (2019-02-08)

Features

  • $core: redirects for clean urls (#1269) (213bb34) @ulivz
  • $theme-default: fallback current group node to page node if children doesn't exist (11ce576) @ulivz
  • $theme-default: highlight sidebar link text at root level like sidebar group heading text (05e793f) @ulivz
  • $theme-default: unify the text color of sidebar heading text and root-level sidebar link (3e47a20) @ulivz

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

ulivz
published 1.0.0-alpha.36 •

Changelog

Source

1.0.0-alpha.36 (2019-02-03)

Bug Fixes

Features

  • $theme-default: refine sidebar groups (#1257) (01dd45b) @ulivz closes #814 #783 #287
    • sidebarDepth for a specified sidebar group.
    • Nested sidebar groups.
    • Clickable heading for sidebar groups.

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

ulivz
published 1.0.0-alpha.35 •

Changelog

Source

1.0.0-alpha.35 (2019-01-30)

Bug Fixes

Features

  • $core: exclude temp dir from being ignored watching (c6797dd) @ulivz

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

ulivz
published 1.0.0-alpha.34 •

Changelog

Source

1.0.0-alpha.34 (2019-01-29)

Bug Fixes

Features

  • $core: Support extra watching files (02cc268) @ulivz <br>e.g.
    // .vuepress/config.js
    module.exports = {
      extraWatchFiles: [
        require.resolve('./sidebar.js')
        // or '.vuepress/sidebar.js'
      ]
    }
    

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

ulivz
published 1.0.0-alpha.33 •

Changelog

Source

1.0.0-alpha.33 (2019-01-27)

Features

BREAKING CHANGES

  • $core: - Plugin option enhanceDevServer was removed.
    • For 0.x users, there is no any effect since we didn't expose API to modify it.
    • For 1.x users whose version of VuePress is lower than 1.0.0-alpha.33, you should use beforeDevServer(i.e. before in webpack-dev-server) to replace enhanceDevServer, you can also use afterDevServer(i.e. after in webpack-dev-server) to execute custom middleware after all other middleware internally within the server.

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

ulivz
published 1.0.0-alpha.32 •

Changelog

Source

1.0.0-alpha.32 (2019-01-15)

Bug Fixes

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

ulivz
published 1.0.0-alpha.31 •

Changelog

Source

1.0.0-alpha.31 (2019-01-10)

Bug Fixes

Features

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

1
1516
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc