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/stepper-opaque-thumbnail.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/common/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<img>`, 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
Expand Down
2 changes: 1 addition & 1 deletion src/common/stepper/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading