Skip to content

Commit

Permalink
release: v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick committed Nov 6, 2024
1 parent c71255c commit c5354fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#### 0.0.15 (2024-11-06)

##### New Features

- add fontSize to getDirections (#140) (29e733b4)
- add NumberOrDefaultField (#133) (e06808ed)
- handle siteId in resolveVisualEditorData (#137) (75cbbb63)
- use localStorage when in dev mode (#134) (e7c3fd3a)
- add GetDirections component (#135) (ce63ff99)

##### Bug Fixes

- layout editor no longer requires themeId (#136) (c71255ce)

#### 0.0.14 (2024-11-04)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
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.14",
"version": "0.0.15",
"type": "module",
"author": "[email protected]",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c5354fc

Please sign in to comment.