Input rules
Typescript ❤️
A package that contains helpers to create autoformatting rules for ProseMirror
Install
yarn add @atlaskit/prosemirror-input-rules
Source
Bundle
Changelog
Latest
Component "input-rules" doesn't have any documentation.
A package that contains helpers to create autoformatting rules for ProseMirror
yarn add @atlaskit/prosemirror-input-rules
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.492710c431738
-
[ux] [EO2024-22] Fix typeahead interaction when node or table selection8aa1792f12ed3
-
bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.01c7b378c0d3b
-
[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#75482
18b5a6fb910a
- #
MAJOR CHANGE to @atlaskit/prosemirror-input-rules
package.
1944b35b538
- move
common utilities to editor-common, to help with decoupling block-type plugind2ecb6bf1a3
-
[ED-19203] Moved input rule types to editor-common to avoid circular dependencies4e6f1bf8511
-
[ED-19233] Import prosemirror libraries from internal facade package8b891bf3590
- This
change introduces editor-plugin-hyperlink
which separates the hyperlink plugin from
editor-core
. In order to enable this change there are now new entry points on editor-common
(such as /link
, /quick-insert
) in order to separate common code. Further
prosemirror-input-rules
now has new exports of createPlugin
and createRule
which are used in
many plugins in editor-core
.73b5128036b
-
[ED-17082] Mark package as a singleton onea142ba1aa28
-
[ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds
for fixed issues56507598609
- Skip
minor dependency bump0ffb55018c9
- Revert
"[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
issues"2e01c9c74b5
- DUMMY
remove before merging to master; dupe adf-schema via adf-utils0606572f9b8
- [ux]
ED-15348 docs(changeset): ED-15348 Fix a bug preventing typeahead actions to be fired from a gap
cursor. Typing a typeahead trigger key (/, : or @) should pop-up a typeahead menu. However, if the
current selection is inside a gap cursor, the trigger character is inserted and the pop-up menu
doesn't open. This changeset fixes that.#18526
4e6fbaf5898
- ED-14117
Change EditorState.apply type to receive readonly transaction
Transactions should not be mutated after being dispatched as it can lead to unexpected behaviour. This change patches the relevant types declared in prosemirror-state as a compile-time safeguard.
Updated dependencies
b230f366971
-
[ED-14008] Bump prosemirror-view from 1.20.2 to 1.23.1c6feed82071
-
ED-11632: Bump prosemirror packages;
312a2810b0b
- [ux]
ED-12931 Fix input rules replacing text outside of matched word in a long paragraphd989a24dd88
-
[ED-11915] New package to manage auto formatting rules without a undoInputRules54ec986ebff
-
[ED-11915] Export editor/input-rules OnHandlerApply type