Skip to content

Releases: vaadin/copilot

24.7.0.alpha6

28 Jan 19:09
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha6 Pre-release
Pre-release

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

20 Jan 12:07
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha5 Pre-release
Pre-release

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

13 Jan 12:20
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha4 Pre-release
Pre-release

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

09 Jan 13:20
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha3 Pre-release
Pre-release

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

08 Jan 08:09
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha2 Pre-release
Pre-release

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

25 Feb 17:21
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha12 Pre-release
Pre-release

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

24.7.0.alpha11

18 Feb 15:49
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha11 Pre-release
Pre-release

What's Changed

New Features

  • User can now choose custom component API method when dropping components into it.
  • When a class is corrupted, a 'restart' button will be shown.

Bug Fixes

  • Improved performance of Outline and Tree.
  • Users can now copy text inside copilot panels.

24.7.0.alpha10

17 Feb 11:32
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha10 Pre-release
Pre-release

New Features

  • Support has been added for creating @BrowserCallable services.
  • Feature of upgrade assist with Vaadin version updates.

Bug Fixes

  • Sub menus now close when hovering over custom components in the activation button menu.
  • We resolved an issue where the tree root was undefined.
  • Fixes have been made to avoid fetch failure if there is a problem with one service.
  • Connection failure messages, such as those that occur when offline, will no longer be logged.
  • The Flow grid can now be connected without using reflection.

24.7.0.alpha1

19 Dec 13:39
3ae19a0
Compare
Choose a tag to compare
24.7.0.alpha1 Pre-release
Pre-release

New Features

  • Dynamic Content Detection: Improved handling for dynamic content, including translations.
  • Drawer Affordances: Enhanced usability for drawers with better affordances.
  • UI Service Enhancements:
    • Show generic types for UI service parameters.
    • Display return types in the UI services panel.
  • Hilla Integration: Connect grid components to backend services.
  • UI Improvements:
    • Fixed floating panel resizing limits within the viewport.
    • Improved badge behavior and styling, including proper width and overlay positioning.
    • Updated label editor to use TextArea for better input handling.
    • Differentiated hover and selection styles for better clarity.

Bug Fixes

  • Component Copy-Paste:
    • Resolved issues with copying avatar groups, accordions, and elements with multiple values.
    • Fixed missing method calls during duplication.

These updates focus on usability and stability.

24.6.7

18 Mar 09:54
3ae19a0
Compare
Choose a tag to compare

What's Changed

New Features

  • UX / UI related updates

Bug Fixes

  • Indicate more clearly when AI is disabled
  • Hide login window when login is complete
  • Do not run test generator if AI is disabled
  • Do not log exception message on connection failures e.g. offline
  • Do not open spotlight on shift space with a text field focused
  • Grid can now be copied and pasted