-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca9bef1
commit 4b89c63
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#### 0.0.2 (2024-08-15) | ||
|
||
##### Documentation Changes | ||
|
||
- add developer guide (#19) (b2eaf28c) | ||
|
||
##### New Features | ||
|
||
- remove view page button from header (#16) (ca9bef1c) | ||
- change toggle button to switch (#15) (2369fb21) | ||
- redirect to 404.html if origin is not in storm (#17) (0e86cff1) | ||
|
||
##### Bug Fixes | ||
|
||
- update Puck after clearing local changes and fix undo state (#18) (3b336316) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@yext/visual-editor", | ||
"description": "Component library for Yext Pages Visual Editor", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
"author": "[email protected]", | ||
"types": "dist/index.d.ts", | ||
|