Releases

Every build of the framework, hosted and ready to embed. Reference rolling and archived releases from your project, or download to self-host.

Featured

CSS and JavaScript

Stylesheet and runtime for every release

v3.x v3.1.1 2 weeks ago Go to Latest
v2.x v2.3.7 Mar 20 Go to v2.x
v1.x v1.2.0 Jul 28, 2025 Go to v1.x
v0.x v0.0.7 Sep 19, 2024 Go to v0.x

Font Bundles

Font families used across releases

TRMNL

3 weeks ago
Families
TRMNL12, TRMNL16, TRMNL21, and Inter Variable
Weights
normal, bold

Classic

3 weeks ago
Families
NicoPups, NicoClean, BlockKie, and Inter Variable
Weights
normal

Archive

Latest

Rolling

Tracks the most recent build. Use versioned releases in production.

Download ZIP

Framework v3.1.1

Released on 2026-05-01.

Framework Changes

  • Added a factorized utility engine for shared token selectors, responsive gates, orientation gates, bit-depth gates, and dark-mode gates.
  • Reworked bg--* and text--* utilities to bind CSS custom properties once per token and apply paint rules through grouped selectors.
  • Reworked spacing utilities so margin and padding token bindings are generated once across size and orientation variants.
  • Reduced generated stylesheet weight while keeping existing utility class names and variant behavior intact.
  • Updated the plugin render runtime alongside the CSS release.

Upgrade Notes

  • No markup changes are required. Existing Framework 3.1 utility classes continue to work.
  • Use this patch for the smaller generated stylesheet while keeping the Framework 3.1 TRMNL font defaults.

Documentation Changes

  • No separate documentation changes shipped with this stylesheet-size patch.
11.4 MB
https://trmnl.com/css/latest/plugins.css
628.0 KB
https://trmnl.com/css/latest/plugins.css.gz
9.6 MB
https://trmnl.com/css/latest/plugins.min.css
549.7 KB
https://trmnl.com/css/latest/plugins.min.css.gz
64.8 KB
https://trmnl.com/js/latest/plugins.js
16.3 KB
https://trmnl.com/js/latest/plugins.js.gz
64.5 KB
https://trmnl.com/js/latest/plugins.min.js
16.0 KB
https://trmnl.com/js/latest/plugins.min.js.gz
2.0 MB
https://trmnl.com/framework/trmnl-framework--3.1.1.zip
960 B
https://trmnl.com/framework/releases/3.1.1.md

Version 3.x

v3.1.1

Latest
Download ZIP

Framework v3.1.1

Released on 2026-05-01.

Framework Changes

  • Added a factorized utility engine for shared token selectors, responsive gates, orientation gates, bit-depth gates, and dark-mode gates.
  • Reworked bg--* and text--* utilities to bind CSS custom properties once per token and apply paint rules through grouped selectors.
  • Reworked spacing utilities so margin and padding token bindings are generated once across size and orientation variants.
  • Reduced generated stylesheet weight while keeping existing utility class names and variant behavior intact.
  • Updated the plugin render runtime alongside the CSS release.

Upgrade Notes

  • No markup changes are required. Existing Framework 3.1 utility classes continue to work.
  • Use this patch for the smaller generated stylesheet while keeping the Framework 3.1 TRMNL font defaults.

Documentation Changes

  • No separate documentation changes shipped with this stylesheet-size patch.

Framework v3.1.0

Released on 2026-04-29.

Framework Changes

  • Added TRMNL12, TRMNL16, and TRMNL21 as the default low-density font families for Framework 3.1.
  • Preserved the Classic font bundle as an opt-in choice through screen--fonts-classic.
  • Clarified Framework 3.1 font resolution so high-density displays continue to use Inter Variable regardless of selected pixel-font bundle.
  • Published 3.1 CSS and JavaScript assets alongside the 3.0.4 opt-in font release.

Upgrade Notes

  • Framework 3.1 changes the implicit pixel-font default from Classic to TRMNL. Add screen--fonts-classic to keep the previous Classic look.
  • High-density screens continue to use Inter Variable even when the default low-density pixel bundle changes.

Documentation Changes

  • Added public documentation for choosing between the TRMNL and Classic font bundles.
  • Added font credits, glyph browsing, text sizing guidance, and high-density font notices to the relevant typography docs.
  • Versioned the Framework docs under explicit major.minor paths so 3.1 documentation can evolve independently from 3.0 and older docs.

Framework v3.0.5

Released on 2026-05-01.

Framework Changes

  • Added the factorized utility engine used by background, text, and spacing utilities.
  • Reworked bg--* and text--* utilities to use grouped selectors and per-token CSS custom property bindings.
  • Reworked spacing utilities so margin and padding rules are generated more compactly across responsive and orientation variants.
  • Reduced generated stylesheet weight for Framework 3.0 while keeping the 3.0 public API stable.
  • Updated the plugin render runtime alongside the CSS release.

Upgrade Notes

  • No markup changes are required. Existing Framework 3.0 utility classes continue to work.
  • Use this patch when you want the smaller generated stylesheet without adopting the Framework 3.1 font defaults.

Documentation Changes

  • No separate documentation changes shipped with this stylesheet-size patch.

Framework v3.0.4

Released on 2026-04-29.

Framework Changes

  • Added TRMNL12, TRMNL16, and TRMNL21 as an opt-in low-density font bundle for Framework 3.0.
  • Kept Classic as the implicit default for Framework 3.0 screens without a font-bundle class.
  • Preserved high-density display behavior so Inter Variable remains the high-density font regardless of selected pixel-font bundle.
  • Updated font variables and screen font resolution while keeping the 3.0 public class behavior stable.

Upgrade Notes

  • No default font behavior changes for Framework 3.0. Add screen--fonts-trmnl to opt into the TRMNL bundle.
  • High-density screens continue to use Inter Variable even when a pixel-font bundle class is present.

Documentation Changes

  • Expanded typography documentation with bundle previews, font credits, glyph coverage, and high-density display guidance.
  • Added documentation for choosing between Classic and TRMNL bundles and for how components map to bundle-specific fonts.
  • Versioned Framework docs under explicit major.minor paths so 3.0 documentation remains available beside newer 3.1 docs.
  • Polished Framework docs copy and fixed Heavyweight Type company URLs in the surrounding release window.

Framework v3.0.3

Released on 2026-04-07.

Framework Changes

  • Refreshed the 3.0 asset bundle after the plugin release dot-handling fix.
  • Kept the 3.0 CSS and JavaScript archive aligned with the corrected plugin render output.

Upgrade Notes

  • No markup changes are required. Use this patch when relying on plugin release output affected by dot handling.

Documentation Changes

  • Fixed Framework docs versioning so release examples load the correct versioned assets.
  • Backfilled missing plugins.js files across partial Framework releases.
  • Updated docs example iframes so v1, v2, and v3 pages use their intended release files unless development assets are explicitly enabled.

Framework v3.0.2

Released on 2026-04-03.

Framework Changes

  • Fixed the gap utility import path so Framework 3.0 gap classes are included correctly in the generated stylesheet.
  • Refreshed the versioned 3.0.2 CSS and JavaScript assets with the gap utility fix.

Upgrade Notes

  • No markup changes are required. Existing gap utility classes should render with the corrected stylesheet.

Documentation Changes

  • No separate documentation changes shipped with this stylesheet patch.

Framework v3.0.1

Released on 2026-04-03.

Framework Changes

  • Fixed fit_value runtime behavior in the plugin renderer for the 3.0 release line.
  • Refreshed the versioned 3.0.1 CSS and JavaScript assets with the runtime fix.

Upgrade Notes

  • No markup changes are required. This is a compatibility fix for existing fit_value usage.

Documentation Changes

  • No separate documentation changes shipped with this runtime patch.

Framework v3.0.0

Released on 2026-04-01.

Framework Changes

  • Introduced Framework 3.0 as the color-capable release line, with expanded screen mode variables and generated color token support.
  • Added screen color-mode and bit-depth variables, generated color tokens, and color-aware component overrides for screen, title bar, item, progress, table, label, divider, and related primitives.
  • Added chromatic background, text, border, outline, rounded, scale, visibility, pixel-ratio, and responsive utility coverage for the v3 asset bundle.
  • Added blend palette, background pattern, border level, crisp edge, outline dot, and factorized utility mixins used by the v3 stylesheet.
  • Updated framework components and the plugin render runtime to work with the v3 color and bit-depth model.
  • Published minified CSS and JavaScript assets for the 3.0.0 bundle.

Upgrade Notes

  • Review the v3 upgrade guide before moving production markup from Framework 2.x to 3.0.
  • Re-test screens in their target bit depth and color mode because v3 changes color token resolution and screen-mode variables.
  • Replace assumptions about grayscale-only utilities with the new color token model where appropriate.
  • Use version-pinned assets if you need to keep Framework 2 behavior while adopting v3 docs incrementally.

Documentation Changes

  • Added v3 documentation for color support, tokens, color-aware utilities, responsive testing, and upgrade guidance.
  • Added new Colors, Text Color, Tokens, v3 Overview, v3 Enhancement Guide, and v3 Upgrade Guide pages.
  • Added generated markdown docs for the 3.0 documentation set.
  • Added Framework releases page support and updated navigation so v3 docs could live beside older release lines.

Version 2.x

Framework v2.3.7

Released on 2026-03-20.

Framework Changes

  • Re-released the Framework 2.3 asset bundle with corrected font asset URLs.
  • Restored a usable 2.3 patch after earlier broken 2.3.4 through 2.3.6 attempts were removed from release metadata.
  • Kept the versioned CSS and JavaScript URLs stable through the new Framework::Version release model.

Upgrade Notes

  • Use this patch instead of the removed 2.3.4, 2.3.5, or 2.3.6 builds if you need the latest Framework 2.3 assets.
  • Treat 2.3.7 as the final reliable 2.3 pin before moving to Framework 3.

Documentation Changes

  • Added Framework versioning support so docs and plugin previews can resolve release-specific CSS and JavaScript assets.
  • Updated docs example iframes to load the right release files for v1, v2, and later docs sets.
  • Added a chart height tip and localized table overflow counter copy in the surrounding 2.3 docs window.

Framework v2.3.3

Released on 2026-03-02.

Framework Changes

  • Adjusted screen text rendering to remove ligatures from Inter in Framework output.
  • Refreshed the Framework 2.3.3 CSS and JavaScript assets with the typography performance change.

Upgrade Notes

  • No markup changes are required.
  • Use this patch if text rendering performance or glyph substitution from Inter ligatures matters for your screen.

Documentation Changes

  • No separate documentation changes shipped with this typography patch.

Framework v2.3.2

Released on 2026-02-26.

Framework Changes

  • Updated the plugin render runtime for cursor and visual-editor behavior.
  • Added Progress component styles and device-specific progress handling.
  • Expanded item, grid, flex, overflow, variable, and table overflow support in the Framework 2.3 stylesheet.
  • Fixed content limiter behavior when layout--stretch is used.
  • Improved Table Overflow Counter behavior with size scaling and an optional visibility toggle.

Upgrade Notes

  • No markup changes are required for existing screens.
  • Use this patch if a stretched layout relies on Content Limiter or if a table needs scaled overflow counters.

Documentation Changes

  • Added detailed Framework docs for structure, layout methods, columns, grid, flex, screen, title bar, and runtime behavior.
  • Added documentation coverage for Progress and table overflow behavior in the 2.3 line.
  • Polished page navigation and styling across the v2 docs set.

Framework v2.3.1

Released on 2026-02-09.

Framework Changes

  • Fixed a calendar styling regression in the Framework 2.3 asset line.
  • Refreshed the versioned 2.3.1 CSS and JavaScript assets with the corrected generated output.

Upgrade Notes

  • No markup changes are required. Calendar layouts using 2.3 should move to this patch.

Documentation Changes

  • No separate documentation changes shipped with this patch.

Framework v2.3.0

Released on 2026-02-07.

Framework Changes

  • Released Framework 2.3.0 as the next stable v2 CSS and JavaScript bundle.
  • Added the TRMNL X guide and expanded the Framework docs index and example-card navigation.
  • Broadened component and utility styling across Description, Gap, Image Stroke, Item, Label, Outline, Rich Text, Rounded, Screen, Size, Text, Text Stroke, Title, Value, and related layout pages.
  • Refreshed the plugin render runtime and published /css/2.3.0/plugins.css and /js/2.3.0/plugins.js for version-pinned consumers.
  • Continued v2 responsive and device-model refinements from the 2.2 line.

Upgrade Notes

  • No markup changes are required when upgrading from the latest 2.2 release.
  • Use 2.3.0 or later when adopting the updated component styling and TRMNL X documentation patterns.

Documentation Changes

  • Added TRMNL X plugin migration guidance.
  • Added Framework example cards, layout example pages, and an expanded docs landing experience.
  • Updated many component docs with richer examples, including Gap, Rounded, Rich Text, Item, Label, Outline, and Value.

Framework v2.2.1

Released on 2026-01-16.

Framework Changes

  • Fixed strikethrough rendering on light gray title text.
  • Refreshed the Framework 2.2.1 asset bundle with the text decoration fix.

Upgrade Notes

  • No markup changes are required. Screens using strikethrough title text should prefer this patch.

Documentation Changes

  • No separate documentation changes shipped with this patch.

Framework v2.2.0

Released on 2026-01-13.

Framework Changes

  • Published the Framework 2.2.0 asset bundle with calendar week-number support included in the generated output.
  • Added full View responsiveness support across 1-bit, 2-bit, and 4-bit modes and full, quadrant, half-horizontal, and half-vertical views.
  • Added base-size styling for components and elements including Progress, Rich Text, Table, Label, Title, Value, Image Stroke, and Text Stroke.
  • Improved gap, rounded, and arbitrary size utilities for responsive sizing use cases.
  • Refreshed the versioned CSS and JavaScript archives for the 2.2 line.

Upgrade Notes

  • No markup changes are required for existing screens.
  • Re-test custom responsive View layouts because 2.2 broadens the combinations that receive generated view-specific styling.
  • Use this release when adopting base-size classes or arbitrary responsive size utilities in Framework 2 markup.

Documentation Changes

  • Added or expanded docs for base sizing across Progress, Rich Text, Table, Label, Title, Value, Image Stroke, and Text Stroke.
  • Updated Gap, Rounded, and Size documentation to cover the new responsive sizing behavior.
  • Added plugin layout example pages and Framework example navigation.

Framework v2.1.0

Released on 2025-12-30.

Framework Changes

  • Released Framework 2.1.0 as a refreshed v2 asset bundle.
  • Included clamp reliability work so dynamic content limiting waits more consistently for rendered layout state.
  • Carried forward Flex wrapping, positioning modifier, and flex-item fixes from the late 2.0 window.
  • Preserved v2 CSS and runtime compatibility while tightening layout behavior for dynamic plugin content.

Upgrade Notes

  • No markup changes are required. Existing clamp/content limiter markup should benefit from the runtime fix.
  • Prefer this release over 2.0.x when screens depend on clamping after images, fonts, or dynamic content settle.

Documentation Changes

  • No major docs restructure shipped with this release.
  • The v2 docs continued to serve as the upgrade and troubleshooting reference for clamp and layout behavior.

Framework v2.0.1

Released on 2025-11-10.

Framework Changes

  • Refreshed the Framework 2.0 asset bundle with calendar week-view text alignment fixes.
  • Kept the 2.0 JavaScript and CSS archives aligned with the corrected plugin output.

Upgrade Notes

  • No markup changes are required.
  • Calendar week-view layouts pinned to 2.0 should move to this patch for the alignment fix.

Documentation Changes

  • No separate documentation changes shipped with this asset patch.

Framework v2.0.0

Released on 2025-09-14.

Framework Changes

  • Released the Framework 2 asset line after the RC series that rebuilt responsive screen, view, orientation, and bit-depth behavior.
  • Added the v2 selector and screen mixin stack, including screen size, orientation, bit-depth, and selector-helper utilities used by generated CSS.
  • Expanded responsive utilities across Flex, Grid, Size, Scale, Aspect Ratio, Pixel Ratio, Background, Text, Visibility, and related component selectors.
  • Reworked the plugin render runtime with the v2 Overflow Engine, Clamp Engine, image-settling behavior, content limiter fixes, and generic height-budget handling.
  • Added .screen--1x preview support and corrected UI scale-factor handling so plugin previews render at predictable browser scale.
  • Polished v2 Label, View, Flex wrapping, layout stretching, table, progress, rich text, and title bar behavior before the stable asset publication.
  • Published the stable /css/2.0.0/plugins.css and /js/2.0.0/plugins.js assets after the final plugin-polish pass.

Upgrade Notes

  • Review the Framework v2 upgrade guide before moving markup from the 1.x release line.
  • Test responsive variants across screen size, orientation, and bit-depth; v2 changes how the screen and view layers coordinate those selectors.
  • Recheck custom overflow and clamp markup because v2 moved that behavior into a broader Overflow Engine and Clamp Engine runtime.
  • The old framework_v2 feature flag was removed immediately after the release window; v2 behavior became the default Framework path.

