November 3rd, 2020 | Minor
This release fixes the client sharing for a small number of clients.
Fixes:
externalSupportUrl is not defined error on Client Editor load
November 2nd, 2020 | Major
This release contains a major rewrite of our code to bring more modern development workflows, increased stability and more error handling. We have officially dropped support for IE11 and any browser that does not support modern JavaScript. Unsupported browsers will be prompted on load to upgrade. This is part of a major push to increase stability and reliability of our more complex interactions.
Features:
- Error handling on load if dependencies didn't load
- Error handling on load for old browsers
- Error handling on load for no JavaScript
- More firewall rules for hosting security
Fixes:
- Fully linted code following company wide eslint rules
- More testing
- Can't open array structure object after editing with an editor link
- Error when trying to add a DNS record
- Can't set a custom TTL to DNS records
- Higher limit on recursive array structures
October 21st, 2020 | Minor
This release aims to provide general bug fixes.
Fixes:
- Fixed JSON Request Validations to the back-end.
- Fixed response from DNS requests.
- Better handle Bitbucket refresh token.
- Fixed erroneous message about failing to communicate with the back-end server.
October 13th, 2020 | Minor
This small release fixes an error when adding a domain to a site.
Fixes:
- Fixed the domain add form erroring on add
- Fixed some rare cases where actions could fail after being logged in for an extended period
October 9th, 2020 | Minor
This small release fixes an error showing a message to refresh in cases where you may not have to.
Fixes:
- Fixed refresh message appearing unnecessarily
- Fixed a check for non-text values in
_comments
October 7th, 2020 | Minor
This small release fixes an error preventing adding new array items in the front matter and YAML editor in some configurations.
Fixes:
- Fixed adding new array items in YAML in some configurations
- Fixed some validation error messages not appearing next to form inputs on save
- Moved split screen toggle to not obscure YAML in some cases
- Fixed a potential issue causing the editor to remain on the "Finalising Changes" step
October 6th, 2020 | Minor
This release enables multiple config files for builds, access to compiled CSS on the editor and general bug fixes.
Features:
- Enabled option for multiple config files for the build configuration.
- Ability to use compiled CSS files for the
_options.styles toolbar selector.
- Added session timeout validations and alerts.
Fixes:
- Fixed cursor focus when creating a new file in the File Browser.
- Fixed CSV parser breaking on content editor for
_time fields with incorrect values.
- Fixed country class not being added for some pages with Geolocation enabled.
- Fixed a bug where an errored pre-build script would not fail the build.
- Fixed spam filtering for form submission.
October 1st, 2020 | Minor
This release aims to provide general bug fixes and some added features.
Features:
- You can now choose the build step that syncs with your output storage provider.
- New 'Copy Formatting' option for editing rich text.
- Preview text on front-matter editor objects.
Fixes:
- Fixed issue with site names containing special characters.
- Titles for editor link modals will no longer fall back to using the index of that object.
- Fixed issue with GitLab Pull Requests not merging.
- Fixed incorrect file count on publishing screen for sites connected to a Bitbucket repository.
- Toggling table headers now correctly adds to the top of the table.
September 25th, 2020 | Major
This release introduces a number of new DNS record types to add, as well as improving the interface to add and manage them. A number of other features and fixes are also included.
Features:
- Increased DNS record types available
- Improved DNS interface
- Non alphanumeric characters are now supported in site names
Fixes:
- Fixed
yarn.lock File Browser icon showing as Ruby
- Fixed small potential for a build to not be retried when failed expectedly
- Fixed issue loading editor with empty collection metadata
- Fixed some cases where the rebuild your site prompt would occur in a loop
- Fixed issue not preserving filename-based date when editing old posts
September 22nd, 2020 | Major
This release builds on the navigation parts of the app, bringing in a huge number of improvements to the editing experience and reducing many tested and identified sources of confusion. A number of additional general features and fixes and also available.
Features:
- New and improved user interface
- Increased maximum build time from five minutes to nine minutes
- Build messages can now be closed
- Updated list of available material icons for collection icons
- Updated build plugin to create build-time version of site config rather than
_config.yml directly
- Clone action for array item inputs
Fixes:
- Fixed load order issue where baseurl would not display in header
- Consolidated audio and video mime types for uploads
- Fixed an edge case with links causing the save button to stay disabled
- Fixed mark as spam issue with form submissions
- Error message for symbols in a site name displayed correctly
- Category folder posts and drafts now correctly use default
_add_options
- Fixed issue preventing some billing reminder emails from sending
- Lowered rate limit on sign up verification code
- Fixed actions in link input being unresponsive in some cases
- Fixed the front matter editor not being accessible for posts in the visual editor in some configurations