Releases: vaadin/designer
Releases · vaadin/designer
Handle unresolved imports from project
Changes in 3.1.3:
- Handle unresolved imports from project.
- Reduce amount of license checking requests.
Release is available for:
- Eclipse at the preview update site: https://vaadin.com/eclipse
- IntelliJ at Stable channel: https://plugins.jetbrains.com/plugin/9519-vaadin-designer
Add selection for the new Outline
Changes in 4.0.0.alpha4:
The preview release is available for:
- Eclipse at the preview update site: https://vaadin.com/eclipse/preview
- IntelliJ at EAP channel: https://plugins.jetbrains.com/plugin/9519-vaadin-designer
Updates for the colorful palette
Changes in 4.0.0.alpha3:
- Save the state of palette categories before and after filtering. (#1618)
- Improve palette icons using predefined colors. (#1571)
- Group component snippets according to their main web component. (#1829)
The preview realease is available for:
- Eclipse at the preview update site: https://vaadin.com/eclipse/preview
- IntelliJ at EAP channel: https://plugins.jetbrains.com/plugin/9519-vaadin-designer
Maintenance Release
Changes in 3.1.2
- Double-clicking a Vaadin 11 palette item now adds a sibling instead of a child. (#1689)
- Fixed a bug that made the licensing banner of pro components like Charts appear.
- Correctly write Grid's item type to Vaadin 8 designs if the type is a static inner class. (#1847)
- Don't associate Designer with Polymer 2 templates in non-Flow project anymore. (#1843)
Support different frontend folder locations
Vaadin 11 support
Automatically refresh external preview
In this release:
- Automatically refresh external preview. (#1741)
- Add String as an argument for Flow generic types. (#1749)
- Render dragged snippet with multiple imports correctly. (#1682)
- Only refresh paper when editing a data binding. (#1801)
- Support Gradle webjars dependencies. (#1811)
- Stop editing properties whenever underlying table widget is reloaded. (#1780)
- Change design file if root components have been rearranged. (#1799)
Remember paper size and position
In this release:
- Remember paper size and position for multiple design openings. (#1713)
- Fixed issue when edits were not saved to template text. (#1591)
- Fixed issue when server address was already reserved in Eclipse. (#1665)
- Colspan attribute change updates form layout automatically. (#1800)
- Web components detection logic improved. (#1759)
- Modify template text only when new content differs form the previous one. (#1649)
- Icon set updated for better UX. (#1782)
Support multiple roots in snippet
Support CSS media queries
In this release:
- CSS media queries now work correctly when paper size changes.
- Changing the 'id' property updates the corresponding
@Id
in the Java file. (#1604) - Lumo styles are properly applied in the editor. (#1683)
- Palette was removed from Preview mode. (#1568)
- Fixed issues in working with multiple open projects. (#1593)
- Fixed an issue in companion file detection if it contained multiple @htmlimports. (#1712)
- Support Java 10 in Eclipse Designer. (#1757)
- Fixed rendering of the custom wysiwyg element. (#1778)