Skip to content

Releases: triniti/cms-js

v1.0.7

25 Oct 02:32
8de33ce
Compare
Choose a tag to compare
  • Blocksmith :: Add insert text and block to bottom of block preview.
  • Blocksmith :: Add human friendly aspect ratio to document, gallery and image block preview.

v1.0.6

26 Sep 22:04
120b63f
Compare
Choose a tag to compare
  • key-values-field :: allow key to start with a number.
  • Blocksmith :: article-block-preview, add link_text to table.
  • poll-screen :: fixing default value on answers in StatsCard.
  • upgrade to date-fns 4.1.x
  • Update lexical packages to 0.18.0.

v1.0.5

27 Aug 20:12
415dcef
Compare
Choose a tag to compare
  • node-status-card :: When going from schedule to publish make sure to reset the publish date to now.
  • sortables style improvements.

v1.0.4

21 Aug 20:33
9fb6fea
Compare
Choose a tag to compare
  • When creating a new teaser that has a target, copy over description and image_ref as well.
  • Wrap poll stats card answer text.
  • Remove gallery_seq from rendering in search assets screen, not really needed any more.
  • Remove need for drag overlay in sortables.

v1.0.3

16 Aug 16:46
bd2a902
Compare
Choose a tag to compare
  • dam :: uploader-modal, lowercase extension in file name when getting upload urls so the server side resolution of file name to type works.

v1.0.2

15 Aug 20:12
b80244d
Compare
Choose a tag to compare
  • Blocksmith :: Default blocks with aspect_ratio to auto
  • Blocksmith :: Sanitize after paste did in fact need to be subscribed at a higher priority to run.

v1.0.1

15 Aug 18:40
2823863
Compare
Choose a tag to compare
  • When creating a new teaser that has a target, default sync_with_target to true.
  • Blocksmith :: Sanitize pasted content so copy pasta from MS Office products doesn't result in extra empty paragraphs.

v1.0.0

13 Aug 02:31
7cd6024
Compare
Choose a tag to compare
  • Blocksmith :: Enable select (just click the block) so you can copy/cut/paste them.
  • person-picker-field :: show image in the select.
  • gallery screen :: images tab, make the link to image asset edit mode.

v1.0.0-beta.13

09 Aug 20:18
bf1a35f
Compare
Choose a tag to compare
  • Add app env navbar when not in prod for reasons.
  • Raven :: set token when subscribing as well, in case user is disconnected this will allow reconnect to happen.
  • Raven :: send errors for window onerror or blocksmith.error to raven errors endpoint (body is now base64 encoded).
  • HashtagPickerField :: Clear input after creation or selection and allow creation while suggestions are loading.
  • Fix zoom in gallery images and image picker.

v1.0.0-beta.12

08 Aug 00:32
a33fe86
Compare
Choose a tag to compare
  • Make create modal less jumpy by moving the suspensed modal div to bottom right position absolute.
  • Do not unmount taxonomy tab as the field state can get lost if the component is unmounted (user switches tab) before saving.
  • Adds lock/unlock features to article screen. Also adds LockableEnricher so locked nodes won't be returned unless user has permission.