Glide Glide Updates logo

Glide Updates

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • Fix
  • new feature
  • Improvement
  • Event
  • Announcements

Jump to Month

  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
new feature
8 months ago10/29/2021

Show Edit Screen Action

You can now trigger the 'Edit Screen' with an action. This allows you to prompt your users to edit a screen with buttons, images, and other components.


new feature
8 months ago10/27/2021

Allow Image Upload

You can now enable or disable 'Allow image upload' in the user's profile.


Improvement
8 months ago10/25/2021

Button moods

You can now add a 'Mood' to your buttons, you can choose from 'Default', 'Success', or 'Danger'.


Improvement
8 months ago10/21/2021

Add an action to the title component

You can now add an action to your Title component. Select your component and choose an action from the drop-down list.


new feature
8 months ago10/11/2021

Drag & Drop from Layout Database

Now you can drag and drop components from the 'Data Tab' into your 'Layout'. Click on the 'Data Tab', on the left of your screen, select the column you want to add and drag it into the 'Layout'.


Improvement
9 months ago09/16/2021

Search in drop-downs

You can now search in the column drop-downs within Glide. This is particularly helpful if your table has many, many columns.


new feature
10 months ago08/31/2021

Experimental Code Column

With the Experimental Code Column you can use your own JavaScript code to create new, custom computed columns. Parameters & results are passed to your code, your code performs computations or fetches data from third parties, and then returns values back to your app. Learn more here. 

new feature
10 months ago08/31/2021

Publishing Control

You can now control whether Glide automatically publishes your app, as well as revert your changes to the last published version.


Improvement
10 months ago08/30/2021

Lookup column can now look up tables

Previously the lookup column could only look up columns through a relation. You can now pick any table in your app.


Improvement
10 months ago08/27/2021

Reorder Basic Table Rows & If → Then → Else Cases

Basic table rows can now be re-ordered.


And so can If → Then → Else Cases