Skip to content

Commit 69b43be

Browse files
Version Packages (#1038)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1846430 commit 69b43be

File tree

7 files changed

+77
-26
lines changed

7 files changed

+77
-26
lines changed

.changeset/multievent-state-persistence.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/hyperbook/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# hyperbook
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- [`1846430`](https://github.com/openpatch/hyperbook/commit/1846430dc148766c210104ab8ccbc9aca0bc71b8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add complete state persistence to multievent directive with visual feedback restoration
8+
9+
The multievent directive now saves and restores its complete state, including all visual feedback from evaluations. When users reload the page, they can see whether their task was evaluated as correct or incorrect.
10+
11+
Features:
12+
13+
- New `multievent` table in Dexie store with schema `id, state`
14+
- Automatic state saving on all user interactions (input changes, button clicks, evaluations)
15+
- Complete restoration of visual feedback including:
16+
- Green highlighting (#9f0) for correct answers
17+
- Orange striped backgrounds (#f90) for incorrect answers
18+
- Error indicators (🔍/🔎) next to items needing attention
19+
- Evaluation button state with green border when completed
20+
- Success/failure hint visibility
21+
- HangMan (word puzzle) progress and error display
22+
- Word search button states and highlighting
23+
- State is saved per multievent instance and per page URL
24+
- Seamless integration with existing export/import functionality
25+
326
## 0.67.0
427

528
### Minor Changes

packages/hyperbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperbook",
3-
"version": "0.67.0",
3+
"version": "0.68.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @hyperbook/markdown
22

3+
## 0.42.0
4+
5+
### Minor Changes
6+
7+
- [`1846430`](https://github.com/openpatch/hyperbook/commit/1846430dc148766c210104ab8ccbc9aca0bc71b8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add complete state persistence to multievent directive with visual feedback restoration
8+
9+
The multievent directive now saves and restores its complete state, including all visual feedback from evaluations. When users reload the page, they can see whether their task was evaluated as correct or incorrect.
10+
11+
Features:
12+
13+
- New `multievent` table in Dexie store with schema `id, state`
14+
- Automatic state saving on all user interactions (input changes, button clicks, evaluations)
15+
- Complete restoration of visual feedback including:
16+
- Green highlighting (#9f0) for correct answers
17+
- Orange striped backgrounds (#f90) for incorrect answers
18+
- Error indicators (🔍/🔎) next to items needing attention
19+
- Evaluation button state with green border when completed
20+
- Success/failure hint visibility
21+
- HangMan (word puzzle) progress and error display
22+
- Word search button states and highlighting
23+
- State is saved per multievent instance and per page URL
24+
- Seamless integration with existing export/import functionality
25+
326
## 0.41.0
427

528
### Minor Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/markdown",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @hyperbook/vscode-extension
22

3+
## 0.44.0
4+
5+
### Minor Changes
6+
7+
- [`1846430`](https://github.com/openpatch/hyperbook/commit/1846430dc148766c210104ab8ccbc9aca0bc71b8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add complete state persistence to multievent directive with visual feedback restoration
8+
9+
The multievent directive now saves and restores its complete state, including all visual feedback from evaluations. When users reload the page, they can see whether their task was evaluated as correct or incorrect.
10+
11+
Features:
12+
13+
- New `multievent` table in Dexie store with schema `id, state`
14+
- Automatic state saving on all user interactions (input changes, button clicks, evaluations)
15+
- Complete restoration of visual feedback including:
16+
- Green highlighting (#9f0) for correct answers
17+
- Orange striped backgrounds (#f90) for incorrect answers
18+
- Error indicators (🔍/🔎) next to items needing attention
19+
- Evaluation button state with green border when completed
20+
- Success/failure hint visibility
21+
- HangMan (word puzzle) progress and error display
22+
- Word search button states and highlighting
23+
- State is saved per multievent instance and per page URL
24+
- Seamless integration with existing export/import functionality
25+
26+
### Patch Changes
27+
28+
- Updated dependencies [[`1846430`](https://github.com/openpatch/hyperbook/commit/1846430dc148766c210104ab8ccbc9aca0bc71b8)]:
29+
- @hyperbook/markdown@0.42.0
30+
331
## 0.43.0
432

533
### Minor Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://hyperbook.openpatch.org",
1313
"main": "./out/extension.js",
14-
"version": "0.43.0",
14+
"version": "0.44.0",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)