Documentation Changes

  • Added v2 overview, enhancement, troubleshooting, and upgrade guide pages.
  • Rebuilt responsive, flex, grid, overflow, clamp, scale, screen, label, progress, and table-overflow docs around the v2 behavior model.
  • Added responsive test documentation and examples for validating device, orientation, and bit-depth combinations.
  • Updated Framework navigation and sidebar structure so v2 guides and component pages were discoverable from the production docs.

Version 1.x

Framework v1.2.0

Released on 2025-07-28.

Framework Changes

  • Released Framework 1.2.0 with fixes for automatic Column and Grid gaps.
  • Refreshed the final 1.x asset line for version-pinned CSS and JavaScript consumers.
  • Published the last stable v1 bundle before the Framework 2 release-candidate series began.
  • Kept the v1 runtime available for consumers not yet ready to move to v2 responsive behavior.

Upgrade Notes

  • No markup changes are required. Use this release for the latest 1.x Column and Grid gap behavior.
  • Treat 1.2.0 as the safest v1 pin when you are not ready to adopt Framework 2 markup and runtime changes.

Documentation Changes

  • Hotfixed Framework v2 documentation during the same release window while keeping the v1 asset line intact.
  • Prepared the docs surface for the upcoming v2 release-candidate documentation without changing the v1 archive contract.

Framework v1.1.1

Released on 2025-05-20.

Framework Changes

  • Fixed a Title Bar rendering bug in the Framework 1.1 line.
  • Refreshed the 1.1.1 versioned assets with the patch.

Upgrade Notes

  • No markup changes are required. Screens using Title Bar should prefer this patch over 1.1.0.

Documentation Changes

  • Corrected minor documentation copy around the 1.1 release window.

Framework v1.1.0

Released on 2025-05-19.

Framework Changes

  • Published the Framework 1.1.0 asset bundle for the next v1 minor line.
  • Added major runtime and documentation-era improvements for Chart, Content Limiter, Image Stroke, Pixel Perfect, Rich Text, Size, and Text Stroke support.
  • Updated plugins.js alongside the 1.1 CSS assets so richer Framework examples could render in previews.
  • Kept the 1.x runtime and stylesheet assets available for version-pinned consumers.

Upgrade Notes

  • No markup changes are required when upgrading from the latest 1.0 patch.
  • Prefer 1.1.0 or later when using the expanded Chart, Rich Text, Content Limiter, Image Stroke, or Text Stroke examples.

Documentation Changes

  • Reworked the Framework docs layout with updated navigation, sidebar structure, and page headers.
  • Added or expanded Chart, Content Limiter, Image Stroke, Pixel Perfect, Rich Text, Size, and Text Stroke documentation.
  • Refreshed documentation pages across the v1 component and utility set.

Framework v1.0.5

Released on 2025-04-23.

Framework Changes

  • Updated plugin render runtime support used by plugin markup examples.
  • Refreshed the Framework 1.0.5 assets for the latest 1.0 line behavior.

Upgrade Notes

  • No markup changes are required.

Documentation Changes

  • Updated plugin markup example coverage for Framework consumers.
  • Kept the 1.0 docs aligned with the latest plugin example rendering behavior.

Framework v1.0.4

Released on 2025-02-24.

Framework Changes

  • Updated plugin layout runtime behavior in plugins.js.
  • Refreshed the Framework 1.0.4 assets for layout rendering improvements.

Upgrade Notes

  • No markup changes are required.

Documentation Changes

  • No separate documentation changes shipped with this runtime patch.

Framework v1.0.3

Released on 2025-02-06.

Framework Changes

  • Added Fit Value support to the plugin render runtime.
  • Improved format_value runtime behavior in the plugin renderer.
  • Published the 1.0.3 stylesheet and JavaScript assets with the Fit Value and Format Value updates.

Upgrade Notes

  • No markup changes are required for existing Format Value usage.
  • Use this patch when adopting Fit Value helpers in Framework 1.0 markup.

Documentation Changes

  • Added Fit Value documentation with runtime usage examples.
  • Expanded Format Value docs and added Mashup and View examples tied to the completed v1 guide set.

Framework v1.0.2

Released on 2025-02-04.

Framework Changes

  • Updated the plugin render runtime to parallelize JavaScript Framework processing.
  • Refreshed the 1.0.2 stylesheet and runtime assets for version-pinned consumers.
  • Kept the public 1.0 CSS API stable while improving runtime throughput.

Upgrade Notes

  • No markup changes are required.
  • Screens with multiple runtime helpers should benefit from the parallelized processing path.

