Skip to content

Releases: triniti/cms-js

v1.0.0-beta.11

07 Aug 00:26
fa00c61
Compare
Choose a tag to compare
  • Raven :: Make minor adjustments to sequence of actions when unmounting in useRaven.js, leaveCollaboration, then unsubscribe.

v1.0.0-beta.10

06 Aug 21:35
f6c9d4f
Compare
Choose a tag to compare
  • Remove all redux-saga, it's no longer needed.
  • Raven :: Add additional check to ensure user leaves collaboration (in case of async heartbeat rejoining them after switching to view mode).
  • Raven :: Renamed worker.js to RavenWorker.js.
  • Raven :: Added RavenServer.js as a backup option in case the worker is flakey. Set raven/raven_server_enabled parameter to false to disable.

v1.0.0-beta.9

05 Aug 21:58
6fbcb52
Compare
Choose a tag to compare
  • Add aspect-ratio-field with friendly labels.
  • Update lexical packages to 0.17.0.
  • Add MezzaninePreviewCard to sidebar on video screen.
  • raven :: alerting user of stale data when in edit mode and automatic reinitializing when in view mode.
  • slug-field :: while user is typing allow last character to be / or -, validation will still occur but doesn't prevent typing out a new slug.

v1.0.0-beta.8

31 Jul 15:59
fdee83d
Compare
Choose a tag to compare
  • Add headline-fragments-card and HeadlineFragmentsSubscriber to handle the special headline fragments fields.
  • Wrapped try/catch around last resequenceing in gallery images useSequencer.js
  • Added new INIT_FORM event processing (pbjx lifecycle) so subscribers can set the initial values used in with-form.

v1.0.0-beta.7

31 Jul 00:16
ebbea57
Compare
Choose a tag to compare
  • slug-field :: ensure slug is lowercase when saved. (also fixed on create-article-modal)
  • node-picker-field :: move sortable feature outside of the select.
  • Add seo title field with custom warning component for seo recommended length.

v1.0.0-beta.6

29 Jul 20:46
f90d36f
Compare
Choose a tag to compare
  • Blocksmith :: Add keyboard shortcut CMD+K to load link modal.
  • Blocksmith :: fix tumblr-post-block-preview not showing its url.
  • Don't add (duplicate) to the title of duplicated nodes.
  • Added gallery image management (add/remove/patch/reorder).

v1.0.0-beta.5

24 Jul 16:09
430ef21
Compare
Choose a tag to compare
  • Add type submit to create modals submit buttons so users can hit enter to create the node.
  • Blocksmith :: don't allow blocks to be inserted within other block level elements.
  • Blocksmith :: don't hydrate if delegate.shouldReinitialize is false.
  • Blocksmith :: improve scroll position restoring after hydration.

v1.0.0-beta.4

23 Jul 03:08
c5f0c53
Compare
Choose a tag to compare
  • Add paste embed code feature for instagram-media-block.
  • Hide paste embed code on blocksmith modals when not in editMode.
  • Resolve blocksmith block title and icon config automatically by default.
  • Add icons to screen header for asset and teaser screen.
  • Disable etag validation on updateNode.js action until raven is integrated.
  • Gallery screen images tab has add/remove images, still need to finish sorting and patch assets (aka bulk edit).

v1.0.0-beta.3

21 Jul 21:56
e4084ff
Compare
Choose a tag to compare
  • Add paste embed code feature for:
    • imgur-post-block-modal.
    • soundcloud-audio-block-modal.
    • spotify-embed-block-modal.
    • tiktok-embed-block-modal.
    • twitter-tweet-block-modal.
    • vimeo-video-block-modal.

v1.0.0-beta.2

20 Jul 19:25
0a2bcdd
Compare
Choose a tag to compare
  • Fix casing on InsertBeforeExt to insertBeforeExt.