Astro: @astrojs/[email protected] Release

Release date:
February 16, 2026
Previous version:
@astrojs/[email protected] (released February 9, 2026)
Magnitude:
5,218 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

32 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored February 15, 2026
Authored February 12, 2026
Authored February 16, 2026
Authored February 16, 2026
Authored February 11, 2026
Authored February 11, 2026
Authored February 13, 2026
Authored February 12, 2026
Authored February 10, 2026
Authored February 11, 2026
Authored February 12, 2026
Authored February 11, 2026
Authored February 16, 2026
Authored February 12, 2026

Top Contributors in @astrojs/[email protected]

ematipico
alexanderniebuhr
Princesseuh

Directory Browser for @astrojs/[email protected]

All files are compared to previous version, @astrojs/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #15457 6e8da44 Thanks @AhmadYasser1! - Fixes custom attributes on Markdoc's built-in {% table %} tag causing "Invalid attribute" validation errors.

    In Markdoc, table exists as both a tag ({% table %}) and a node (the inner table structure). When users defined custom attributes on either nodes.table or tags.table, the attributes weren't synced to the counterpart, causing validation to fail on whichever side was missing the declaration.

    The fix automatically syncs custom attribute declarations between tags and nodes that share the same name, so users can define attributes on either side and have them work correctly.