Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mr-hope/vuepress-shared

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mr-hope/vuepress-shared - npm Package Versions

23
16

1.30.0

Diff

mister-hope
published 2.0.0-beta.68 •

Changelog

Source

2.0.0-beta.68 (2022-05-21)

🐛 Bug Fixes

  • md-enhance: fix align (cae09f4)
mister-hope
published 2.0.0-beta.67 •

Changelog

Source

2.0.0-beta.67 (2022-05-21)

✨ Features

  • components: change default height of CodePen (008a98e)
  • components: extract Icon component (024b890)
  • components: support size prop in FontIcon (b4c0653)
  • md-enhance: add event id support for codetabs (e61275f)
  • md-enhance: rebuild code tabs and support tabid (48bca69)

🐛 Bug Fixes

  • components: fix PDF component with base (bd91c8a)
  • components: remove default color value for FontIcon (f31a97f)
  • md-enhance: fix align feature (ffdab48)
  • md-enhance: fix CodeTab parsing issue when code containing ' (e51eac9)
  • md-enhance: fix link check ending with anchor (e99e807)
  • wrap tabs component with ClientOnly (a40028a)
mister-hope
published 2.0.0-beta.66 •

Changelog

Source

2.0.0-beta.66 (2022-05-20)

⚠ BREAKING CHANGES

  • md-enhance: change @codetab to @tab, shorten keywords according to user feedback

✨ Features

  • md-enhance: change @codetab to @tab (9cdd7c8)
mister-hope
published 2.0.0-beta.65 •

Changelog

Source

2.0.0-beta.65 (2022-05-20)

⚠ BREAKING CHANGES

  • md-enhance: codegroup is replaced by codetabs

    Before:

    :::: code-group
    
    ::: code-group-item pnpm
    
    ```bash
    pnpm create vuepress-theme-hope@next [dir]
    ```
    
    :::
    
    ::: code-group-item npm:active
    
    ```bash
    npm init vuepress-theme-hope@latest@next [dir]
    ```
    
    :::
    
    ::::
    

    After:

    ::: code-tabs
    
    @tab pnpm
    
    ```bash
    pnpm create vuepress-theme-hope@next [dir]
    ```
    
    @tab:active npm
    
    ```bash
    npm init vuepress-theme-hope@latest@next [dir]
    ```
    
    :::
    

    This change avoids nesting containers and makes it easier to read and write.

✨ Features

  • components: add Tab component (07909b4)
  • md-enhance: add container (a8e60c0)
  • md-enhance: rebuild codegroup (63d0973)

🐛 Bug Fixes

  • components: fix Tab style on mobile (6b95837)
mister-hope
published 2.0.0-beta.64 •

Changelog

Source

2.0.0-beta.64 (2022-05-19)

✨ Features

  • components: add CodePen and PDF component (1e4ebf7)
  • theme: rebuild structure sidebar (9d8b3a0)
  • theme: support setting components (306d276)

🐛 Bug Fixes

mister-hope
published 2.0.0-beta.63 •

Changelog

Source

2.0.0-beta.63 (2022-05-18)

⚠ BREAKING CHANGES

  • md-enhance: code-demo changed to normal-demo, vue-demo and react-demo

✨ Features

  • md-enhance: add ECharts support (#1840) (f635dbc)
  • md-enhance: improve chart render (f266f61)
  • md-enhance: improve code demo header style (b8df953)
  • md-enhance: rebuild code-demo (ca966d1)
  • md-enhance: support js and javascript blocks in chart.js and echarts (7b139bf)

🐛 Bug Fixes

  • md-enhance: improve chart pref (afecfd3)
  • sass-palette: fix plugin issue, fix #1841 (7fcec7c)
  • theme: stop calling pwaPlugin by default (0adb836)
mister-hope
published 2.0.0-beta.62 •

Changelog

Source

2.0.0-beta.62 (2022-05-17)

⚠ BREAKING CHANGES

  • md-enhance: remove mdImport option and add include option

✨ Features

  • components: change Badge default type to info (db823db)
  • md-enhance: improve detail style (c08cfdd)
  • md-enhance: improve tasklist checkbox (889065c)
  • md-enhance: remove mdImport and add include (88e6996)
  • theme: improve line-numbers style (9b032fa)
mister-hope
published 2.0.0-beta.61 •

Changelog

Source

2.0.0-beta.61 (2022-05-16)

✨ Features

  • md-enhance: add css variable for code demo header (f258dc0)

🐛 Bug Fixes

  • md-enhance: fix code demo script inject (98aa3d2)
  • md-enhance: fix gitGraph (2cbf3be)
  • theme: fix blockquote color (6922b0e)
mister-hope
published 2.0.0-beta.60 •

Changelog

Source

2.0.0-beta.60 (2022-05-15)

✨ Features

  • copy-code2: improve copy button style on mobile (67caa4a)
  • md-enhance: improve copy-code button in code demo (5ff4c6e)
  • md-enhance: improve links check (f777c34)
  • pwa2: add warnings about shouldPrefetch (850d360)
  • theme: update toc position (93817d8)

🐛 Bug Fixes

  • comment2: apply delay for pageview (227ef51)
  • md-enhance: support imageMark options (17a7d5d)
23
16
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc