Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-nimbus-docs.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/cozy-doodles-lick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-parrots-parse.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.4.0

### Minor Changes

- [#14](https://github.com/cloudflare/polystella/pull/14) [`6122f6f`](https://github.com/cloudflare/polystella/commit/6122f6fe64927aa3aa5d8d6fdf0aa670dbda2fa7) Thanks [@diogoascarneiro](https://github.com/diogoascarneiro)! - Default Markdown and MDX parsing to Satteri, with `markdown.parser: "remark"` available as a legacy compatibility escape hatch. The parser choice is now part of the Markdown/MDX extraction policy hash, so Satteri and Remark outputs use separate cache entries.

This release also updates the package and playground/docs fixtures for Astro 7, reconstructs missing Satteri MDX ESTree metadata needed by static-data extraction and MDX audits, rewrites relative MDX imports only in staged translated files, and refreshes the local staging-cache index version to avoid stale staged MDX output.

### Patch Changes

- [#15](https://github.com/cloudflare/polystella/pull/15) [`8120b2f`](https://github.com/cloudflare/polystella/commit/8120b2f354152b7577040f97f73542019e930439) Thanks [@diogoascarneiro](https://github.com/diogoascarneiro)! - Document the requirement to add a Changesets entry for package-affecting changes and record the docs migration to Nimbus.

All notable changes to PolyStella are tracked here. The format
follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/);
published releases follow [semver](https://semver.org/) pre-1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/polystella",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"description": "AI-driven content localization for Astro (build-time markdown translation, R2-cached).",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions playgrounds/mdx-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# polystella-playground-mdx-jsx

## 0.0.1

### Patch Changes

- Updated dependencies [[`8120b2f`](https://github.com/cloudflare/polystella/commit/8120b2f354152b7577040f97f73542019e930439), [`6122f6f`](https://github.com/cloudflare/polystella/commit/6122f6fe64927aa3aa5d8d6fdf0aa670dbda2fa7)]:
- @cloudflare/polystella@0.4.0
2 changes: 1 addition & 1 deletion playgrounds/mdx-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polystella-playground-mdx-jsx",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"description": "PolyStella MDX/JSX behavior playground.",
Expand Down