Socket
Socket
Sign inDemoInstall

@tinacms/react-forms

Package Overview
Dependencies
54
Maintainers
12
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous124567Next

0.33.0

Diff

Changelog

Source

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)
dwalkr
published 0.33.0-alpha.2 •

dwalkr
published 0.33.0-alpha.1 •

dwalkr
published 0.33.0-alpha.0 •

dwalkr
published 0.32.0 •

Changelog

Source

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)
dwalkr
published 0.32.0-alpha.2 •

dwalkr
published 0.32.0-alpha.1 •

ncphillips
published 0.31.0 •

Changelog

Source

0.31.0 (2020-10-05)

Bug Fixes

  • @tinacms/forms: catch errors after submit (2550a81)
  • missing key names (798ed84)
  • svg attribute names (7e06179)
  • @tinacms/forms: the Form#fields array is now optional (e3d71bf)
  • @tinacms/media: deprecated since these interfaces were graduated to core (39f1a72)
  • @tinacms/react-alerts: increase z-index (94d67bb), closes #1503 #1055
  • @tinacms/react-screens: ModalBody is padded (3df3c55)

Features

  • @tinacms/alerts: events can be mapped to alerts automatically (b96e8b9)
  • @tinacms/api-git: GET /:relPath returns content list for directories (c613b20)
  • @tinacms/api-git: the GET /:relPath endpoint returns contents of directories (9fa7bf8)
  • @tinacms/core: add cms.media.open top make showing the media manager easier (eea3081)
  • @tinacms/core: cms.media async methods dispatch events (9196bdf)
  • @tinacms/core: MediaStore#previewSrc accepts fieldPath and formValues (e2bf27b)
  • @tinacms/core: promoted @tinacms/media classes to core (5288dc1)
  • @tinacms/core: the MediaStore interface has a delete method (4c1cf5a)
  • @tinacms/events: EventBus#subscribe can accept an array of event names (63ef4db)
  • @tinacms/fields: clicking on ImageField opens the media picker ui (7bb8fdb)
  • @tinacms/fields: ImageFieldPlugin matches new MediaStore#previewSrc api (76e5b04)
  • @tinacms/fields: ImageUpload parse returns the whole media object (94ee917), closes #1453
  • @tinacms/fields: the uploadDir function is now optional for image fields (6095caf)
  • @tinacms/git-client: GitMediaStore implements delete (6b6efdb)
  • @tinacms/git-client: the GitMediaStore implements list (26ceadd)
  • @tinacms/icons: adds media mgr folder & file icons (81f1191)
  • @tinacms/media: add optional previewSrc to Media interface (664701e)
  • @tinacms/media: added id property to Media interface (95ce72c)
  • @tinacms/media: cms.media has all of the MediaStore methods (97b080b), closes #1458
  • @tinacms/media: cms.media has all of the MediaStore methods (6109f74), closes #1458
  • @tinacms/media: The media in the store can be listed (8704c29), closes #1451
  • @tinacms/media: the Media interface now has a 'type' prop that can be 'file' or 'dir' (1a867cf)
  • next-tinacms-github: Add NextGithubMediaStore (357dcd8)
  • react-tinacms-github: add GithubClient#commit(branch, repo?) (d62bc3b)
  • react-tinacms-github: GithubMediaStore implements MediaStore#delete (1c5ded9)
  • react-tinacms-github: GithubMediaStore implements MediaStore#list (a963189)
  • react-tinacms-inline: adds inline image style extension (f4348e5)
  • react-tinacms-inline: image children only receive src (9b48aa6)
  • react-tinacms-inline: inline img accepts alt (e576838)
  • react-tinacms-inline: InlineField accepts parse and format functions (8d62b8e)
  • react-tinacms-inline: InlineImage parse accepts a Media rather then a string (3be3e16)
  • react-tinacms-inline: InlineImageField#previewSrc matches MediaStore API (aeb0cd5)
  • react-tinacms-inline: uploadDir on InlineImageField is now optional (4259804)
  • react-tinacms-strapi: the StrapiMediaStore implements MediaStore#delete (157d1fc)
  • react-tinacms-strapi: the StrapiMediaStore now implements MediaStore#list (d851296)
  • tinacms: add media manager UI (4f0cf96)
  • tinacms: added a default MediaManager screen (dc33594)
  • tinacms: an alerts map can be provided to TinaCMS constructor (fcee016)
  • tinacms: apis can define their own event-to-alerts map (24a9305)
ncphillips
published 0.31.0-alpha.6 •

ncphillips
published 0.31.0-alpha.5 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc