chore(deps): update dependency @rwdocs/core to v0.1.28 - autoclosed#67
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency @rwdocs/core to v0.1.28 - autoclosed#67renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
c677f8d to
b554725
Compare
This file contains hidden or 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
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.
This PR contains the following updates:
0.1.27→0.1.28Release Notes
rwdocs/rw (@rwdocs/core)
v0.1.28Compare Source
Added
@rwdocs/coreexposesRwSite.listSections(), which returns every documentation section in one call — flat, each with its canonical ref (kind:namespace/name), scope path, and full nearest-first ancestry (root last) — so a host no longer needs N+1getNavigation()calls to walk nested sections (which deliberately hide sub-sections as childless leaves).@rwdocs/coreexposesRwSite.listPages(), which enumerates every page in a site in one pass — each with its title and its(sectionRef, subpath)key (the same pair comments use as a page'sdocument_id) — so a host can cache human-readable page titles (e.g. for a comment inbox) without an N+1 of per-pagerenderPage()calls. The site's root page and virtual directory pages are included.Changed
#comment-<id>), or stepping to an inline comment withn/p, now lands the highlighted passage about a third of the way down the viewport instead of dead-center — so the passage sits where the eye rests on arrival, with room above for the comment thread.Fixed
.mdlinks from a leaf page (e.g.[sibling](./other.md)indocs/specs/notif.md) now resolve to the sibling page (/specs/other) instead of a non-existent path nested under the current page (/specs/notif/other). Links now follow standard CommonMark semantics — resolved relative to the source file's directory — for both leaf pages andindex.mddirectory pages. Links from README/index.mdhomepages (including thedocs/source-dir prefix case) are unchanged.#comment-<id>) no longer leaves the comment thread pinned in the wrong vertical position. The thread in the right-margin column (and the narrow-screen comment popover) could land hundreds of pixels above its highlighted passage and stay there when content above the passage reflowed after the thread was positioned — e.g. a web-font swap on first load, or a late-loading image or diagram. Threads now re-align whenever their highlighted passage moves, not only when the article is resized, so they track the highlight through any late layout shift. A normal click was never affected (it happens after the page has settled).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.