-
-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.1.0 #1439
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1208) * fix(navigation): allow navigation opt-out with `navigation: false` * fix: use existing where query
Co-authored-by: Ahad Birang <[email protected]> Co-authored-by: Yaël Guilloux <[email protected]>
… `fetchNavigation` or `<ContentNavigation>` (#1206) Co-authored-by: Sébastien Chopin <[email protected]> Co-authored-by: Yaël Guilloux <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
…ters (#1227) * fix(markdown): detect inline component followed by `.` and `,` * test: add test * chore: code style * fix: detect inline component regardless of ending character * test: update tests * docs(mdc): add example for inline ending chars * test: fix Co-authored-by: Yaël Guilloux <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Yaël Guilloux <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
* feat(config): allow ws config * feat(ws): allow ws configuration from `watch` key * chore(playground): prune playground content
Co-authored-by: Yaël Guilloux <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Yaël Guilloux <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: nobkd <[email protected]> Co-authored-by: Sébastien Chopin <[email protected]> Co-authored-by: nobkd <[email protected]>
Co-authored-by: Sébastien Chopin <[email protected]> Co-authored-by: nobkd <[email protected]>
Wait for Docus upgrade to move to `<ContentSlot>`
* chore(deps): update all non-major dependencies * chore: update lock files Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ahad Birang <[email protected]>
* fix(module): do not add vue files to ignore list * test: add tests
Co-authored-by: Sébastien Chopin <[email protected]>
Co-authored-by: Sébastien Chopin <[email protected]>
Co-authored-by: Sébastien Chopin <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
abbijamal
approved these changes
Oct 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ Highlights
<Markdown>
is deprecated in favor new<ContentSlot />
component. The usage is the same as before.Changelog
🚀 Enhancements
only
andwithout
(#1200)MarkdownParsedContent
for improved type generics (#1199)fetchNavigation
or<ContentNavigation>
(#1206)_dir.yml
to filter navigation (#1261)@nuxt/content
feature (#1279)<head>
binding (#1295)web-types.json
for WebStorm (#1288)_dir.yml
(#1328)<markdown>
: Support fallback default slot (#1405)unist/mircomark
stack (#1468)🩹 Fixes
navigation: false
(#1208)ParsedContentMeta
(#1196)QueryBuilderParams
keys to partial (#1203)null
data (#1230)h1-6
tags (#1223)findOne
(#1224)ellipsis.vue
) (855bb38)$in
operator (#1277)index
as substring (#1334)@nuxt/kit
from runtime bundle (#1346)highlight
option (#1372)head.meta
before manipulating (#1370)components/content
in layers for extends (#1404)useRoute
(#1408)where
(c71c79b)content
directory has higher priority (#1414)components/content
is on top in layers (#1418)_layers
(#1455)<ContentRenderer>
: Prioritize default slot (#1460)useContentHead
was not respectingog:image
props (#1461)<MarkDown>
: Prevent multiple deprecation log (#1497)💅 Refactors
extensions
correctly (#1204)remark-mdc
package (#1315)📖 Documentation
,
(#1330)highlight.preload
(#1436)<Markdown>
(ac95d13)_params
to api routes (#1463)🏡 Chore
page:content:start
hook (45f696b)unctx
from dependencies (#1413)extensions
correctly (#1204)❤️ Contributors