Releases: triniti/cms-js
Releases · triniti/cms-js
v1.0.7
- 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
- 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
- node-status-card :: When going from schedule to publish make sure to reset the publish date to now.
- sortables style improvements.
v1.0.4
- 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
- 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
- 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
- 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
- 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
- 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
- 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.