We missed release notes for the June 1st release so this week's notes are packed!
There's been a lot of work on the Inline Editing experience in the past couple of weeks. The most notable changes are:
Besides these, many other small improvements and bug fixes have been released.
tinacms
enabled
flag has been added to the CMS class.react-tinacms-inline
InlineGroup
component.Improved Focus Ring Control: You can now customize the border radius and offset of the focus ring around Inline Blocks and Groups.
<InlineGroup
name="frontmatter"
focusRing={{
borderRadius: 5,
offset: 0,
}}
>
...
</InlineGroup>
Improved Block Controls: The controls for editing, moving, and removing blocks has been restyled to match the Editor's menu, and the location of the controls can now be configured.
react-tinacms-editor
react-tinacms-github
GithubClient
that allows individual files to be fetched via the GitHub API.@tinacms/forms
onChange
method to the options for creating a form.gatsby-tinacms-markdown
MarkdownFieldPlugin
from react-tinacms-editor
and registers it with the cms
.tinacms
loadInitialValues
prop will only be executed if the cms is enabled.cms
is in fact an instance of TinaCMS
.react-tinacms-inline
react-tinacms-github
Thanks to everyone for contributing!
# Commits | Name |
---|---|
79 | Nolan Phillips |
70 | Kendall Strautman |
30 | Scott Byrne |
12 | Brent Mitton |
3 | Logan Anderson |
3 | Sean MacKay |
2 | Jyoti Puri |
1 | DJ Walker |
Check out the GitHub Milestone for all the details on this week's release!