Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
acd798e
feat: send schema preview to storm (#876)
benlife5 Nov 10, 2025
137e4fe
fix: hide filter modal when there is no applicable filters (#880)
anguyen-yext2 Nov 10, 2025
16e94c7
fix: allow selected distance to be unset (#872)
mkouzel-yext Nov 11, 2025
384762c
release: v0.0.65
briantstephan Nov 12, 2025
59f88ff
Revert "release: v0.0.65"
briantstephan Nov 12, 2025
037c98e
release: v0.0.65
briantstephan Nov 13, 2025
87abbf1
fix: call migrate in locator template (#904)
mkouzel-yext Nov 13, 2025
1131577
release: v0.0.66
briantstephan Nov 13, 2025
68a8e55
feat: adding comma seperated prop for TextList Component (#902)
rkeerthient Nov 17, 2025
6a08909
feat: added grid-1 prop to existing grid layout (#903)
rkeerthient Nov 19, 2025
1d50111
fix: release tag sorting (#909)
benlife5 Nov 19, 2025
d59311e
chore: more release tag fixes (#914)
benlife5 Nov 20, 2025
019f599
feat: customizable locator result cards (#916)
mkouzel-yext Nov 21, 2025
d9b2250
release: v0.0.67
benlife5 Nov 21, 2025
2c09fa1
fix: undefined state error (#917)
colton-demetriou Nov 24, 2025
fb049bb
feat: allow custom code component for all users (#922)
asanehisa Dec 1, 2025
92f5046
wait for screenshots to re-add
asanehisa Dec 2, 2025
b66d549
docs: auto-generate component documentation
github-actions[bot] Dec 2, 2025
ffe99e2
missed a translation
asanehisa Dec 2, 2025
bb3927f
Merge branch 'merge-main' of https://github.com/yext/visual-editor in…
asanehisa Dec 2, 2025
9fb1222
Update component screenshots for visual-editor
github-actions[bot] Dec 2, 2025
5bf0c5d
docs: auto-generate component documentation
github-actions[bot] Dec 2, 2025
c7caa0e
Update component screenshots for visual-editor
github-actions[bot] Dec 2, 2025
990a072
docs: auto-generate component documentation
github-actions[bot] Dec 2, 2025
ce8dbf8
Update component screenshots for visual-editor
github-actions[bot] Dec 2, 2025
e0c9677
Update phone number in TeamSection test
asanehisa Dec 2, 2025
58bf614
Update component screenshots for visual-editor
github-actions[bot] Dec 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/visual-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,22 @@
- cta prop fields ([#819](https://github.com/yext/visual-editor/pull/819)) ([6f2ba069](https://github.com/yext/visual-editor/commit/6f2ba069b558e6c7b47f454587ba0e8b822bfd37))
- pass variants directly into resolveComponentData ([#788](https://github.com/yext/visual-editor/pull/788)) ([a7072ecb](https://github.com/yext/visual-editor/commit/a7072ecba993e065329b74291cec2dae90ae7b79))

#### 0.0.67 (2025-11-21)

##### Chores

- more release tag fixes ([#914](https://github.com/yext/visual-editor/pull/914)) ([d59311ef](https://github.com/yext/visual-editor/commit/d59311ef0a12f7822255eda6461eabd37507f70f))

##### New Features

- customizable locator result cards ([#916](https://github.com/yext/visual-editor/pull/916)) ([019f599f](https://github.com/yext/visual-editor/commit/019f599fda1daa1dda8e679c7d3ef2555dd836a7))
- added grid-1 prop to existing grid layout ([#903](https://github.com/yext/visual-editor/pull/903)) ([6a08909a](https://github.com/yext/visual-editor/commit/6a08909a986e532e420b8b0014a47424b18f3471))
- adding comma seperated prop for TextList Component ([#902](https://github.com/yext/visual-editor/pull/902)) ([68a8e554](https://github.com/yext/visual-editor/commit/68a8e554b04f4d4a1059e721f71ccf60d72bd528))

##### Bug Fixes

- release tag sorting ([#909](https://github.com/yext/visual-editor/pull/909)) ([1d50111e](https://github.com/yext/visual-editor/commit/1d50111e14f365673726b5c0430ca9f09c513fe4))

#### 0.0.66 (2025-11-13)

##### Bug Fixes
Expand Down
12 changes: 12 additions & 0 deletions packages/visual-editor/locales/cs/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/visual-editor/locales/da/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/visual-editor/locales/de/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/visual-editor/locales/en-GB/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading