Changelog
Page: 35
Subscribe with RSS to keep up with the latest changes.
July 1st, 2019 | Major
This release introduces GitLab as a storage provider. Support is currently for GitLab.com only, not self hosted solutions. Similar to our other Git-based storage providers, you can sync your source and/or output with GitLab repositories, sign in with GitLab, and manage publishing with merges or merge requests.
Features:
- GitLab.com support
- Optional transparency slider for colour inputs with suffixes ending with "a"
Fixes:
- Fixed some special characters in usernames from breaking FTP output connection
- Better build logging
- Prevented in-file
_comments
keys that correspond to select values from being cleared on save
June 24th, 2019 | Minor
This release adds the ability to serve more than one site under the same domain name.
Features:
- Subpath can be defined when adding a domain
- Domains page redesign
Fixes:
- Emails are no longer obscured automatically
- General design fixes
June 15th, 2019 | Minor
This release adds support for the CommonMark processor. In addition, a number of edge cases for saving more complicated content to Markdown have been fixed.
Features:
- CommonMark support
- Select and multiselect inputs now work with posts
Fixes:
- Various fixes when saving complex content into Markdown.
June 7th, 2019 | Minor
This release extends our feature set for contact forms, you can now delete data manually or on a recurring schedule. A number of other smaller features and bug fixes are also included.
Features:
- Contact form data delete button
- Contact form data can now be automatically removed after a preset number of days per site
- Pinterest YAML and front matter input
- Removed Google+ inputs
Fixes:
- Save button no longer incorrectly enabled on initial open in certain configurations
- Ensure save button is enabled when changing externally linked image to a new uploaded image with no other changes
- Prevent a cross domain referrer leak
- Prevent a potential OAuth issue
- Prevent potential password reset issue in combination with changing email address
- Prevent potential XSS injection
May 24th, 2019 | Minor
This release rolls out HTTP 2 to our new hosting solution. A number of other general fixes and improvements have been made.
Features:
- HTTP 2
- Support for APNG files
- Split and merge controls for table cells
- Automatically open new array items in YAML and front matter fields
- Button to download contact form data as CSV
- Set width and height when changing images
Fixes:
- Some edge cases when pasting into code blocks
- Uploading a new image no longer saves old image in specific configuration
- Categories with "css" in the name no longer appear as "HTML" in the interface
- HTML new draft flow with prefilled title now always prompts for a new one
- Fixed stuck reloading after saving changes under a specific configuration
- Fix srcset not including non-retina path
- Rich text inputs no longer show a flash of raw content when configured with custom styles
May 10th, 2019 | Minor
This release adds some general improvements for developers in Project views.
Features:
- Add create from existing branch for developers and above in Projects site list
- Remember preference for sites or projects when loading an organisation
Fixes:
- Change "Add site" in projects to "Add branch" in projects list
- Saving fails in certain site states
- Array structures should override collection select boxes
- Collection folders showing in image browser
- General caching issues
- Rate limiting issues
- CSS minification issues
- Long filenames are now ignored in builds with a warning
- Content not populated from defaults file in certain cases
May 6th, 2019 | Minor
This release fixes a number of recently reported issues.
Features:
- Added a helpful message when using an unsupported Ruby version
Fixes:
- Resolved a number of issues causing the save button to enable unnecessarily
- Prevented an error when selecting multiple sibling anchor tags
- Resolved an issue causing the unsaved changes dialog to cancel correctly
- Prevented the unsaved changes dialog from appearing twice in a row
- Removed a potential XSS attack vector
- Fixed a broken link to the scheduled builds documentation
- Editable images now correctly populate the
srcset
attribute in all cases
- Embeds are no longer cleared if saving a file after only changing the front matter in the Content and Visual Editors
- Resolved an issue adding unnecessary
href
attributes to some elements
- Adding an output storage provider now correctly displays in the activity log
- Fixed some typos across the platform
- No longer display the number of commits behind the Publish Branch since it increases on each merge
April 29th, 2019 | Minor
This release fixes a number of recently reported issues.
Features:
- Make FTP syncing output only
- Creating new HTML files from the Explore section will fill the title field if it exists
- Updated Bitbucket API interaction to support latest changes
Fixes:
- Ensure input and output syncing cannot match in more cases
- Allow access to transfer and delete for sites on non-paid organisations
- View commit button in Publish section on Bitbucket connected sites now links correctly
- Increased number of special characters supported in FTP passwords
- Fixed state when creating files when a site has no files
- Fixed issue adding bad extension when creating a file with no extension
April 24th, 2019 | Major
This release improves the build process and expands on the available options. You can now select what Ruby version you wish to build with, specified in a .ruby-version
file.
Features:
- Ruby versions
- Full width editor now default
- Jekyll build option for
--profile
- Improved state for new users that have been shared sites
- Explicit option to enable Internationalisation for a site
- Better error reporting for invalid config files
Fixes:
- Files now correctly selectable when uploading
April 12th, 2019 | Minor
This release brings a number of features and fixes, including improvements to the Publish section. Changes directly from Git are now displayed instead of the relevant CloudCannon activity for that site, giving a more accurate overview of the merge.
Features:
- Improved Publish overview displaying provider-specific information
- Drag-to-reorder support for multiselect inputs
- Helper text for new projects
- New HTML draft posts with
date
in front matter now initially set to today's date to prevent unintentional build errors
Fixes:
- Opening a publish request in Client Sharing no longer erroneously allows read access to some developer portions of the app
- Files with
txt
extension no longer appear in Explore
- "Create new file" no longer appears in recently opened files
- Uploading a
jpeg
file with a specific configuration no longer breaks extension
- Content in Collection Defaults files now correctly populated for new files
- Many more Markdown-specific special characters supported in editor without breaking content
- Various issues with creating and opening HTML posts, drafts and collection items from Explore fixed