Experimental new tag for changing locale via Liquid - context_rc (_rc suffix to be eventually removed, indicating the syntax might change)
New flag in app/config.yml - slug_exact_match to improve behavior of the routing
Experimental new tag jwe_encode_rc
New flag in app/config.yml - skip_elasticsearch to avoid duplicating data in ES if the application does not use it
Platform Update
April 06, 2021
New Feature
allow blank external_ids export
add AVIF to possible image format
allow to access context.constants in background tag
allow to raise 500 for any filter/GraphQL error via liquid_raise_mode in app/config.yml
Bug Fix
background workers not refreshing cache properly (partials, translations)
Platform Update
March 22, 2021
Improvement
value_upload GraphQL field - you can now create a file on S3 in the <table>/<field>/<your path> location and decide whether it should be public or private (default); equivalent of a deprecated custom_attachment_create mutation
New Feature
added new to_csv filter
Platform Update
March 16, 2021
New Feature
When implementing the websockets, now you are able to create channels/<channel_name>/subscribed.liquid which works the same as an Authorization Policy: if it evaluates to true, the user will have access to the channel, otherwise they won’t. This will prevent listening to other people's DMs, etc. If the subscribed.liquid file is not created, then there is no authorization and we assume this is a public channel.
Added new flag do_not_add_return_to_to_authorization_policies which can be set in [app/config.yml]
Added new filters amount_to_fractional and fractional_to_amount
Platform Update
March 08, 2021
New Feature
add env to the {% log %} tag to specify in which environment(s) the log should be visible
Platform Update
February 22, 2021
New Feature
added value_upload to GraphQL to be able to generate pdf using the property upload
added hcaptcha support for Forms
related_records for profiles
allow to add subdomain constraint to Page
Bug Fix
fixed the bug where type is not added for raw fields
Insites Components v2.7.0
February 17, 2021
###New Features
New attribute tooltip for Data Entry components
New attribute autostop for ins-carousel component
Bug Fixes
Fixed Font Icons
Fixed broken styles of ins-codemirror and ins-editor
Platform Update
February 08, 2021
New Feature
value_array GraphQL argument for properties (this is to fix [https://community.platformos.com/posts/how-do-i-filter-by-empty-arrays-in-graphql-797])
Bug Fix
syncing a page with empty contents will keep it empty