CUBA Studio Changelog


Version 1.3.3

  1. Support for GridLayout row flex and visible attributes.
  2. Fixed Filter custom conditions support.
  3. Fixed error with nested datasource creation.
  4. Fixed exception when deleting service.
  5. Fixed exception when saving project properties.
  6. Fixed OutOfMemoryError in view editor if the view has circular dependency.
  7. Entity views are now deleted after deleting the entity.
  8. Eclipse bin folders are excluded from watching.
  9. Implemented enums external changes watching.

Version 1.3.2

  1. Fixed database scripts statements separator.
  2. Fixed DB update fail if an entity with unique constraint is renamed.
  3. Fixed NPE on deleting a unique constraint.
  4. 'java' plugin is now applied for root project in build.gradle if Eclipse support is on.

Version 1.3.1

  1. web.xml should contain webResourcesTs context parameter for projects based on platform 5.3+. If you have created such project before this update, add the following code to your modules/web/web/WEB-INF/web.xml file:
        <web-app ...
            <context-param>
                <description>Web resources version for correct caching in browser</description>
                <param-name>webResourcesTs</param-name>
                <param-value>${webResourcesTs}</param-value>
            </context-param>
    
  2. Service designer now reacts properly on file changes from outside Studio and allows to use arbitrary bean class name.
  3. Fixed bugs in the Entity designer Unique constraints tab.

Version 1.3.0