Skip to content

Releases: nolebase/integrations

markdown-it-bi-directional-links/v1.3.2

21 Nov 03:48
9958d01
Compare
Choose a tag to compare

vitepress-plugin-enhanced-readabilities/v1.5.2

14 Nov 03:50
1e41d69
Compare
Choose a tag to compare

vitepress-plugin-enhanced-readabilities/v1.5.1

10 Nov 07:02
a7dd63b
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.3 by @dependabot in #13
  • fix(enhanced-readabilities): fallback to default value when layout mode value isn't supported by @nekomeowww in #12

Full Changelog: vitepress-plugin-enhanced-readabilities/v1.5.0...vitepress-plugin-enhanced-readabilities/v1.5.1

vitepress-plugin-enhanced-readabilities/v1.5.0

10 Nov 04:05
0e45659
Compare
Choose a tag to compare

What's Changed

  • feat(enhanced-readabilities): added new options to allow users to customize their desired width of the layout by @nekomeowww in #11

Breaking Changes

  1. Due to the change of the convention, the name of the following HTML/CSS classes has been changed:
  • VPNolebaseEnhancedReadabilitiesLayoutSwitchOnlySidebarFullWidth renamed to VPNolebaseEnhancedReadabilitiesLayoutSwitchSidebarWidthAdjustableOnly
  1. Due to the change of the options of Layout Switch module, the following enum values of layout switch mode have been dropped:
  • FitContentWidth has been migrated to Original
  • OnlySidebarFullWidth has been dropped
  • new SidebarWidthAdjustableOnly added
  • new BothWidthAdjustable added

Full Changelog: https://github.com/nolebase/integrations/commits/vitepress-plugin-enhanced-readabilities/v1.5.0