Tinacms Versions Save

A fully open-source headless CMS that supports Markdown and Visual Editing

v0.38.0

3 years ago

0.38.0 (2021-03-08)

Bug Fixes

  • typo in GithubUploadResponse type (1c14cff)

Features

  • react-tinacms-inline: add RBIE feature flag plugin (cc63851)
  • react-tinacms-inline: add useFieldRef hook (49be9d2)

v0.37.0

3 years ago

0.37.0 (2021-02-08)

Bug Fixes

  • check if cleanup is needed before cleaning up (bbdc166)
  • react-tinacms-inline: Fix ability to clear field selection, closes #1725 (3e8aab4)
  • radio group name attr (996c468)

Features

v0.36.1

3 years ago

0.36.1 (2021-02-01)

Note

This release removes drag + drop capability from inline blocks. See the relevant pull request for explanation.

Bug Fixes

  • react-tinacms-inline: dep constraint syntax (c9c3f05)

v0.36.0

3 years ago

0.36.0 (2021-01-25)

Bug Fixes

  • @tinacms/react-sidebar: fixed site elements relative to SiteWrapper (2f5c75c)
  • @tinacms/react-sidebar: fixed site elements relative to SiteWrapper (de2e1f7)
  • react-tinacms-github: Fix reversed error messages for 404 errors (7e3ba86)

Features

  • react-tinacms-github: GithubFile: Support committing newly created files (d13eb76)
  • react-tinacms-inline: inline block duplicate action (0b79ecf)

v0.35.1

3 years ago

0.35.1 (2021-01-19)

Bug Fixes

  • react-tinacms-github: Fix types for form hooks (b937ed1)

v0.35.0

3 years ago
  • fix(react-tinacms-inline): support defaultItem as a function in add-block-menu.tsx (85acb9d493a0ea4f7d7df839f69ab0fbb2deecad)\
  • fix(react-tinacms-github): restore original functionality for github:branch:checkout (806007583c7d5ed2aa3ac3fc65f15776c6cefadc)
  • feat: Use custom actions in BlocksControls (d01e14a56db03ad2484527fdbb14ec58a5de52f3)
  • feat: add inline block label (af24e52754082354fe9297d7b5204f6dcc5f2647)

v0.34.0

3 years ago

0.34.0 (2020-11-23)

Bug Fixes

  • @tinacms/fields: input doesn't unset all styles (8386e4f)
  • @tinacms/react-core: useForm refreshes data on github branch change (d16ef76)
  • react-tinacms-github: only send branchchange event when branch actually changes (6580c8a)

Features

  • @tinacms/react-core: useForm returns its loading state (f287275)
  • tinacms: media manager dropzone accepts multiple files (179eec6)

v0.33.0

3 years ago

0.33.0 (2020-11-16)

Bug Fixes

  • @tinacms/core: unsubscribe from events when replacing api (5ad8dee)
  • @tinacms/fields: onClear function clears the input (73cd850)
  • react-tinacms-inline: better control InlineBlocks rerenders (611fc70)
  • react-tinacms-inline: stop focus event bubble before returning early (698e0b5)
  • tinacms: remove yarn.lock (d304dd5)

Features

  • @tinacms/fields/toggle: add optional true/false labels (850d875)
  • react-tinacms-editor: InlineWysiwyg only renders ProseMirror for focused editor (24a3372)
  • react-tinacms-inline: Export SettingsModal (ba5e03e)
  • react-tinacms-inline: FocusRing accepts render-child (e1cc04c)
  • react-tinacms-inline: InlineGroup field names are relative (57bcb3d)
  • tinacms: expose plugin handle for media pagination (4b4345b)

Performance Improvements

  • react-tinacms-inline: don't render block menu when block not active (2b26b8a)

v0.32.1

3 years ago

0.32.1 (2020-10-29)

Bug Fixes

  • next-tinacms-github: correct typedef path (2ac9a52)
  • next-tinacms-github: fix build artifacts (771c03f)
  • react-tinacms-editor: correct typedef path (064e5fe)
  • react-tinacms-editor: fixes menu jumping to top on scroll (47fb08f)

v0.32.0

3 years ago

0.32.0 (2020-10-20)

Bug Fixes

  • @tinacms/core: cms.media.open accepts the allowDelete prop (9364732)
  • @tinacms/fields: image field allows media to be deleted from media manager (7dfbb5e)
  • gatsby-tinacms-json: JsonCreator commits files after writing (a252c13)
  • gatsby-tinacms-remark: RemarkCreator commits files after writing (2b8780c)
  • react-tinacms-github: dispatch event on delete failurecloses #1493 (12d92dc)
  • react-tinacms-inline: empty inline img to click/drag (c879441)
  • react-tinacms-inline: field focus is not lost when editing settings (8a078b4)
  • react-tinacms-inline: inline image field allows media to be deleted from media manager (352284f)
  • react-tinacms-inline: some fields were mis-handling focus (5d7318c), closes #1516
  • react-tinacms-inline: uploadDir passes formValues (99de78a)
  • tinacms: media manager upload button is busy while uploading (3ab978c)

Features

  • @tinacms/react-core: useCMSEvent makes subscribing to events easier (2a276bf)
  • react-tinacms-editor: image directory prop --> uploadDir func (67fc8d9)
  • react-tinacms-editor: markdown & html fields accept image props (06d92e1)
  • react-tinacms-editor: media mgr opens from uploadDir (7e1b133)
  • react-tinacms-editor: parse accepts media object (f6cf123)
  • react-tinacms-editor: wysiwyg menu opens media mgr (026e633)
  • react-tinacms-inline: block components are given their name (8d42e9a), closes #1536

Reverts

  • Revert "chore(react-tinacms-editor): mediaDir not optional" (af20d84)