Skip to content

Releases: nolebase/integrations

vitepress-plugin-enhanced-readabilities/v1.7.1

25 Nov 12:32
6ca413b
Compare
Choose a tag to compare

vitepress-plugin-enhanced-readabilities/v1.7.0

25 Nov 12:09
4388d7c
Compare
Choose a tag to compare

💥 Breaking Change

Please upgrade to [email protected] and [email protected] since vue introduces breaking changes to Plugin types.

Full Changelog: vitepress-plugin-enhanced-readabilities/v1.6.1...vitepress-plugin-enhanced-readabilities/v1.7.0

vitepress-plugin-enhanced-readabilities/v1.6.1

25 Nov 11:22
6d6cd03
Compare
Choose a tag to compare

vitepress-plugin-inline-link-preview/v1.4.0

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

What's Changed

  • chore(inline-link-preview): change the default delay of the inlin link preview hover detection from 300 to 1000 by @nekomeowww in #14
  • chore: removed the unsemantic stub script in vitepress related plugins by @nekomeowww in #18
  • chore: added cleanup scripts by @nekomeowww in #19
  • chore: updated vitepress to v1.0.0-rc29, collected all deps from sub packages by @nekomeowww in #20

Full Changelog: vitepress-plugin-enhanced-readabilities/v1.5.2...vitepress-plugin-inline-link-preview/v1.4.0

vitepress-plugin-highlight-targeted-heading/v1.2.0

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

What's Changed

  • chore: removed the unsemantic stub script in vitepress related plugins by @nekomeowww in #18
  • chore: added cleanup scripts by @nekomeowww in #19
  • chore: updated vitepress to v1.0.0-rc29, collected all deps from sub packages by @nekomeowww in #20

Full Changelog: vitepress-plugin-enhanced-readabilities/v1.5.2...vitepress-plugin-highlight-targeted-heading/v1.2.0

vitepress-plugin-enhanced-readabilities/v1.6.0

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

What's Changed

  • style(enhanced-readabilities): fix the incorrect reference of background color of flyout popup of helping popup by @nekomeowww in #15
  • chore: added cleanup scripts by @nekomeowww in #19
  • chore: updated vitepress to v1.0.0-rc29, collected all deps from sub packages by @nekomeowww in #20
  • style(enhanced-readabilities): fix the missed style override for vitepress navbar by @nekomeowww in #16

Full Changelog: vitepress-plugin-enhanced-readabilities/v1.5.2...vitepress-plugin-enhanced-readabilities/v1.6.0

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