Skip to content

Releases: lando/vitepress-theme-default-plus

v1.1.0-beta.4

01 Oct 21:04
Compare
Choose a tag to compare
v1.1.0-beta.4 Pre-release
Pre-release
  • Added caching to mvb multiversion build
  • Added better dev branch detection to mvb
  • Fixed bug causing alias.dev to always report highest built tag instead of actual dev version
  • Improved robustness of mvb build environment generation

v1.1.0-beta.3

30 Sep 20:22
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release
  • Improved is-dev-release to handle dev releases that are in front of a prerelease tag

v1.1.0-beta.2

30 Sep 19:06
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release
  • Fixed bug causing robots.txt build to throw an error when policies is undefined
  • Fixed bug causing netlify specific mvb to not get current tags

v1.1.0-beta.1

30 Sep 18:05
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

New Features

  • Added new multiversion-vitepress-build command
  • Added useTags composable to get docs version information from git
  • Added VPLVersionLink component
  • Switched these docs to multiversion-vitepress-build
  • Updated to [email protected]

Bug Fixes

  • Fixed bug causing build error when metadata is added to a page with no git history
  • Fixed bug caused by icon being a variable instead of a string in VPLTeamMembersItem
  • Fixed bug caused by VPLTeamMembers.members typing as Object instead of Array
  • Fixed bug causing robots.txt policies to not be applied when using policies instead of policy
  • Fixed watch bug on VPLCollectionItems preventing tag toggling from working correctly

v1.0.2

17 Apr 20:30
Compare
Choose a tag to compare

v1.0.1

04 Apr 15:02
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug causing auto population of authors from contributors when authors is empty

v1.0.0

04 Apr 14:39
Compare
Choose a tag to compare

New Features

  • Added maintainer key to contributors
  • Added rtfm47 to the debotify protocol
  • Updated to [email protected]

v1.0.0-beta.42

02 Apr 15:57
Compare
Choose a tag to compare

New Features

  • Improved sponsors.data to accept a URL that returns json or yaml

v1.0.0-beta.41

28 Mar 13:09
Compare
Choose a tag to compare

Fixes

  • Checked if authors is defined by @mtdvlpr in #32
  • Converted undefined authors to empty array by @mtdvlpr in #30
  • Falled back to empty array for authors by @mtdvlpr in #31

v1.0.0-beta.40

05 Mar 15:33
Compare
Choose a tag to compare

New Features

Fixes

  • Changed member data to only render if available #27
  • Fixed Algolia search from displaying contrib information in source text, requires reindexing on Algolia end
  • Fixed Algolia search from attempting to route to internal pages that are actually external

Internal

  • Changed VPLTeamMembersItem.vue to wrap name in div instead of h1