April 13th, 2016 | Major
This release adds inline editing of Markdown content. This feature means that posts, collection items or pages written in Markdown are editable in the Visual Editor automatically. View the related blog post or the Editable Region documentation for more information.
Features:
- Inline editing on Markdown pages
- Object and array support for Contact Forms
Fixes:
- Span tag edge case issue fixed in Content Editor
- GitHub syncing no longer missing files on some large commits
- Underscores are now allowed in CNAMEs
- Unsubscribe link updated in Contact Forms
- Fixed some cases of bad pluralisation in Settings Panel
April 1st, 2016 | Major
This release announces the start of our SSL private beta, new file types, better pasting from Microsoft Word, a new collection configure interface and general improvements/fixes. Contact support to join the SSL private beta.
Features:
- Custom SSL support released
- Better Microsoft Word pasting
- Configuring collection metadata is now edited in a sidebar consistent with the editor views
- Added
webp
and cur
file types
- Added support for empty arrays in front matter (defaults to string entries)
- Improved documentation
Fixes:
- Explore section visible when Collection Defaults are the only entries
- Empty
strong
, em
and u
tags removed from Markdown output on save
- DNS configuration preventing invalid spacing
- Fixed issues with windows line endings
- Entities not escaped when displaying breadcrumb in editor
- Spacing around images in Markdown editor adjusted to represent position relative to text
- Dragging an image onto an image editable region no longer errors
- Potential memory leaks fixed
- Empty strings or nulls in the front matter now result in no value in YAML
- Issues with pages without front matter fixed
- Multiselect input fixes, including object support, and spacing
- Safari style on DNS settings
March 8th, 2016 | Minor
This release adds a multiselect/tagger to the range of interfaces for Jekyll front matter and YAML. This is perfect for categories, tags or country code selectors.
Features:
Fixes:
- Fixed empty front matter and editables causing odd behaviour.
- DNS interface layout fixes for Safari.
March 2nd, 2016 | Minor
This release contains minor fixes and improvements.
Features:
th
elements added to supported inline editable regions
- Collection Defaults added to progress items in Site Status
Fixes:
- Fixed support for syncing empty repositories.
- Fixed an issue with DNS interface for non-apex domains.
- Header context buttons now display correctly mobile sized screens
- DOM elements now cleaned up properly for colour and date pickers
- Site icons displayed consistently across app
- Remove Rows context button no longer shows for CSV files in code view
- Front matter editor no longer outputs empty quotes for blank values
February 17th, 2016 | Major
This release allows users to select the version of Jekyll used to build each site (including Jekyll 2.4.0, 2.5.3 and 3.0.3). DNS has been expanded with CNAME and A record support.
Features:
- Jekyll 3.0.3 and 2.5.3 support.
- Jekyll versions configurable per site.
- CNAME and A record support in Site Settings / DNS.
- URLs in the
srcset
attribute support CloudCannon optimisations.
- Jekyll build error output accessible from sidebar.
Fixes:
- Fixed an issue with unsupported filenames.
- Fixed an issue with conflicting paths when syncing with Dropbox.
February 11th, 2016 | Minor
This release adds a colour picker to the range of interfaces for Jekyll front matter and YAML.
Features:
- Check for changes call on Status page for Dropbox connected sites.
- Colour picker added to front matter interfaces.
- Improved performance when syncing from storage provider webhooks.
- Switch to Bitbucket webhooks from Bitbucket services (deprecated).
- Branch connected shown on storager provider settings for GitHub and Bitbucket sites.
Fixes:
- Fixed error appearing the first time image button was activated in the content editor.
- Fixed an issue where site icons were not displayed correctly on the base domain section.
- Fixed an issue when HTML was escaped in Liquid
highlight
tags.
February 10th, 2016 | Minor
This release is a hot fix for some users experiencing problems when deleting files in CloudCannon when the site is connected to dropbox. GitHub syncing previously allowed syncing of unsupported files, this has also been patched. A larger feature release will be online later this week.
February 1st, 2016 | Minor
This week's deployment focuses on usability changes to the sites list. Site names are no longer required to be unique with the exception of Dropbox connected sites. Storage provider details are displayed on the sites list to help distinguish between environments. If a site icon contains transparency it will be displayed with a padding around it. Alternatively if the site icon has no transparency the image will be shown to the edge its wrapper.
Syncing improvements ensure that sites stay synchronised when reconnected. When connecting a Git repository, all files on CloudCannon are reset to the state on the selected branch.
Features:
- New sites list design.
- Site icon pixel reading to optimise viewing.
- Videos and audio files are served from a CDN.
Fixes:
- Resetting a connection will delete files in CloudCannon. This often left sites in an intermediate state.
- Syncing with GitHub or Bitbucket no longer syncs the
_site
and node_modules
directories.
January 28th, 2016 | Minor
This release contains additional configuration for SAML users. This allows a custom issuer for grouping sites into authentication groups. Additionally, a fix for initial BitBucket syncs getting stuck for long periods of time.
January 25th, 2016 | Minor
Features:
- Editor links have been added to the visual editor to allow customisation of your interfaces.
- Commit hashes are available on each site activity from GitHub and Bitbucket.
Fixes:
srcset
and sizes
attributes are now valid attributes within the Markdown editor. These were previously filtered out on save.
- Renaming folders to the same name with different cases was causing odd behaviour.
- Prevented multiple error messages on upload failure.
- Removing i18n from a site would cause the site to get stuck with the previous i18n.
- Bitbucket initial syncing got stuck in a particular state.