0.15.0
Minor Changes
- #120472
73c800ab5f2fc
-
ED-26766 update adf-schema from 47.2.1 to 47.6.0 and adf-schema-json from 1.27.0 to 1.31.0
0.13.0
Minor Changes
- #108583
2fce949f7105c
-
Add getDocBeforeUnconfirmedSteps and syncFromAnotherSource functions to
@atlaskit/prosemirror-collab. Add updatePluginState action to historyPlugin.
0.11.0
Minor Changes
- #97210
b55d2f8aafea1
-
Introduces new option transformUnconfirmed
on collab prosemirror plugin which can be used to run
a transform on unconfirmed steps.
0.10.0
Minor Changes
- #151190
a3723b1cdede2
-
[ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the
blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted
pasted external images to media groups.
0.9.5
Patch Changes
- #143146
5df86b2c5407e
-
Retire getVersion using getCollabState from prosemirror-collab, and adding error events on
checking undefined collab state in all collab-provider usages
0.9.4
Patch Changes
- #139334
30793649657c0
-
[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.
0.9.0
Minor Changes
- #128347
e33566cebd5d1
-
[ED-24175] bump @atlaskit/adf-schema to 40.8.1 and @atlassian/adf-schema-json to 1.22.0 to
promotecodeblocks & media in quotes, and nested expands in expands to full schema, and allow
quotes in panels and decisions in lists in stage0 schema, and a validator spec change
0.8.0
Minor Changes
- #124209
8aa1792f12ed3
-
bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0
0.7.0
Minor Changes
- #122895
49b8c7658f3b5
-
[ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0
0.4.1
Patch Changes
- #101524
4821570088e6
-
ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
0.3.4
Patch Changes
- #97698
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.5
0.2.23
Patch Changes
- #86724
718a9aa2424d
-
[ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
35.7.0 to 35.8.0
0.2.18
Patch Changes
- #62165
b44ac0968d79
-
[ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
0.2.17
Patch Changes
- #60808
f509a21be124
-
ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
0.2.15
Patch Changes
- #59147
f12e489f23b0
-
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
1.3.0 (2022-05-30)
0.2.9
Patch Changes
- #39481
aeb5c9a01e8
- Delete
adf-schema from AFE and rely on npm package for adf-schema
4b4dcfe0bba
- Delete
adf-schema, use published version
0.2.6
Patch Changes
- #37785
4e6f1bf8511
-
[ED-19233] Import prosemirror libraries from internal facade package
0.2.2
Patch Changes
- #33771
a142ba1aa28
-
[ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds
for fixed issues
0.1.4
Patch Changes
- #33004
0ffb55018c9
- Revert
"[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
issues"
0.1.3
Patch Changes
- #32424
2e01c9c74b5
- DUMMY
remove before merging to master; dupe adf-schema via adf-utils
0.1.2
Patch Changes
- #29470
96a7517a28f
- Reverted
filtering out analytics steps as they would break undo behaviour
0.1.1
Patch Changes
- #28932
59e998e408f
-
[ESS-2914] Switch to the forked prosemirror-collab library (based on version 1.3.0) to filter out
analytics steps
0.1.0
Minor Changes
- #28374
883590cbe7d
-
[ESS-2914] Forked the prosemirror-collab library to create a version that filters out analytics
steps
Patch Changes
New features
Include TypeScript type declarations.
1.2.2 (2019-11-20)
Bug fixes
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
1.2.1 (2019-11-19)
Bug fixes
The file referred to in the package's module
field now is compiled down to ES5.
1.2.0 (2019-11-08)
New features
Add a module
field to package json file.
1.1.2 (2019-05-29)
Bug fixes
Fix an issue where in mapSelectionBackward
mode, the plugin flipped the head and anchor of the
selection, leading to selection glitches during collaborative editing.
1.1.1 (2018-10-09)
Bug fixes
Fix issue where mapSelectionBackward
didn't work because of a typo.
1.1.0 (2018-08-21)
New features
receiveTransaction
now supports a
mapSelectionBackward
option that makes it so that text selections are mapped to stay in place when
remote changes insert content at their position.
0.19.0 (2017-03-16)
New features
You can now use strings (as well as numbers) as client IDs (this already worked, but now the
documentation reflects this).
0.18.0 (2017-02-24)
New features
sendableSteps
now
also returns information about the original transactions that produced the steps.
0.11.0 (2016-09-21)
Breaking changes
Moved into a separate module.
Interface adjusted to work with the
new plugin system.
New features
When receiving changes, the module now
generates a regular
transform action
instead of hard-setting the editor's document. This solves problematic corner cases for code keeping
track of the document by listening to transform actions.