Skip to content

Commit 1239ec5

Browse files
1.1.1
1 parent 560a074 commit 1239ec5

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NEXT RELEASE
44

5+
---
6+
7+
## 1.1.1
8+
59
### Features
610

711
- **Fold markers `${fold}``${/fold}`**: collapsible sections are now expressed as content markers (mirroring the block-comment `${key}…${/key}` pattern, no companion binding needed). `${fold}` starts collapsed, `${fold:open}` starts expanded. They work in any language and — unlike the previous attribute — both inside a `<textarea>` **and** via the `code` property (programmatic content). Marker lines are removed from the output and from copy/download.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softwarity/interactive-code",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A Web Component for displaying syntax-highlighted code with interactive bindings. Supports HTML, SCSS, TypeScript, and Shell with interactive values (boolean, number, string, select, color, comment, attribute).",
55
"type": "module",
66
"main": "./dist/interactive-code.js",

0 commit comments

Comments
 (0)