Releases: lando/vitepress-theme-default-plus
Releases · lando/vitepress-theme-default-plus
v1.0.0-beta.41
v1.0.0-beta.40
New Features
- Added
mergeWith
for more explicit contrubutor merging - Updated to
[email protected]
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 indiv
instead ofh1
v1.0.0-beta.39
v1.0.0-beta.38
- Fixed
layouts
resolution when ingesting theme
v1.0.0-beta.37
- Added
color
,icon
,styles
andtagClass
properties to<VPLCollectionTag>
- Fixed some styling bugs in
<VPLCollectionTag>
- Simplified
useCollection
tagging to an all purposetags
export
v1.0.0-beta.36
- Improved exportability of non-essentials
v1.0.0-beta.35
- Switched
lodash
tolodash-es
because 🤦
v1.0.0-beta.34
- Improved design of
tagging
and related components and composables ❤️
v1.0.0-beta.33
- Updated
lando
config sets
v1.0.0-beta.32
- Added
tagging
as a thing - Improved
createContentLoader
so it returns additional optionalfrontmatter
but removes unneeded props for performance reasons