Skip to content

Commit fd2b078

Browse files
committed
add legacy ai widget removal
1 parent 6dc91f3 commit fd2b078

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/docs/releasenotes.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Wave v0.14.4 introduces vertical tabs, upgrades to xterm.js v6, and includes a c
2525
- **Warn on Unsaved Changes** - WaveConfig view now warns before discarding unsaved changes
2626
- **Stream Performance** - Migrated file streaming to new modern interface with flow control, fixing a large time-to-first-byte streaming bug
2727
- **macOS First Click** - Improved first-click handling on macOS (cancel the click but properly set block/WaveAI focus)
28+
- Deprecated legacy AI widget has been removed
2829
- [bugfix] Fixed focus bug for newly created blocks
2930
- Electron upgraded to v41
3031
- Package updates and dependency upgrades

frontend/app/onboarding/onboarding-upgrade-v0144.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ const UpgradeOnboardingModal_v0_14_4_Content = () => {
5454
<div className="text-foreground text-base font-semibold leading-[18px]">Other Changes</div>
5555
<div className="text-secondary leading-5">
5656
<ul className="list-disc list-outside space-y-1 pl-5">
57+
<li>
58+
<strong>macOS First Click</strong> - First click now focuses the clicked widget
59+
</li>
5760
<li>
5861
<strong>
5962
<code>backgrounds.json</code>
@@ -66,6 +69,7 @@ const UpgradeOnboardingModal_v0_14_4_Content = () => {
6669
</li>
6770
<li>WaveConfig now warns on Unsaved Changes</li>
6871
<li>Preview streaming fixes for images/videos</li>
72+
<li>Deprecated legacy AI widget has been removed</li>
6973
<li>[bugfix] Fixed focus bug for newly created blocks</li>
7074
</ul>
7175
</div>

0 commit comments

Comments
 (0)