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

vuepress-plugin-blog2

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-plugin-blog2 - npm Package Versions

1
30

2.0.0-beta.209

Diff

Changelog

Source

2.0.0-beta.209 (2023-05-10)

⚠ BREAKING CHANGES

  • theme: you only need to set $theme-colors in config style file for theme color

✨ Features

  • md-enhance: improve preview style, close #3079 (566a554)
  • md-enhance: mark flowchart as deprecated (e59dbdb)
  • search-pro: add ctrl + / hotkey (2d6a680)
  • search-pro: support code block index, close #3080 (12d7956)
  • theme: rebuild theme color (d0da5f7)
  • theme: remove mobileBreakPoint and pcBreakPoint (506cd9b)

🐛 Bug Fixes

mister-hope
published 2.0.0-beta.208 •

Changelog

Source

2.0.0-beta.208 (2023-05-05)

⚠ BREAKING CHANGES

  • md-enhance: you should use client config file to customize libs
  • lightgallery: to set options for lightgallery, you should use defineLightGalleryConfig
  • photo-swipe: You should now use definePhotoSwipeConfig to set advanced options for photoswipe

✨ Features

  • comment2: support client config (95ec836)
  • comment2: update SUPPORTED_LANGUAGES in Giscus (#3099) (52149f5)
  • lightgallery: move lightgallery option to client (fa09c76)
  • md-enhance: add preview and download button, close #3079 (d4b9850)
  • md-enhance: move mermaid, reveal and @vue/repl config to client (f6ff7ea)
  • photo-swipe: move photoswipe option to client (5daadc4)
  • theme: update font size on pc (7d78ad8)

🐛 Bug Fixes

  • components: fix backToTop progress (f9df359)
  • deps: update dependency @types/three to v0.152.0 (#3085) (382019b)
  • feed2: fix image style (5caf600)
  • md-enhance: fix reveal code block style (6f07b16)
  • redirect: normalize path for user config (9750c05)

🚀 Performance Improvements

  • lightgallery: optimize tree shaking (6e0bb29)
mister-hope
published 2.0.0-beta.207 •

Changelog

Source

2.0.0-beta.207 (2023-05-01)

⚠ BREAKING CHANGES

  • md-enhance: licksCheck now supports ignore to ignore some links

✨ Features

  • components: use artplayer v5 (3bb68e5)
  • md-enhance: rename linkCheck to linksCheck, close #3094 (573c319)

🐛 Bug Fixes

  • deps: update dependency @vueuse/core to v10.1.0 (#3057) (061a264)
  • md-enhance: use router-link to open internal path (cad42fe)
  • theme: add workaround for pagination, close #3077 (a7dadf6)
  • theme: ensure correct index and order is extracted (f16d644)
  • theme: fix bing wallpaper link (859ca87)
  • theme: fix blog layout (9e297c2)
  • theme: fix sidebar check, close #3073 (94721a9)
  • theme: fix sidebar group title, close #3058 (732b81d)

🚀 Performance Improvements

  • use shadowRef if possible (8efd185)
mister-hope
published 2.0.0-beta.206 •

Changelog

Source

2.0.0-beta.206 (2023-04-22)

🐛 Bug Fixes

  • components: fix backToTop mobile (04424c0)
  • theme: fix bing ssr mismatch (0829ae1)

🚀 Performance Improvements

  • md-enhance: stop using eval (99ea82b)
mister-hope
published 2.0.0-beta.205 •

Changelog

Source

2.0.0-beta.205 (2023-04-19)

✨ Features

  • md-enhance: expose myChart for echarts (0b24ae0)
  • shared: improve type guard (2348a53)
  • theme: add presets (ac0d6dd)
  • theme: add transition for TOC active marker (#3039) (b462659)

🐛 Bug Fixes

  • theme: fix readingTime locale for blog (04c966f)
  • theme: stop using style as prop (39704fb)
mister-hope
published 2.0.0-beta.204 •

Changelog

Source

2.0.0-beta.204 (2023-04-18)

⚠ BREAKING CHANGES

  • components: backToTop option changes into an object

    A progress bar is added to the backToTop button, so now it has 2 configuration options.

  • feed2: rename customElements to preservedElements which is the actual behavior

    The original option name could be confusing, as we are just preserving them.

✨ Features

  • components: add progress for backtotop (79d682d)
  • feed2: correct option name (8002ab3)
  • reading-time2: add composables, close #3035 (2439b9c)
  • shared: preserve math tags in excerpt (d17c4af)
  • theme: add heroBg and heroInfo slot for BlogHero (f314ff0)
  • theme: improve sidebar, close #3019 (122bcb5)
  • theme: support color and size for HopeIcon (7cb0d65)

🐛 Bug Fixes

  • theme: fix sidebar group with external link (bb64bd1)
  • theme: support heroImageDark and improve slots (a0afc72)
mister-hope
published 2.0.0-beta.203 •

Changelog

Source

2.0.0-beta.203 (2023-04-12)

⚠ BREAKING CHANGES

  • theme: customizations now need extra config { custom: true } now

    We are using bundled version by default as it has higher performance, so you now needs extra config to let theme use alias.

✨ Features

  • md-enhance: add card option (d06e46b)
  • theme: improve feature panel when only 1 or 2 feature (4856ec4)
  • theme: support globalComponent in navbarLayout (04f3a2d)
  • theme: support page cover, close #3011 (8d4448f)
  • theme: use performance version by default (92fc85e)

🐛 Bug Fixes

mister-hope
published 2.0.0-beta.202 •

Changelog

Source

2.0.0-beta.202 (2023-04-10)

✨ Features

  • md-enhance: improve deprecate include logger (672093f)
  • md-enhance: improve katex error msg (eb538ad)
  • photo-swipe: add indicator and support zoom (6951c27)
  • photo-swipe: add scrollToClose option (a792e5e)
  • theme: add title, cover, info and excerpt slot for article (9a137c1)
  • theme: improve a11y (6d13051)
  • theme: support cover in article item (03e5963)

🐛 Bug Fixes

  • auto-catalog: do not generate root homepage as catalog if root locale not exists (e5c9752)
  • blog2: do not force generate root locale (665332e)
  • components: fix iconify icon issue, close #3006 (b6cc535)
  • components: fix Notice key (79b49a0)
  • deps: update dependency axios to v1.3.5 (#3001) (a31f99d)
  • deps: update dependency mermaid to v10.1.0 (#3002) (bd3d056)
  • redirect: fix issue with base (92dfdda)
  • redirect: fix language modal, close #3007 (24e70ec)
  • redirect: improve behavior when hostname is not set (0dc4951)
  • theme: fix text clip in hero info (b93d912)
mister-hope
published 2.0.0-beta.201 •

Changelog

Source

2.0.0-beta.201 (2023-04-04)

✨ Features

  • improve lifecycle, close #2965 (7f49c02)
  • md-enhance: add legacy include in compact code (ab17c77)

🐛 Bug Fixes

  • components: fix BiliBili component (140105f)
  • md-enhance: use bundled mermaid to avoid pnpm issue with vite, close #2986 (7272bac)
  • redirect: ensure file not exist when generating redirect files (f08e98c)
  • redirect: improve modal appearance (44c6f62)
mister-hope
published 2.0.0-beta.200 •

Changelog

Source

2.0.0-beta.200 (2023-03-29)

⚠ BREAKING CHANGES

  • Drop Node14 support

    The project can actually run on Node.js 14 for now, but we update to pnpm@v8 in ci, which requires Node.js >= 16.

    Since Node14 will be EOL in 2023-04-30, you must migrate your environment to Node.js 18 (or 16) ASAP.

  • md-enhance: use <!-- @include: xxx --> to include files

    The syntax is consistent with the official VitePress, but how we find the syntax is different.

✨ Features

  • md-enhance: update include syntax (2052033)
  • use pnpm@v8, drop node14 support (5242809)
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