Partners

Product Updates

DatoCMS changelog for new features and general improvements
Integrations
Released Gatsby source plugin v2.4.0 with new Blurhash LQIP
September 1st, 2020

Just a quick update to announce that we have finally made our famous Blurhash-based LQIPs available on our Gatsby plugin, replacing the classic “blur-up” technique used by everyone so far.

The improvement is evident, especially when the images are shown particularly large within the web page:

You don't need to make any code changes to your Gatsby project to get the enhancement, just upgrade the gatsby-source-datocms package using your packet manager of choice (npm or Yarn), making sure you are installing a version higher than or equal to 2.4.0:

npm update gatsby-source-datocms
yarn upgrade gatsby-source-datocms

Enjoy!

UI Improvement
CMS updates - info on traffic stats and more
June 26th, 2020

We have just released a new update of our CMS area where we show usage stats.

More stats on traffic and API calls consumption

Now we are providing a very granular set of statistics about assets, API calls and videos, to help you troubleshoot where you can optimize or better understand where the traffic is coming from.

With all this information we are sure you'll be able to better optimize your sites, in order to get better performance and saving some money! We hope to help you with this.

As a small note, we have also improved our interface to optimize the loading of big projects. This should speed up everyone, but should be felt more by big projects.

Finally, we have upgraded the dashboard to better show the projects on which you are only a collaborator and not the owner and also show who is the owner when you try to do actions restricted to them. Hopefully this will simplify management of the projects.

Docs, Guides and Demos
Documentation refresh
May 29th, 2020

We have refreshed our documentation at large in the past weeks and also provided more examples for record creation, field creation and role creation. This is just a highlight but more has come already.

If you still think anything is lacking in our documentation, please let us know via Community, thanks!

API Clients
Ruby client deprecation for v <0.7.3
May 14th, 2020

Unfortunately we need to ask everyone who is using Ruby client with a version older than 0.7.3 to upgrade.

New builds might break as we had to change something in our schema to fix a bug that was allowing old versions of the Ruby client to work.

Version 0.7.3 was released on 2 Jul 2019 so most of you should probably be safe, but please double check.

New
April 2020 update
May 8th, 2020

Some updates about what we've released last month in preparation for our next big feature that is coming very soon: the staging environments!

Let's see the spring cleaning we've done:

Deployment environments are now Build triggers

The new feature we are going to launch is going to be called "environments", so to avoid confusion and also to give a clearer name to the former "deployment environments", we've renamed them to "build triggers".

In fact they are manual triggers that launch your build in external systems, we hope will make more sense for everyone!

This will unfortunately cause also a change in the CMA:

  • deployment_environment is now build_trigger

  • deploy_event is now build_event

Reference models by API keys

When using the CMA, you can now reference models by using API keys instead of model ids. For now you can only do that when passing the API key in the URL or on filters. It's still a work in progress, soon you'll be allowed to use API keys in payloads as well.

As a nice side note, the usage of API key is also available when filtering webhooks.

Bugfix - react-datocms IE11 compatibility

We've released a new version of react-datocms (v1.2.2) that fixes a compatibility issue with IE11.

Bugfix - duplicating item in tree structure

When duplicating an item in a tree structure, the new item will have the same parent of the duplicated one.

Bugfix - change link validations

When changing link validations we are now providing an extra alert message, as this can potentially lead to data loss.

Content Delivery API
Upcoming changes in GraphQL filtering
May 7th, 2020

We'll release in a few days a change in our CDA that will affect some edge cases in filtering.

Please find all the details in our documentation: https://www.datocms.com/docs/content-delivery-api/changelog#20200511---changes-in-graphql-filtering

Plugins
New SDK and updated plugins!
April 8th, 2020

We've just released a round of updates on the plugin SDK and the plugins that we maintain.

We've added to the SDK the following methods/properties:

  • scrollToField(...pathChunks) - Plugins can use this method to navigate the record form.

  • saveCurrentItem() - Plugins can use this method to trigger a record save action without pushing the save button.

  • notice(message) and alert(message) - Use these methods to display UI consistent notifications and alerts.

  • itemStatus - Information about the publishing status of the record the plugin is attached to.

  • isSubmitting - Information about the record's form submitting status.

Read all the details on the SDK in the documentation.

Together with the SDK update we've released a new plugin:

  • Field anchor menu - A plugin that creates a sidebar menu that link to the fields in your record

and a few updates:

  • in the Conditional fields plugin - added a new option, invert, that inverts the logic of conditional fields - ie. show slave fields if master boolean is false.

  • in the Yandex translate plugin - we've fixed a bug that prevented the plugin to work with all_locales_required = false

  • Upgraded all dependencies and SDK

  • Removed localtunnel as default option as it's not maintained anymore and you can do withouth

New
Vercel (formerly ZEIT) integration!
March 16th, 2020

We are very proud to announce our latest integration, with Vercel!

You can now add Vercel as a deployment environment. You can trigger a build as usual from DatoCMS for static site generators but you can also use that to clear the cache of a Next.JS application.

Read all the details in our blog post about this.

UI Improvement
Assets in rich text fields are detected as in use
March 12th, 2020

When using assets in rich text fields we couldn't detect them as "in use" in our media area filters.

But now instead we are doing that, so if you want to clear some space, deleting some unused assets from your media area, you are now good to go! The "in use" filter is now safer to use.

Last but not least, if you replace an asset we'll replace the URLs for you in all the rich text fields! This was sort of expected behaviour, but not implemented. Now it is and as a bonus we are doing it also on JSON fields, making also plugins that were saving assets in those fields more reliable.

UI Improvement
Set default values for every locale
March 5th, 2020

We have just launched a highly voted feature request on Community: the possibility to set a default value for each locale, in the field settings, like so: