Tags: perber/leafwiki
Tags
fix(links): ignore asset links (#846) * fix(links): ignore asset links Exclude asset destinations from link tracking so they do not appear in the links table. Add focused tests to cover asset destinations and keep normal wiki links unchanged. * feat(ui): add asset link and player insert Add explicit asset insert actions for image links and audio/video players. Keep image embeds as the default behavior and cover the new flows with focused E2E tests. * fix(ui): resolve media player asset paths Normalize audio and video asset src values through the configured base path during preview rendering so embedded players do not hit 404s under subpath deployments. * test(e2e): stabilize asset upload helper Wait for the asset manager to open fully and for the asset list count to increase after uploads so repeated uploads do not race ahead and leave modal state behind.
fix: preserve import frontmatter (#808) * fix: preserve import frontmatter Keep non-managed frontmatter fields during import while preserving LeafWiki-managed metadata on write. Add regression coverage for planner title precedence, importer execution, disk persistence, and node store merging of raw markdown with frontmatter. * fix: share import frontmatter encoding Use shared markdown frontmatter serialization for importer extra fields and add regression coverage for distinct preserved values. This removes duplicated YAML encoding logic and avoids behavior drift between importer and markdown write paths.
chore: bump @vitejs/plugin-react from 5.1.2 to 5.1.3 in /ui/leafwiki-… …ui (#664) Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: bump @playwright/test from 1.57.0 to 1.58.0 in /e2e (#655) Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.57.0 to 1.58.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.57.0...v1.58.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.58.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext