Skip to content

Commit ef105ec

Browse files
authored
Merge pull request #14 from openpatch/changeset-release/main
Version Packages
2 parents c2096aa + 25a92b2 commit ef105ec

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/plain-taxis-shave.md

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

packages/web-component/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @openpatch/java-memory-playground-web-component
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`c2096aa`](https://github.com/openpatch/java-memory-playground/commit/c2096aa29769b4039a723d94288ba2888b268ade) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Forward the React layer's `onEdit` as an `edit` event on both custom elements. `change` still fires
8+
only when the user presses **Save**, which is what a host with a save of its own wants; `edit` fires
9+
on every edit, which is what a host that keeps the diagram for the user needs — an embedded
10+
playground in a book, for one, where nobody should have to press Save to keep their work.
11+
312
## 0.2.1
413

514
### Patch Changes

packages/web-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@java-memory-playground/web-component",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"author": "Mike Barkmin",
55
"description": "Java Memory Playground as a framework agnostic web component.",
66
"homepage": "https://github.com/openpatch/java-memory-playground#readme",

0 commit comments

Comments
 (0)