Releases: vaadin/copilot
Releases · vaadin/copilot
24.7.0.beta1
What's Changed
- Updated icons
- The position of the badge sizing popup is now displaying properly on top and bottom of the viewport.
Please note that this release also includes several dependency updates and minor fixes not listed here.
24.7.0.alpha9
What's Changed
New Features
- Copilot can write new entities
- Palette items have support for keyboard shortcuts
24.7.0.alpha8
What's Changed
- Detect and show if Spring Data JPA is in use
- Handle multi selection for when custom components drill context is on.
- Flow support to delete a custom components
24.7.0.alpha7
New Features
- Allow setting example data for Charts and Grid in Hilla.
- Pressing ESC should hide floating panels.
- Clear drill down context on pressing ESC key.
- Do not show internals of custom component in the view.
- Reorganize activation menu
- Show Spring related versions and status in info panel.
- Support changing application user through the copilot menu.
Bug Fixes
- React to drill down changes for recalculating new position.
- Handle 404 on plugin connection.
- Outline throws undefined on context menu event when no row is in the target.
- Components that are defined outside of CC context should not be selectable.
- Inner component selection should be cleared when drilled up.
- Fix cases when prompt loading spinner can go forever.
24.7.0.alpha6
What's Changed
New Features:
- Support binding a Hilla grid to a custom service method
- Custom component - Drill down pattern for flow
- Display active drill context level
Bug Fixes:
- Wrapping can cause use before the definition
- Wrapping a child and a parent causes the parent to be deleted
- Scroll to element when it is outside of viewport only
- Bad error message when check if a property can be edited fails
- Hide 'connect to data' for components that do not support it
24.7.0.alpha5
New Features
- Creating new views based on existing templates
- Implemented Custom component detection for Flow
- Update UI look and feel
- Added feature of connecting grid to Flow service
- Added logging response code when Hilla request fails
Bug Fixes
- Fixed issue with disabled element selection with mouse clicks
24.7.0.alpha4
Vaadin Copilot Release Notes
New Features
- Made dashboard title editable.
Bug Fixes
- Fixed an issue where AI would remain in progress indefinitely.
24.7.0.alpha3
What's Changed
New Features:
- Inform user that operation is not available for Kotlin
- Enable go to attach source of flow components
- Create new route from existing templates
- Gap and padding UX improvements
- New route panel redesign
- Improved React 19 compatibility
Bug Fixes:
- Fixed DNS resolver errors logged on Mac
- Fixed setting width to 'hug' for a new VerticalLayout
- Fixed calling Spring when it is not available
- Fixed CheckboxGroup component copy&paste
24.7.0.alpha2
What's Changed
New Features:
- Dashboard is added to palette
Bug Fixes:
- Alignment detail is not opened for div elements
- Selection should be cleared on location change
- Selection overlay is not visible when parent element is body
- Copying Details creates invalid summary class
24.7.0.alpha12
What's Changed
New Features
- Duplicate custom components (Flow) fixes
- Restoring drill down same as selection on page reload
- Allow creating a new in-memory service when connecting grid to data
Bug Fixes
- Use setItemsPageable to simplify Grid data binding
- Actually load the font
- Write hooks in function and not inline
- Selection should not go out of drill down context
- Allow dragging into a preceding layout
- Fix dragging into a non-empty preceding layout
- Handling method selection when adding a template
- Unable to drop a template before a class field
- Consider Composite hierarchy
- Font family weight fix
Other Improvements
- Use Title Case
- Random global theme changes extracted from the 'new service' change
- Fix invalid error handling caused by refactoring
- Properly handle popovers in Copilot
- Allow using Throwable instead of Exception