November 12th, 2020 | Minor
This release aims to improve the reliability of hosting along with general bug fixes.
Features:
- Officially dropped CSS support for IE11 browsers
- Reliability improvements on hosting
Fixes:
- Fixed error handling on publish workflow
- Fixed issue with the compiler breaking with no specific error
- Fixed issue saving new files on source editor adding front-matter dashes
- Fixed issues loading visual editor when using custom editor styles
- Fixed issue loading visual editor for pages with embeds
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