Changelog
Page: 37
Subscribe with RSS to keep up with the latest changes.
May 8th, 2018 | Minor
This release brings the previously GitHub-only publish flow to Bitbucket-linked sites. A number of general issues have also been fixed.
Features:
- Publish flow for Bitbucket-linked sites
- Updated privacy policy and terms
Fixes:
- Existing copy suffixes are respected when using a copy of an existing image
- Orphaning pending shares issue when changing email address
- Client Sharing changes no longer show up as authored by logged in user if present
- Link popout no longer opens on undo if link is first in content
- Work around Chrome CORS cache issue preventing using existing images in editor
- Potential mixed content warnings when using externally hosted images
- Using existing images will no longer create a copy if not required
- Front matter image picker previews display correctly with custom source set
May 1st, 2018 | Minor
This release fixes a couple of minor issues related to the last feature release.
Fixes:
- Temporary working URL wrongly displayed in the image popout input for external images
- Potential mixed content warning when using external images in an image popout
- Documentation and support URLs not showing on Client Sharing interface for Basic plan users
May 1st, 2018 | Minor
This release brings overhauled editing interfaces for links and images inside the Content Editor and Visual Editor. The designs are consistent and some long requested features have been included.
Features:
- Improved design for link and image popouts
- Option to update the title attribute on an image editable
- Option to open links in a new tab/window
Fixes:
- Issue saving an image under the wrong URL
- Removed problematic mailto link encoding scheme
- Issue preventing publish when no changes made
- Issue preventing GIF images uploading in some Image Editables
April 26th, 2018 | Minor
This release includes fixes for various minor issues across the application, and consolidated newline behaviour inside code blocks.
Features:
- Consolidated code block newline behaviour (Enter to create a new paragraph under code block, Shift + Enter to create a new line inside code block)
Fixes:
- Issue preventing account delete when sole owner of an organisation
- Some configurations of code blocks no longer incorrectly saved back as HTML in Markdown files
- Paste inside code block no longer adds unwanted markup
- Paste inside empty code block retains the correct markup
- Backspacing into code block no longer creates unwanted markup
- Backspacing out of code block prevented if markup would be otherwise broken
- Images are now saved with the correct URL if editor is saved before images upload fully
- Subscription now set correctly after re-enabling accounts in some previously wrong edge cases
- Invoices now show correct information in some previously wrong edge cases
- Issues with custom src sites now display the correct paths in the front matter path interfaces
- Removing team members will no longer place them in the collaborators section
- Sites will extensionless urls will no longer redirect infinitely in the editor
April 13th, 2018 | Minor
This release improves the sites list interface with filtering and grouping. Additional site options have been added to manage which sites build and can be edited. Support for collections_dir
has also been added.
Features:
- Sites list filtering and storage provider grouping
- Prevent build option for sites
- Prevent edit option for sites
- Support for
collections_dir
- JPEG images have rotational metadata applied when uploaded through Image Editables to match front matter image field behaviour
- Adding the
cms-keep-as-html
class prevents the editor from converting HTML to Markdown when saving back to a Markdown source file
Fixes:
- Markdown file saving issues for legacy static (non-Jekyll) sites
- Explore section not accessible for some configurations with legacy static (non-Jekyll) sites
- Correct reporting when browser fails to fetch site files
- Jekyll output error no longer hidden if internal error is also present
- Edit existing share dialog tabs fixed
- Browser back action from errant settings sections no longer looping
- Extremely large filenames no longer break the file picker
- Build scheduling interface fixed for some problematic configurations
- Empty italic tags with classes no longer output when saved as Markdown
- Strong and emphasis space suffix and prefix issues fixed when saving to a Markdown source file
- Changes to URLs are properly redirected after saving in the Visual Editor
- Breadcrumbs in Explore section and Content Editor have been fixed and made consistent
- Comments on offending front matter fields no longer obscured
- Better handling of back ticks when saving back to Markdown source file
- Code tags with inner
<br>
kept as HTML when saving back to Markdown source file
- Images and titles displayed correctly in Explore and Content Editor for collection items in sites with custom source directories
April 3rd, 2018 | Minor
This release provides a context menu open to toggle selected cells in a table between <th>
and <td>
.
Features:
- Table cell heading toggle
- Support for saving
<th>
outside of <thead>
in Markdown
March 29th, 2018 | Minor
This release provides an option to enable the code button in the Content Editor, Editable Regions and Rich Text front matter fields. The button toggles inline code if text is selected, or a code block otherwise.
Features:
- Code option for editor toolbars
Fixes:
- Lists inside tables within Markdown files are now output correctly on save
- Parsing inconsistency with code blocks within lists on some Kramdown versions
March 20th, 2018 | Minor
This release adds two major improvements to image editables and path front matter inputs.
Features:
- Configurable asset upload paths
- Image editables now use srcset when uploaded image is large enough
Fixes:
- Mixed content warnings with http:// images
- Code block indentation
- Resize options showing undefined
- URL view overlapping comments
- Allow hyphens for SAML issuer suffix
- Markdown code sections don't escape underscores, asterisks and slashes
February 12th, 2018 | Major
This release introduces scheduling for future posts and arbitrary site builds. Timezone support has been overhauled to ensure clarity when setting up automated or manual future builds.
Features:
- Scheduled and repeating builds
- Support for timezones
- Editable Regions now output formatted HTML
Fixes:
- Toggle details for metrics views fixed
- YAML long text no longer default entry for new array entries
- New categories can be added again in front matter multi select field
- "Post" no longer erroneously appearing in front matter select option
- Bitbucket Connect interface fixed
January 23rd, 2018 | Minor
This release extends the editor configuration to allow custom styles, alignment and structure.
Features:
- Customisable styles dropdown for Content Editor, Editable Regions and Rich Text fields
- Alignment toolbar options
- Format toolbar options
- Base domain and HTTP to HTTPS redirects are now 301 instead of 302
- Better performance for date and date time fields
- Increased the allowed character set for folders
Fixes:
- Image resizing for files with mixed or upper case extensions no longer bypassed
- Inline images in the Content Editor are no longer styled as if they were block level
- Import image from a URL functionality restored