-
-
Notifications
You must be signed in to change notification settings - Fork 239
cState v3.1.0 #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
cState v3.1.0 #54
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create fr.yaml * Add french language * Update fr.yaml for v4
Looking forward to this release - any ETA or blockers holding it up? |
Mostly my time and sometimes lack of satisfaction with the updates right now there's a bunch of PRs that need to be merged, including yours, plus bugs I should fix |
* Create tr.yaml * Add tr to config.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
meta[description]
in the head should now work properly, fixing the empty description tags from earlier versions (also better for SEO!)Languages
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 (Build requires ResolvedWhen to work - Failed to execute template “issues/small.html” #64)Resolved
boolean now works as expected on Netlify CMS (Fix issue of missing resolved field in Netlify #66)Email templates with correct URLs for Netlify CMS included. By default, though, they are not used. But the JavaScript redirect for them works again (Default email template doesn’t have /admin (Netlify CMS) #62)
Made index.html more extensible - see make index.html more extensible #42 - thanks @luto!
No more “italics on the whole page” page because of an unclosed
em
tagPlus some little refining to borders on the homepage
Name now goes first on copyright
Minor code/documentation cleanup