Documentation Changes

  • No separate documentation changes shipped with this runtime-focused patch.

Framework v1.0.1

Released on 2025-01-21.

Framework Changes

  • Refreshed the Framework 1.0 asset bundle with expanded Size, Flex, Text, and Value coverage.
  • Published updated CSS assets for version-pinned 1.0 consumers.
  • Preserved existing 1.0 class names while broadening the documented utility surface.

Upgrade Notes

  • No markup changes are required when upgrading from 1.0.0.
  • Use this patch if you rely on the Size, Flex, Text, or Value utilities documented in the completed v1 guide set.

Documentation Changes

  • Added substantial docs coverage for Size, Flex, Text, and related core utilities.
  • Updated the Framework landing page to expose the expanded 1.0 utility coverage.

Framework v1.0.0

Released on 2024-11-03.

Framework Changes

  • Released the first stable 1.0 Framework asset bundle after the early 0.0.x CSS publications.
  • Established the versioned CSS baseline for production Framework consumers at /css/1.0.0/plugins.css.
  • Carried forward the early plugin render runtime work for overflow management and value formatting.
  • Stabilized the Grid and View examples used by the public Framework documentation.

Upgrade Notes

  • Pin to 1.0.0 only if you need the first stable v1 behavior rather than later 1.x patches.
  • Prefer later 1.0 patches for expanded runtime support around Format Value, Fit Value, and plugin markup examples.

Documentation Changes

  • Added the first broad public Framework documentation set covering core layout, component, and utility concepts.
  • Refined Grid, View, and code-example pages before the stable v1 publication.
  • Made the Framework docs available without authentication for public consumers.

Version 0.x

Framework v0.0.7

Released on 2024-09-19.

Framework Changes

  • Published the 0.0.7 Plugins CSS Framework asset.
  • Updated the latest early Framework CSS and JavaScript archives for version-pinned consumers.

Upgrade Notes

  • No markup changes are required when upgrading from 0.0.6.

Documentation Changes

  • No separate documentation changes shipped with this asset-only patch.

Framework v0.0.6

Released on 2024-08-18.

Framework Changes

  • Published an improved namespaced version of the early Plugins Framework stylesheet.
  • Refreshed the 0.0.6 CSS and JavaScript archives for version-pinned consumers.

Upgrade Notes

  • Review custom selectors if you depended on pre-namespaced early Framework CSS internals.

Documentation Changes

  • No separate documentation changes shipped with this asset-focused release.

Framework v0.0.5

Released on 2024-07-14.

Framework Changes

  • Expanded early Framework widget and component styling in the 0.0.x asset line.
  • Published the 0.0.5 CSS archive and associated JavaScript runtime asset.

Upgrade Notes

  • No markup changes are required when upgrading from 0.0.4.

Documentation Changes

  • No separate documentation changes shipped with this asset-only patch.

Framework v0.0.4

Released on 2024-07-11.

Framework Changes

  • Continued the early widget stylesheet expansion in the 0.0.x Framework line.
  • Published the 0.0.4 CSS archive and associated JavaScript runtime asset.

Upgrade Notes

  • No markup changes are required when upgrading from 0.0.3.

Documentation Changes

  • No separate documentation changes shipped with this asset-only patch.

Framework v0.0.3

Released on 2024-07-09.

Framework Changes

  • Expanded early widget and component stylesheet coverage in the 0.0.x line.
  • Published the 0.0.3 CSS archive and associated JavaScript runtime asset.

Upgrade Notes

  • No markup changes are required for existing early Framework screens.

Documentation Changes

  • No separate documentation changes shipped with this asset-only patch.

Framework v0.0.2

Released on 2024-06-23.

Framework Changes

  • Refreshed the early Plugins Framework stylesheet after making font assets public.
  • Published the 0.0.2 JavaScript runtime archive for version-pinned consumers.

Upgrade Notes

  • No markup changes are required when moving from 0.0.1.

Documentation Changes

  • No separate documentation changes shipped with this asset-only patch.

Framework v0.0.1

Released on 2024-06-22.

Framework Changes

  • Published the first public Plugins Framework stylesheet for API consumers.
  • Established the initial hosted CSS asset at /css/0.0.1/plugins.css.
  • Added the archived JavaScript runtime asset for the initial Framework line.

Upgrade Notes

  • This is the earliest archived Framework build; prefer a later version unless you need exact early behavior.

Documentation Changes

  • No separate documentation changes shipped with this initial asset publication.