From fd872b6cbd2c6176eff502b2c14df6753c0c4f2a Mon Sep 17 00:00:00 2001 From: Oreofe Date: Fri, 12 Jun 2026 14:56:45 +0100 Subject: [PATCH] chore(release): 0.1.4 Bump @markline/markline and @markline/create to 0.1.4. Fixes shipped in #16: Ask AI Markdown tables, no-flicker panel push on navigation, sidebar active-link scroll, root-path redirect for docs-only sites, 404 centering + display-font heading. Plus polish: borderless/aligned Ask AI header and removal of the misleading 'Grounded in this page' label. --- CHANGELOG.md | 22 ++++++++++++++++++++++ create/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615248d..9e4c4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to `@markline/markline` and `@markline/create`. +## 0.1.4 + +### Fixed +- **Ask AI renders Markdown tables.** Answers containing a GFM table were shown + as raw `| pipe |` text; they now render as real tables (inline bold/code in + cells and surrounding text preserved), in both the docs and API reference. +- **Ask AI no longer flickers on navigation.** With the panel docked open, + changing pages no longer animates the content / tables / code shrinking — the + panel stays open and the layout holds steady. Only an explicit open/close + animates, and a reload with the panel open paints already-shrunk. +- **Sidebar keeps the active link in view.** Navigating to a page whose nav link + sat below the fold no longer leaves it scrolled off-screen. +- **Docs-only sites: `/` resolves.** The root path redirects to the first nav + entry instead of 404ing when there is no index page; every other missing path + still 404s, and static-export sites serving `public/index.html` are unaffected. +- **404 page is centered**, with its heading in the display font. + +### Changed +- Ask AI panel header is borderless and aligned with the site nav. +- Removed the "Grounded in this page" scope label — answers draw on the full + docs context, so the per-page label was misleading. + ## 0.1.3 ### Added diff --git a/create/package.json b/create/package.json index 5f5abeb..151f8aa 100644 --- a/create/package.json +++ b/create/package.json @@ -1,6 +1,6 @@ { "name": "@markline/create", - "version": "0.1.3", + "version": "0.1.4", "description": "Scaffold a new Markline documentation project.", "license": "MIT", "keywords": [ diff --git a/package-lock.json b/package-lock.json index 924dc77..08af210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@markline/markline", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@markline/markline", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "@mdx-js/loader": "3.1.0", diff --git a/package.json b/package.json index 8b12a1e..b217376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markline/markline", - "version": "0.1.3", + "version": "0.1.4", "description": "Open-source, self-hostable documentation framework with first-class OpenAPI, search, and an interactive API playground.", "license": "MIT", "keywords": [