cState v3.1.0 Release Notes

Release Date: 2019-04-08 // almost 5 years ago
  • πŸš€ originally planned this for v4.0, but on 2nd thought, there are some little changes that would be useful in a x.1 release.

    πŸ”„ Changelog

    UX & Accessibility

    • πŸ‘ Better 404 messages - #51
    • Announcement box now shows what components are affected
    • You can now add pages in Netlify CMS #44
    • To show this off, an β€œExample Page” is now in the example repo

    • 0️⃣ Compliant AA rated accessible colors by default (mostly - origin from #52)
    • Services that are affected by downtime will now be highlighted in bold
    • πŸ” meta[description] in the head should now work properly, fixing the empty description tags from earlier versions (also better for SEO!)
    • Arrow separating between 2 issues on announcement box

    Languages

    • βž• Added French πŸ‡«πŸ‡· Thanks to @pmdlt!
    • βž• Added German πŸ‡©πŸ‡ͺ Thanks to @gruselhaus!
    • βž• Added Turkish πŸ‡ΉπŸ‡· Thanks to @0xbkt!

    Miscellenaous changes

    πŸ›  Thanks a ton to @pauby for many of the bug reports, fixes here:

    πŸ— ResolvedWhen is no longer required to build a site for unresolved issues (#64)

    Resolved boolean now works as expected on Netlify CMS (#66)

    0️⃣ Email templates with correct URLs for Netlify CMS included. By default, though, they are not used. But the JavaScript redirect for them works again (#62)

    πŸ‘€ Made index.html more extensible - see #42 - thanks @luto!

    No more β€œitalics on the whole page” page because of an unclosed em tag

    Plus some little refining to borders on the homepage

    Name now goes first on copyright

    πŸ“š Minor code/documentation cleanup