Skip to content

Releases: lando/vitepress-theme-default-plus

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

v1.0.0-beta.39

17 Feb 15:11
Compare
Choose a tag to compare

Fixes

  • Fixed: don't enable carbonAds by default by @mtdvlpr in #26
  • Fixed: correctly compute hlocation by @mtdvlpr in #24

New Contributors

v1.0.0-beta.38

15 Feb 21:18
Compare
Choose a tag to compare
  • Fixed layouts resolution when ingesting theme

v1.0.0-beta.37

15 Feb 18:06
Compare
Choose a tag to compare
  • Added color, icon, styles and tagClass properties to <VPLCollectionTag>
  • Fixed some styling bugs in <VPLCollectionTag>
  • Simplified useCollection tagging to an all purpose tags export

v1.0.0-beta.36

14 Feb 20:11
Compare
Choose a tag to compare
  • Improved exportability of non-essentials

v1.0.0-beta.35

14 Feb 18:34
Compare
Choose a tag to compare
  • Switched lodash to lodash-es because 🤦

v1.0.0-beta.34

14 Feb 15:29
Compare
Choose a tag to compare
  • Improved design of tagging and related components and composables ❤️

v1.0.0-beta.33

13 Feb 16:18
Compare
Choose a tag to compare
  • Updated lando config sets

v1.0.0-beta.32

13 Feb 14:00
Compare
Choose a tag to compare
  • Added tagging as a thing
  • Improved createContentLoader so it returns additional optional frontmatter but removes unneeded props for performance reasons