Skip to content

Toro Cloud Dev Center


Release notes for Bellini v1.20.0

Bellini v1.20.0 was released on March 21, 2024. This version covers the following issues:

Stories

  • BLN-2077 - Add support for the icon in the link component
  • BLN-2075 - Add support for custom theme variables
  • BLN-2074 - Add support for copying the value of a property
  • BLN-2072 - Add support for importing an API from the marketplace
  • BLN-2048 - Add an option to open a tooltip in the editor area
  • BLN-2047 - Implement Lonti theme
  • BLN-2046 - Add support for form validation of custom component
  • BLN-2045 - Add a Text Input Editable property to the chip list component
  • BLN-2044 - Add isReadonly function to chip list properties
  • BLN-2043 - Add rich text editor toolbar options
  • BLN-2041 - Implement Find References for app services
  • BLN-2040 - Implement Find References for GraphQL APIs
  • BLN-2039 - Implement Edit Service menu item for custom app services in the Declarations tree
  • BLN-2038 - Implement Edit API menu item for APIs in the Declarations tree
  • BLN-2037 - Implement Open Preview menu item for assets elements in the Layout tree
  • BLN-2036 - Implement Edit Component menu item for component elements in the Layout tree
  • BLN-1989 - Add a build queue system for Bellini mobile app building
  • BLN-1981 - Add support for custom app service

Improvements

  • BLN-2100 - Update the icons of core components, elements, and layouts
  • BLN-2097 - Add support for autocompleting available css classes in classes modal
  • BLN-2078 - Add feedback to the app and component tree for DnD
  • BLN-2076 - Make iterate array variable visible in script UI and intellisense
  • BLN-2073 - Remove View As from the app editor if auth is not enabled
  • BLN-2060 - Use plain HTML as a fallback avatar image
  • BLN-2057 - Hide the bottom panel and its toggle button on certain active tabs
  • BLN-2054 - Remove the option to create an app with an existing repository
  • BLN-2051 - Add Source Control menu items to the "source control" tree node
  • BLN-2035 - Remove the Bellini logo on modals
  • BLN-2030 - Add description to app config and use it for the app deployment
  • BLN-2029 - Update validation message when deploying app version that already exists
  • BLN-2028 - Set default app version to 1.0.0-SNAPSHOT
  • BLN-2027 - Only use the app version when deploying an app
  • BLN-2002 - Make $env.getProperty() return type string or undefined
  • BLN-1997 - Add a property to enable/disable multiple date span selection in Calendar component
  • BLN-1995 - Add event background color and text color properties to calendar component
  • BLN-1994 - Add styles properties for sizing the calendar component
  • BLN-1992 - Add a way to reset changes via source control

Bugs

  • BLN-2232 - Dnd indicator is not showing in declarations tree view
  • BLN-2214 - Breadcrumbs component has no description
  • BLN-2208 - The confirm delete modal is using the wrong font size
  • BLN-2204 - Toggling fullscreen is showing the edges for the views
  • BLN-2092 - The button to change the editor background theme doesn't differentiate each option enough
  • BLN-2088 - Logs from a component not displaying in the Console
  • BLN-2087 - Consumed API is not sending a PUT request
  • BLN-2085 - Cancelling the creation of script or stylesheets throws an error to the console
  • BLN-2083 - Create a simple app guided tour can't proceed from step 4.
  • BLN-2079 - Cannot DnD an exported function on a canvas element to set event
  • BLN-2070 - The popup for editing the events sometimes doesn't work when event editing is enabled
  • BLN-2069 - Unknown provider error in API declaration within a component
  • BLN-2068 - Context menu appears behind of the calendar component
  • BLN-2065 - Multiple deletions for app services doesn't work
  • BLN-2059 - Cannot Generate Form from Declarations tree
  • BLN-2058 - Duplicating elements with children doesn’t create new tracking IDs for children
  • BLN-2055 - Declare property content assist proposal appears on an array declaration
  • BLN-2050 - Function modal code editor tooltip is not visible on top
  • BLN-2049 - Import API from workspace modal doesn't scroll
  • BLN-2042 - Right clicking an app in Apps Treeview on initial load of Bellini will open the app editor
  • BLN-2034 - Cannot add a property via content assist
  • BLN-2001 - Wrong generated expression when DnD a component function on another component function and wrong intellisense too
  • BLN-2000 - Exported functions in component are displayed differently
  • BLN-1998 - Advanced styles can be added to root element of component
  • BLN-1996 - Undo/redo can break the layout tree
  • BLN-1993 - The parameter type of On Toggled Change is incorrect