diff --git a/.changeset/stepper-opaque-thumbnail.md b/.changeset/stepper-opaque-thumbnail.md deleted file mode 100644 index 28e7c55..0000000 --- a/.changeset/stepper-opaque-thumbnail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sourceacademy/common-stepper": patch ---- - -Add an `image` `SyntaxTemplatePart` (renders a node's data-URL property as an inline ``, e.g. a rendered thumbnail for an opaque runtime value — DrRacket-style — falling back to nothing when the property is absent) and an `unless` part (the inverse of `when`, for pairing an image with a textual fallback). `web-stepper` renders both generically; a language opts in by using them in its `SyntaxProfile` templates. Both additions are optional and backward-compatible. diff --git a/src/common/stepper/CHANGELOG.md b/src/common/stepper/CHANGELOG.md index b2d0863..b98ea3f 100644 --- a/src/common/stepper/CHANGELOG.md +++ b/src/common/stepper/CHANGELOG.md @@ -1,5 +1,11 @@ # @sourceacademy/common-stepper +## 0.0.3 + +### Patch Changes + +- 065da98: Add an `image` `SyntaxTemplatePart` (renders a node's data-URL property as an inline ``, e.g. a rendered thumbnail for an opaque runtime value — DrRacket-style — falling back to nothing when the property is absent) and an `unless` part (the inverse of `when`, for pairing an image with a textual fallback). `web-stepper` renders both generically; a language opts in by using them in its `SyntaxProfile` templates. Both additions are optional and backward-compatible. + ## 0.0.2 ### Patch Changes diff --git a/src/common/stepper/package.json b/src/common/stepper/package.json index 78c876f..1424f8e 100644 --- a/src/common/stepper/package.json +++ b/src/common/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@sourceacademy/common-stepper", - "version": "0.0.2", + "version": "0.0.3", "packageManager": "yarn@4.18.0", "description": "Shared, language-agnostic protocol for the Source Academy stepper plugin pair", "scripts": {