Homepage

Default_layout, allow liquid in layouts, GraphQL queries/mutations improvements

July 10, 2024

NEW

  • Page property layout now accepts liquid to dynamically determie the layout
  • Ability to update manually_managed from update_all mutations for views, layouts and pages
  • New app/config.yml option - default_layout (currently it's application) - allows to specify default layout for all pages, accepts liquid
  • New app/config.yml option - reject_null_geojson_coordinates - raises validation error for null GeoJSON coordinates
  • Attribute _index_update added to records_update_all mutations to be able to keep customizations in sync
  • api_call_send has a new attribute - internal, which allows to invoke API calls to itself or another instance (which is on the same stack), without being counted as an actual API call (the implementation is closer to render/function tag)

IMPROVED

  • Rejected callback is triggered when subscription is denied in WebSockets
  • Increased speed/performance for large instance database exports

FIXED

  • Allow nil for array compact
  • Edge case issues when exporting an old instance, which does not have any features_flags explicitly enabled/disabled

MAINTENANCE

  • Upgraded internal frameworks and dependencies to the newest versions

Questions?

We are always happy to help with any questions you may have.

contact us