Overview
Here is the video that demonstrates all new features.
Hide Fields from Entity View
Now you can hide Fields from Entity View. It can be useful to archive some fields and preserve the data, or to remove some technical fields that you need for formulas and automations, but don’t really use. There are two ways to do it (if you an Admin or Creator):
- Click
…
near any field and selectHide
option. - Click
Fields
icon on the top right and Hide/Show some fields.
NOTE: Hidden fields will be invisible in Entity View for all users.
GraphQL API v.1.0
We have released Fibery GraphQL API today. Our original API is powerful, but quite complex. GraphQL is powerful and simple. There is great tooling around GraphQL already, with auto-completion and other stuff, so you can integrate Fibery with your systems much faster.
You may find it in your account via this link: https://YOUR_ACCOUNT.fibery.io/api/graphql
or click ?
in the bottom right corner and then click GraphQL API
. Read API docs and do something cool.
Slack Actions
Now you can send messages to Slack channels and create new Channels from Fibery. Here are new Actions:
-
Send Message to Channel
. Create Channel
-
Invite Users
. Invite users to a specific Slack channel. -
Send Message to User
. Sends a direct Slack message to a selected user (by email)
Here is one example: Send a notification about new workspace registration.
We send a notification about every created lead into #leads-new
channel. Here is how the action looks.
Note how you can use fields in a template. Here we have Country
database linked to a Workspace
, and we use {{Country.Name}}
to insert a name of the country into the message:
{{Country.Name}} {{Email}} from {{Company Name}} created *<https://the.fibery.io/Crm/Workspace/{{Public Id}}|{{Name}}>* via template {{Contact Job.Name}}
Check more Slack Actions cases.
Light theme, but with the dark menu
Last week we’ve released light and dark themes, but many people were not happy, they missed the light theme, but with the dark menu. Now you can enable Dark menu
option in Theme
selector. Enjoy!
Reports Improvements
Reports with thousands of data records work not so fast. In this release you can make them faster. When report is ready, click … and select Remove Redundant Fields
option. It will remove all unused fields from the datasource and update will be 5-10x faster on heavy reports.
We also improved Database selector, now it looks much more familiar.
15 Fixed Bugs
- Relations don’t get restored if delete Integration DB and then install it again
- Email integration: ‘Unknown mailbox’ error when importing data from [Gmail] folder
- Empty screen when returning back to the tab with heavy board
- Reports: Popup with endless loading when duplicate any report
- Reports: Default context filter is set for all context reports in the imported Space
- UI allow to edit name of user type. Should be disabled for all “fibery” types
- Dark theme: Hard to see the text of the Convert To warning modal in the new Dark theme
- ‘Duplicate to my space’ stops working for reports
- Rich text: ‘Link to header’ icon is missed in Feed view
- Rich text: Documents wide mode doesn’t work
- Rich text: Missing cursor and bad look when user selects header from / menu in Chrome
- Rich text: Links to header do not work for duplicated documents
- Rich text: Scroll to header doesn’t work if header consists of more than 45 chars
- Rich text: Link does not lead to header in case it’s placed within another collapsed header
- Rich text: Option(alt)-up/down in a bulleted list drops the bullets? odd (should make it move lines up/down to reorder with keyboard)