Editor plugin editor viewmode
Editor viewmode plugin for @atlaskit/editor-core
yarn add @atlaskit/editor-plugin-editor-viewmode
3.0.2
Patch Changes
- Updated dependencies
Editor viewmode plugin for @atlaskit/editor-core
yarn add @atlaskit/editor-plugin-editor-viewmode
#117363
10a0f7f6c2027
-
This package's peerDependencies
have been adjusted for react
and/or react-dom
to reflect the
status of only supporting React 18 going forward. No explicit breaking change to React support has
been made in this release, but this is to signify going forward, breaking changes for React 16 or
React 17 may come via non-major semver releases.
Please refer this community post for more details: https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
8876083532adc
-
Bumped editor-prosemirror version to 7.0.05b698c7925d2b
-
[ux] ED-26365 first release of editor-plugin-selection-extension4f43a6293679e
-
[ux] Adds logic to hide macro interactions during view mode of live pages8f78c40775b7c
-
ED-25810 - refactors editor plugins to engineering standards30793649657c0
-
[HOT-111629] We had an incident where the last character disappears when hitting the enter key on
windows OS for Korean characters. Bumping to prosemirror-view@1.34.2 for the fix.5e4d9eb1aefe4
-
NOISSUE: Upgrades editor React peer dependencies to v188aa1792f12ed3
-
bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0#108237
ea7dd8ebb249e
-
Split out side-effects from viewmode plugin to seperate plugin to reduce cyclical dependency risk
createFilterStepsPlugin
from the editorViewMode Plugin and is implemented in
editorViewModeEffects instead.appendTransaction
from the editorViewMode plugin and add as a new PMPlugin in
editorViewModeEffectsapplyViewModeStepAt
is moved to editorViewModeEffects. This is currently only used in
Annotation plugin which now consumes the new plugin instead and has a minor bump.ViewMode information is needed for upstream work in the CollabEdit plugin (see ED-23466). Currently the viewMode plugin already depends on CollabEdit and as such implementing new work causes a cylical dependency problem. ViewMode is likely to be required in an increasing number of plugins and ideally should be as pure as possible with no dependencies. A larger rethink of how these plugins fit together may be required but that is outside the scope of this change.
All incompatibilities should be addressed within this changeset, however for the sake of completeness:
editor-plugin-editor-viewmode-effects
must be added to any preset that relies on the viewmode
filter steps plugin for viewmode annotations. Currently this seems to only be the confluence
editor itself.applyViewModeStepAt
should now be called from the editorViewModeEffects
plugin. This will
need to be added to your plugin types independently (all uses covered by this change)d862c6879131d
-
[ED-23748] Fix comment on media disappers in live edit and editor when
platform.editor.live-view.comments-in-media-toolbar-button
is on554be969a7b69
-
Support comments on media in Live View mode104c7a82d1a7
-
[ux] ED-23363 If you load a live page in view mode, an empty selection will be set.1c7b378c0d3b
-
[HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
language triggering composition on an empty line.This was fixed in a patch bump of
prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5b76a78c6a199
-
bumped editor-prosemirror version to 4.0.00065b9dba872
-
Fix initial state not being set correctly for viewmode plugin.6c1d71f9f17c
-
Bumping editor-plugin-editor-viewmode to fix package.json out of sync on npm0c52b0be40c1
-
This changeset exists to bump all editor plugins that currently don't have a major version. This
is to address an issue with Jira plugin consumption.e2363da4f6a1
-
[No Issue] Replace View Mode API for annotationse2363da4f6a1
-
[No Issue] Replace View Mode API for annotationse2363da4f6a1
-
[No Issue] Replace View Mode API for annotations15d407fe5143
-
Upgrading @atlaskit/editor-prosemirror dependency40533849b2ec
-
[ED-21835] Change EditorAPI type to always union with undefined