3 hours ago
shiki

v4.0.2

   🐞 Bug Fixes

12 hours ago
KaTeX

v0.16.38

0.16.38 (2026-03-08)

Bug Fixes

13 hours ago
vmprint

v0.2.0: Transmuter Architecture Overhaul + New draft2final

v0.2.0: Transmuter Architecture Overhaul + New draft2final

This release introduces a major architecture upgrade centered on one idea:

What is a Transmuter?

A Transmuter converts source text (for now, Markdown) into VMPrint’s canonical document model (DocumentInput).

In short:

source -> transmuter -> DocumentInput -> renderer -> PDF

Instead of one monolithic formatter trying to do everything, each transmuter is responsible for interpreting a specific writing intent (academic, literature, manuscript, screenplay, general markdown).

Why this is better

1. Write once, format many ways

You can keep your source in plain Markdown and target different output conventions by swapping transmuters/themes.

2. Clear separation of concerns

  • Transmuters handle semantic interpretation
  • Engine handles deterministic layout/pagination/rendering
  • draft2final handles orchestration (select transmuter, resolve config/theme, output PDF or AST)

This makes the system easier to reason about and extend.

3. Faster feature development

New formats no longer require touching a monolithic compiler path. Transmuters can evolve independently with smaller, safer changes.

4. Better portability and reuse

Shared Markdown compilation now lives in @vmprint/markdown-core, so multiple transmuters can reuse the same robust core behavior.

What shipped in v0.2.0

  • New shared compiler package: @vmprint/markdown-core
  • Refactored @vmprint/transmuter-mkd-mkd into a thin wrapper over markdown-core
  • Standardized transmuter contracts in @vmprint/contracts
  • New transmuter packages:
    • @vmprint/transmuter-mkd-academic
    • @vmprint/transmuter-mkd-literature
    • @vmprint/transmuter-mkd-manuscript
    • @vmprint/transmuter-mkd-screenplay
  • draft2final reworked into a transmuter-first CLI
  • Documentation updates and tutorial/theme additions for onboarding
  • Standard-font measurement/render encoding consistency fix

Who benefits most

  • Writers who want plain-text drafting without format lock-in
  • Screenwriters/directors who need screenplay-style output from lightweight source
  • Academics/students who need clean output while staying focused on content

This release lays the foundation for adding new format targets without reworking the entire pipeline.

16 hours ago
router

v1.166.3

Version 1.166.3 - 3/8/26, 1:32 PM

Changes

Fix

  • react-router: correct useLoaderDeps structural sharing types (#6860) (7003ccb) by @Sheraff

Test

  • cover Solid SSR route error rendering (#6854) (446d797) by @Sheraff
  • add useLocation structural sharing regression coverage (#6853) (637f38c) by @Sheraff
  • cover vue Link transition slot state (#6852) (2534508) by @Sheraff
  • faster benchmark ci (#6834) (b46b2ee) by @Sheraff
  • fix vue viewTransition e2e flakiness (#6830) (cc12980) by @Sheraff

Docs

  • Update route file name in routing concepts (#6807) (4ea2a62) by Chapman Cheng
  • start: add dynamic middleware section with authorization example (#6815) (64dee75) by @ovitorhilario

Benchmarks

  • bundle client-nav runtimes (#6832) (023fdfd) by @Sheraff

Packages

  • @tanstack/react-router@1.166.3
  • @tanstack/react-router-ssr-query@1.166.3
  • @tanstack/zod-adapter@1.166.3
  • @tanstack/valibot-adapter@1.166.3
  • @tanstack/arktype-adapter@1.166.3
  • @tanstack/router-devtools@1.166.3
  • @tanstack/react-router-devtools@1.166.3
  • @tanstack/router-plugin@1.166.3
  • @tanstack/router-vite-plugin@1.166.3
  • @tanstack/react-start@1.166.3
  • @tanstack/react-start-client@1.166.3
  • @tanstack/react-start-server@1.166.3
  • @tanstack/start-plugin-core@1.166.3
  • @tanstack/start-static-server-functions@1.166.3
  • @tanstack/solid-start@1.166.3
  • @tanstack/vue-start@1.166.3
17 hours ago
ui

shadcn@4.0.2

Patch Changes

20 hours ago
ui

shadcn@4.0.1

Patch Changes

1 days ago
react-codemirror

v4.25.8

Buy me a coffee

Documentation v4.25.8: https://raw.githack.com/uiwjs/react-codemirror/03129ff/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.7...v4.25.8

npm i @uiw/react-codemirror@4.25.8
  • 🐞 fix: Set correct module type in all packages (#763) bfcca91 @Methuselah96
  • 🐞 fix(package): update workspace glob patterns for themes and extensions f605ec5 @jaywcjlove
  • 🐞 fix: workspace packages (#764) cc88b2d @Methuselah96
1 days ago
next.js

v16.2.0-canary.85

Misc Changes

  • docs: large page data error: #90920
  • Fix next-routing header interpolation: #91010
  • Turbopack: accept ChunkGroup in entry_chunk_group: #90821

Credits

Huge thanks to @icyJoseph, @ijjk, and @mischnic for helping!

1 days ago
rari

create-rari-app@0.4.20

What's Changed

  • c2f76c9d chore(deps): bump dependencies
  • ede04da8 chore(deps): bump dependencies

Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.4.19...create-rari-app@0.4.20

1 days ago
rari

rari@0.10.13

What's Changed

  • 2cc7ccaa chore(deps): upgrade rari-binaries to 0.10.13

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.10.12...rari@0.10.13