Releases: superdesk/superdesk-client-core
Releases · superdesk/superdesk-client-core
v1.19.2
v1.19.1
v1.19.0
Fixed
- Pasting links swaps the order of lines in editor3.
- Cannot paste table into editor3.
- Don't close highlights popup when clicking on a modal.
- Refactor generation of annotations to not include removed annotations.
- Fix photo desk configurable fields data type.
- Add classes to fields in user management which should be hidden in liveblog.
- Make new vocabularies available in
metadata.cvs
. - Description of embed not visible in editor2.
- Text annotations do not show last updated time.
- Fix fetching of external item on double click in search.
- Fix pasting from Google Docs on Windows to editor3.
- Fix delete of multiple paragraphs in editor3.
- Display and edit embeds from editor2 in editor3.
- Apply new ui format to suggesting inline comments annotations widget.
- Fix undo issue when pasting html to editor3.
- Don't reload carousel if items don't change.
- Display and edit images from editor2 in editor3.
- Update angular embed to latest version.
- Fix duplicate sub-menu position in grid view.
- Add norwegian planning translation.
- On delete multiple paragraphs create a single delete suggestion.
- Fix creating links in editor2.
Added
- Edit embed codes in editor3.
- Add plus button to add media to carousel.
- Add preferred cv values to user profile/desk settings.
- Add unit tests for editor3.
Changed
- Show assignment page to all users if planning is enabled.
- Feeding service labels and fields should be set server side.
- Move planning UI components to core.
v1.18.3
v1.18.2
v1.18.1
v1.18.0
Fixed
- Feature media is not visible right after upload.
- Always handle pasted html in editor3 to be consistent.
- Fix turning on formatting marks reverts text selection in editor3.
- Fix importing embeds from editor2 to editor3.
- Fix importing links from editor2 to editor3.
- Fix paste suggestion on first block in editor3.
- Fix editor3 issues on pasting text from buffer into custom fields or body.
- Fix pasting of formatted text in suggestion mode.
- Fix
ctrl+z
not working in image caption field. - Link insert button should not be active if no action is taken.
- Make h1-h6 formatting work consistently in abstract and body fields.
- Error on adding media to custom media field.
- Add metadata to remove link suggestion.
- Set background color for suggested spaces.
- Fix stretching of text-highlights into another line.
- Error on editing and saving certain CVs.
- Wait for media loaded event in multi items media fields before rendering carousel.
- Fix editor3 table toolbar position.
- Keep selected text when pasting in suggestion mode.
- Fix editor3 popup position on undo.
- When toggling style on editing remove suggestion if any.
Added
- Add support for merge paragraph suggestion.
- Implement new design for editor3 popups.
- Provide type-ahead search for contact organisation.
v1.17.0
Fixed
- On insert in editor mode don't split already existing suggestions.
- Pasted text won't include disabled styles in editor3.
- Disable autocompletion on password fields in feeding services config.
- Video preview size is too big in the editor.
- Fix editor3 freezing on del at the end of paragraph.
- Don't open media popup when drag&drop happens when planning is enabled.
- On multiple block selections don't apply the block style to blocks without any character selected.
- Allow editing of suggestions in edit mode.
- Empty qcode was not checked for when editing vocabulary items.
- Fix cursor position after undoing comments/annotations.
- Fix html import when switching content profile from editor2 to editor3.
- Prevent infinite loops in highlights processing.
- On add suggestion add new characters using current style.
- Once undo/redo is aplied to comment/annotation text the same option cannot be applied again.
- Show highlight popup only if the cursor is inside highlighted text.
- Fix unresolved suggestions validation on publishing.
- Fix issues on preview for spiked items.
- Restore focus before adding a highlight so selection is visible on undo.
- Fix search providers menu showing closed providers.
- Extract strings for translations from jsx files.
Added
- Support edit/remove link suggestions.
- Add missing format options to editor3 (subscript, superdeskcript, strikethrough, preformatted).
- Warn user when publishing an item with unresolved comments.
- Add button to remove all formating to editor3 toolbar.
- Handle suggestions when using ctrl+i/b/u keys in suggestion mode.
- Only support users can see support users.
- Support add link suggestion.
- Support standalone editor3 not connected to an item.
- Add config option for field in grid view.
- Add support for split paragraph suggestion.
Changed
- Change email address field validation not to be case sensitive.
- On style suggestion remove the suggestion when toggled again.
- Disable pasting media in editor3.
v1.16.0
Fixed
- Fix paste performance on editor3 in suggestion mode.
- Fix the reject suggestion that contain a list.
- Fix absdate/reldate directives not having isolate scope.
- Improve UI for Contant info cards.
- Remove all suggestions when pressing DELETE key in suggestion mode.
- Email link in media contacts should invoke mail agent.
- Fix scrolling while dragging media in firefox on editor3.
- Remove highlight object after resolving a suggestion.
- Fix invalid HTML tag in generated html for blockquote.
- Fix missing search parameters for scanpix.
- Fix wrong permission checked for Send to action.
- Fix validating unresolved suggestions on publishing.
- Make search provider labels consistent.
- Typing inside editor highlights should expand the highlight and not split it.
- Fix missing vocabularies.
- UI improvements for image carousel.
- Fetch all content types and custom fields when needed.
- Fix the conversion from html to draftjs.
- Show correctly the replace suggestion on replace list.
- Fix the reject suggestions on editor3.
Added
- Add photo grid view to global search.
- Allow custom z-index in three-dot-menu popup (planning).
- Add search provider config for opening advanced search by default.
- Add default view to desk settings.
- Add default calendar to user preferences (planning).
- Add
authoring:publish
extension point in send to panel. - Add tooltip to subject dropdown.
- Add
Send to
to action menu. - Include annotations in html generated from editor3.
- Hide authoring container if
flags.authoring
isfalse
. - Add support for block style suggestions.
Changed
- Make desk monitoring view setting use radio buttons instead of dropdown.
- Make suggestions work on any custom text field.
- Refactor vocabulary items UI using React.
- Show absolute date on inline comments history.