Releases: vaadin/copilot
Releases · vaadin/copilot
25.0.0-alpha3
What's Changed
New Features
- Displaying drop zones for Flow Components
- Figma importers support components as properties
- Explicit server restart possible from Features panel
Bug Fixes
- Fixed issue preventing error messages to be copied
- Fixed Esc key dialog closing
- Fixed drag and drop regression in Hilla
- Fixed tree root node undefined exception
- Fixed issue related to no reaction after deleting a component in CustomField
25.0.0-alpha2
What's Changed
New Features
- LitTemplate to Java converter
Bug Fixes
- Do not allow wrapping routes with layouts
- Fixed issue related to reading styles referring to enums
- Fixed issues related to drag'n'drop
25.0.0-alpha1
New Features
- Show menu toggle for new route also for Hilla
- [FEATURE] Possibility to keep log open when entering Data
- Support pasting HTML in addition to React
- Add Wrap with Other...
- Rewriter method for importing the components from a LitTemplate
- Test bench test generator
Bug Fixes
- Use a CSS bounce animation instead of opening drawers
- Download latest JBR when setting up workflow
- "New route" defaults to Hilla in Flow project if panel is open when you refresh
- Show add to menu title
- Use the same filename and class name
- Typing dot . in float property field clears it
- Ignore < when detecting Figma paste
- Allow React paste to contain extra whitespace
- Allow drops in upload component
- Make Figma import work when part of the text is HTML encoded
- Force a bundle recompile when changing to a snapshot version
<label>
is NativeLabel, not Label in Flow- Outline displays child of a custom component more than once
- Copilot menu doesn't close automatically
- Do not lower case already camelCased variables
- Do not hide new route while drag operation
- Grid.__scrollIntoViewport now wants the element
- Fixed position of 'Close notification' button not to affect height of content area
- Fail tests if browser log has errors
Refactors
- Use image-upload-component for generating theme with AI
Other Changes
- Use the newer API for setting Avatar image and remove the deprecated ones
- Improve notification dots in activation menu
24.9.0-alpha2
What's Changed
New Features
- Displaying drop zones for Flow Components
- Figma importers support components as properties
- Explicit server restart possible from Features panel
Bug Fixes
- Unable to copy error message
- Esc key should close dialogs
- DragDrop regression in Hilla
- Fixed tree root node undefined exception
- Fixed issue related t no reaction after deleting a component in CustomField
24.9.0-alpha1
New Features
- Show menu toggle for new route also for Hilla
- Added the possibility to keep Log panel opened with deactivated Copilot
- Added support for pasting HTML in addition to React
- Introduced a new feature: Wrap with Other...
- Introduced LitTemplate to Java conversion
Bug Fixes
- Replaced opening drawers with a CSS bounce animation
- Fixed an issue with "New route" defaulting to Hilla in Flow project if panel was open on refresh
- Fixed an issue where typing a dot in float property field was clearing it
- Fixed a bug where the copilot menu didn't close automatically
- Fixed the issue of lower case already camelCased variables
- Fixed an issue with grid.__scrollIntoViewport
- Fixed the position of 'Close notification' button not to affect the height of the content area
- Fixed the detection of LitTemplate instead of LitElement
- Fixed an issue with drag'n'drop assuming column layout
- Fixed the issue with show-in-ide link styling in notification
- Fixed a bug where styles referring to enums couldn't be read
- Fixed an issue with drag'n'drop not working when components are created in methods
24.8.6
What's Changed
Bug Fixes
- ImportMetadata has been made available in the public Figma Importers API.
- Fixed an issue where removing a component used in a binder with a lambda didn't work properly.
- Fixed an issue where there was no reaction after deleting a component in CustomField.
- Adjusted the height of "Elements" in Spotlight for better visibility.
24.8.5
What's Changed
Bug Fixes
- Lowered netty-all to 4.1.122.Final to fix maven-enforcer-plugin dependency issue.
24.8.4
Release Notes
New Features
- Figma import: Components can be used as property values.
Bug Fixes
- Fixed an issue where the toggle button theme and accessibility updates were not working properly.
- Resolved an issue where users were unable to copy error messages.
- Fixed a delay in resetting the activation button dragging flag.
- Fixed an issue where the 'Esc' key was not closing dialogs as expected.
- Resolved a Drag and Drop regression in Hilla.
24.8.3
What's Changed
New Features
- Allow disabling Vite HMR using a global flag
- Added a method for importing the components from a LitTemplate
Bug Fixes
- Fixed drag'n'drop related issues
- Fixed issue with reading styles referring to enums while writing Java
24.8.2
What's Changed
New Features
- No new features were introduced in this release.
Bug Fixes
- Fixed an issue where
grid.__scrollIntoViewport
was expecting an element instead of a number. - Fixed the positioning of the 'Close notification' button so it no longer affects the height of the content area.