@atlaskit/editor-plugin-placeholder
Version:
Placeholder plugin for @atlaskit/editor-core.
1,240 lines (700 loc) • 26.1 kB
Markdown
@atlaskit/editor-plugin-placeholder
# 10.0.0
## Major Changes
- [`901c87a57486e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/901c87a57486e) -
Removed `react-intl-next` alias and replaced all usages with `react-intl` directly.
What changed: The `react-intl-next` npm alias (which resolved to `react-intl@^5`) has been
removed. All imports now reference `react-intl` directly, and `peerDependencies` have been updated
to `"^5.25.1 || ^6.0.0 || ^7.0.0"`.
How consumer should update their code: Ensure `react-intl` is installed at a version satisfying
`^5.25.1 || ^6.0.0 || ^7.0.0`. If your application was using `react-intl-next` as an npm alias, it
can be safely removed. Replace any remaining `react-intl-next` imports with `react-intl`.
## Patch Changes
- Updated dependencies
# 9.0.0
## Patch Changes
- [`b10c935ca9497`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b10c935ca9497) -
Removed deprecated `browser` singleton from editor-common. This has been replaced with a
`getBrowserInfo` function that returns the same information. This change was made to avoid issues
with module loading order and to provide a more consistent API for accessing browser information.
Please update any imports of `browser` to use `getBrowserInfo` instead. For example, the following
imports have been removed:
```javascript
import { browser } from '@atlaskit/editor-common/utils';
import { browser } from '@atlaskit/editor-common/browser';
```
Instead, please use:
```javascript
import { getBrowserInfo } from '@atlaskit/editor-common/browser';
```
If you were previously using `browser.ie_version`, you would now use
`getBrowserInfo().ie_version`.
- Updated dependencies
# 8.1.24
## Patch Changes
- Updated dependencies
# 8.1.23
## Patch Changes
- Updated dependencies
# 8.1.22
## Patch Changes
- Updated dependencies
# 8.1.21
## Patch Changes
- Updated dependencies
# 8.1.20
## Patch Changes
- [`fa146e17e08d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa146e17e08d6) -
Update README.md and 0-intro.tsx
- Updated dependencies
# 8.1.19
## Patch Changes
- [`aad55446552cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aad55446552cd) -
Cleaned up `platform_editor_ai_aifc_adf_placeholder` feature gate. The ADF placeholder is now
always used when applicable, without requiring a feature gate check. Removed unused imports and
dead code paths.
- Updated dependencies
# 8.1.18
## Patch Changes
- Updated dependencies
# 8.1.17
## Patch Changes
- Updated dependencies
# 8.1.16
## Patch Changes
- Updated dependencies
# 8.1.15
## Patch Changes
- Updated dependencies
# 8.1.14
## Patch Changes
- Updated dependencies
# 8.1.13
## Patch Changes
- Updated dependencies
# 8.1.12
## Patch Changes
- Updated dependencies
# 8.1.11
## Patch Changes
- Updated dependencies
# 8.1.10
## Patch Changes
- Updated dependencies
# 8.1.9
## Patch Changes
- Updated dependencies
# 8.1.8
## Patch Changes
- Updated dependencies
# 8.1.7
## Patch Changes
- Updated dependencies
# 8.1.6
## Patch Changes
- Updated dependencies
# 8.1.5
## Patch Changes
- Updated dependencies
# 8.1.4
## Patch Changes
- Updated dependencies
# 8.1.3
## Patch Changes
- Updated dependencies
# 8.1.2
## Patch Changes
- Updated dependencies
# 8.1.1
## Patch Changes
- Updated dependencies
# 8.1.0
## Minor Changes
- [`403274e761790`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/403274e761790) -
Add Rovo enabled check to cwr_blank_object_experiment evaluations
# 8.0.5
## Patch Changes
- Updated dependencies
# 8.0.4
## Patch Changes
- Updated dependencies
# 8.0.3
## Patch Changes
- Updated dependencies
# 8.0.2
## Patch Changes
- Updated dependencies
# 8.0.1
## Patch Changes
- Updated dependencies
# 8.0.0
## Patch Changes
- Updated dependencies
# 7.4.4
## Patch Changes
- [`db37927f35395`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db37927f35395) -
Cleanup platform_editor_ai_aifc_patch_ga_blockers flag.
- Updated dependencies
# 7.4.3
## Patch Changes
- [`1fd2b267eb592`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1fd2b267eb592) -
Cleanup `platform_editor_ai_aifc_patch_ga` flag
- Updated dependencies
# 7.4.2
## Patch Changes
- Updated dependencies
# 7.4.1
## Patch Changes
- Updated dependencies
# 7.4.0
## Minor Changes
- [`a567137003ae6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a567137003ae6) -
Add in Create with Rovo blank object experience functionality
## Patch Changes
- Updated dependencies
# 7.3.3
## Patch Changes
- Updated dependencies
# 7.3.2
## Patch Changes
- Updated dependencies
# 7.3.1
## Patch Changes
- Updated dependencies
# 7.3.0
## Minor Changes
- [`0a0a5831dfc2d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a0a5831dfc2d) -
[ux] Adds isPlaceholderHidden param to placeholder plugin init. Removes isEmbedded option from
placeholder plugin, and removes cwr_blank_object_experiment editor experiment override
## Patch Changes
- Updated dependencies
# 7.2.19
## Patch Changes
- Updated dependencies
# 7.2.18
## Patch Changes
- Updated dependencies
# 7.2.17
## Patch Changes
- Updated dependencies
# 7.2.16
## Patch Changes
- Updated dependencies
# 7.2.15
## Patch Changes
- Updated dependencies
# 7.2.14
## Patch Changes
- [`6d74750cc8818`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d74750cc8818) -
Fix hydration error on empty pages by not rendering placeholder plugin spinner in SSR
- Updated dependencies
# 7.2.13
## Patch Changes
- Updated dependencies
# 7.2.12
## Patch Changes
- Updated dependencies
# 7.2.11
## Patch Changes
- Updated dependencies
# 7.2.10
## Patch Changes
- Updated dependencies
# 7.2.9
## Patch Changes
- Updated dependencies
# 7.2.8
## Patch Changes
- Updated dependencies
# 7.2.7
## Patch Changes
- Updated dependencies
# 7.2.6
## Patch Changes
- Updated dependencies
# 7.2.5
## Patch Changes
- Updated dependencies
# 7.2.4
## Patch Changes
- [`4a4392c5bdf9d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4a4392c5bdf9d) -
[EDITOR-4807] fg cleanup platform_editor_placeholder_plugin_tidying
- Updated dependencies
# 7.2.3
## Patch Changes
- Updated dependencies
# 7.2.2
## Patch Changes
- Updated dependencies
# 7.2.1
## Patch Changes
- [`5c6dee8d82e9e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c6dee8d82e9e) -
Updated adf placeholder to inject zero-width-space character at the start of the placeholder
decoration. This is needed to stop the browser caret from getting confused when its placed between
and editable and non-editable element
- Updated dependencies
# 7.2.0
## Minor Changes
- [`333b858014e54`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/333b858014e54) -
Move content placeholder behind title_on_transition flag
## Patch Changes
- Updated dependencies
# 7.1.1
## Patch Changes
- [`38c83ce57623b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38c83ce57623b) -
[ux] [EDITOR-3853] Update copy for sync block placeholder and copy flag
- Updated dependencies
# 7.1.0
## Minor Changes
- [`7b39652e2fb7e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b39652e2fb7e) -
Updates editor to only show placeholder once collab has connected.
## Patch Changes
- Updated dependencies
# 7.0.0
## Patch Changes
- Updated dependencies
# 6.6.7
## Patch Changes
- [`356fd6e2db655`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/356fd6e2db655) -
[ux] [EDITOR-2469] fixed placeholder getting hidden when user tabs
- Updated dependencies
# 6.6.6
## Patch Changes
- [`58e8dc3afa08d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/58e8dc3afa08d) -
[ux] [EDITOR-2469] add fade in animation to placeholder on empty paragraph
# 6.6.5
## Patch Changes
- Updated dependencies
# 6.6.4
## Patch Changes
- Updated dependencies
# 6.6.3
## Patch Changes
- [`a6bb2551e12c5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a6bb2551e12c5) -
[ux] EDITOR-3970 fixed bug where placeholder is showing when ai modal is open in comment editor
# 6.6.2
## Patch Changes
- Updated dependencies
# 6.6.1
## Patch Changes
- [`be40850b186a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be40850b186a8) -
Rolled up editor AIFC beta gates into the parent streaming gate. Also decoupled the placholder
from the main AIFC FG by utilising the withEmptyParagraph plugin option, since this prop is only
set when AIFC is enabled. This means we don't need refs to this gate in the plugin because it's
already controlled by a prop.
- Updated dependencies
# 6.6.0
## Minor Changes
- [`a3a576969a12c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3a576969a12c) -
[No-issue] placeholder plugin tidying
# 6.5.4
## Patch Changes
- [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
tsignores added for help-center local consumpton removed
- Updated dependencies
# 6.5.3
## Patch Changes
- [`41a91a916c125`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41a91a916c125) -
EDITOR-2846 Change platform_synced_block to use editorExperiment and add Jira experiment
- Updated dependencies
# 6.5.2
## Patch Changes
- Updated dependencies
# 6.5.1
## Patch Changes
- [`4d676bbdb3ce6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4d676bbdb3ce6) -
ts-ignore added temporarily to unblock local consumption for help-center, will be removed once
project refs are setup
- Updated dependencies
# 6.5.0
## Minor Changes
- [`025002b2a71fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/025002b2a71fc) -
[ux] [EDITOR-3320] fix bug on panel and table placeholders/ added code mark on keyboard shorcuts
on panel and table placeholders
## Patch Changes
- Updated dependencies
# 6.4.0
## Minor Changes
- [`f34c6075cc3a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f34c6075cc3a4) -
[ux] [EDITOR-2327] added support to add marks on placeholder plugin texts
# 6.3.0
## Minor Changes
- [`673772ec67daf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/673772ec67daf) -
[ux] EDITOR-2265 - show placeholder for empty paragraph
## Patch Changes
- Updated dependencies
# 6.2.0
## Minor Changes
- [`10882b2fab738`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/10882b2fab738) -
[ux] Introduced bodiedSyncBlock nodeview
## Patch Changes
- Updated dependencies
# 6.1.1
## Patch Changes
- Updated dependencies
# 6.1.0
## Minor Changes
- [`fa2e8ad38d6f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa2e8ad38d6f7) -
[ux] Show hovered prompt in placeholder text input
# 6.0.0
## Patch Changes
- Updated dependencies
# 5.1.0
## Minor Changes
- [`06349e515f94e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/06349e515f94e) -
[ux] Add a delay to starting text cycling animation when user typed and deleted prompt text
# 5.0.0
## Patch Changes
- Updated dependencies
# 4.0.1
## Patch Changes
- [`5a18ea57e4ddc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a18ea57e4ddc) -
[ux] Fix cursor size when cycling through placeholderPrompts
- Updated dependencies
# 4.0.0
## Patch Changes
- Updated dependencies
# 3.2.3
## Patch Changes
- Updated dependencies
# 3.2.2
## Patch Changes
- [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) -
Sorted type and interface props to improve Atlaskit docs
- Updated dependencies
# 3.2.1
## Patch Changes
- Updated dependencies
# 3.2.0
## Minor Changes
- [`bc9e17e2197a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc9e17e2197a9) -
[ux] add new setAnimatingPlaceholderPrompts API to placeholder plugin
# 3.1.1
## Patch Changes
- Updated dependencies
# 3.1.0
## Minor Changes
- [`81ec1e909620a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81ec1e909620a) -
[EDITOR-1206] Show diff plugin added as an optional dependancy, if the diff is showing do not show
the placeholder
## Patch Changes
- Updated dependencies
# 3.0.1
## Patch Changes
- Updated dependencies
# 3.0.0
## Major Changes
- [#181024](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181024)
[`8e80c487ca307`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e80c487ca307) - ##
Make `@atlaskit/editor-common` a peer dependency
**WHAT:** `@atlaskit/editor-common` has been moved from `dependencies` to `peerDependencies` in
all editor plugin packages.
**WHY:** This change ensures that only a single version of `@atlaskit/editor-common` is used in
consuming applications, preventing issues caused by multiple versions of singleton libraries (such
as context mismatches or duplicated state). This is especially important for packages that rely on
shared context or singletons.
**HOW TO ADJUST:**
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
any of these editor plugins.
- Ensure the version you install matches the version required by the plugins.
- You can use the
[`check-peer-dependencies`](https://www.npmjs.com/package/check-peer-dependencies) package to
verify that all required peer dependencies are installed and compatible.
- Example install command:
```
npm install @atlaskit/editor-common
```
or
```
yarn add @atlaskit/editor-common
```
**Note:** This is a breaking change. If `@atlaskit/editor-common` is not installed at the
application level, you may see errors or unexpected behavior.
## Patch Changes
- Updated dependencies
# 2.0.21
## Patch Changes
- Updated dependencies
# 2.0.20
## Patch Changes
- [#173379](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173379)
[`99e2b882f5cf0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99e2b882f5cf0) -
Clean up platform_editor_controls_patch_3
- Updated dependencies
# 2.0.19
## Patch Changes
- Updated dependencies
# 2.0.18
## Patch Changes
- Updated dependencies
# 2.0.17
## Patch Changes
- Updated dependencies
# 2.0.16
## Patch Changes
- Updated dependencies
# 2.0.15
## Patch Changes
- Updated dependencies
# 2.0.14
## Patch Changes
- Updated dependencies
# 2.0.13
## Patch Changes
- Updated dependencies
# 2.0.12
## Patch Changes
- Updated dependencies
# 2.0.11
## Patch Changes
- [#136973](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/136973)
[`d24797988a39c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d24797988a39c) -
[ux] ED-27349 Remove empty line placeholder and only show empty node placeholder in first table
cell when it is empty
# 2.0.10
## Patch Changes
- [#135586](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135586)
[`3aeba66081612`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3aeba66081612) -
ED-26593 Add missing i18n for editor control
- Updated dependencies
# 2.0.9
## Patch Changes
- [#131399](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131399)
[`3e2bb97c408f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e2bb97c408f7) -
Add className to nested nodes for placeholder text to selectively apply truncation on long text
# 2.0.8
## Patch Changes
- [#129904](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129904)
[`7a5c1784af47f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a5c1784af47f) -
[ux] ED-27141 Adding a check so that only empty paragraphs will show empty node placeholder
# 2.0.7
## Patch Changes
- [#127914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127914)
[`1240912e13dd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1240912e13dd0) -
[ux] ED-27097 Update empty line placeholder to only show when editor is focussed (not in live
view)
- Updated dependencies
# 2.0.6
## Patch Changes
- Updated dependencies
# 2.0.5
## Patch Changes
- [#124288](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124288)
[`b847c8d4907ed`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b847c8d4907ed) -
[ux] ED-26946 Add prop to only enable empty line placeholders when the plugin option is passed in
- Updated dependencies
# 2.0.4
## Patch Changes
- Updated dependencies
# 2.0.3
## Patch Changes
- [#122838](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/122838)
[`ebcf63371e09c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ebcf63371e09c) -
ED-26952 Update placeholder text to remove quotes around /
# 2.0.2
## Patch Changes
- [#121254](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121254)
[`3cff2a93c194b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3cff2a93c194b) -
[ux] ED-26844 Add placeholder text to empty lines, table cells, expands, panels and layoutColumns
# 2.0.1
## Patch Changes
- Updated dependencies
# 2.0.0
## Major Changes
- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
[`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/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
## Patch Changes
- Updated dependencies
# 1.6.0
## Minor Changes
- [#113560](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113560)
[`0acdf46472e21`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0acdf46472e21) -
Add new setPlaceholder API so the placeholder text can be changed dynamically via the editor API.
# 1.5.0
## Minor Changes
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
Bumped editor-prosemirror version to 7.0.0
## Patch Changes
- Updated dependencies
# 1.4.0
## Minor Changes
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
Update `React` from v16 to v18
## Patch Changes
- Updated dependencies
# 1.3.2
## Patch Changes
- Updated dependencies
# 1.3.1
## Patch Changes
- Updated dependencies
# 1.3.0
## Minor Changes
- [#180725](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180725)
[`70657a7f9cb2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70657a7f9cb2f) -
Refactored folder structure to confirm to new editor standards
## Patch Changes
- Updated dependencies
# 1.2.13
## Patch Changes
- Updated dependencies
# 1.2.12
## Patch Changes
- Updated dependencies
# 1.2.11
## Patch Changes
- [#155735](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155735)
[`1beeeda29023a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1beeeda29023a) -
Upgrades editor packages to react 18
# 1.2.10
## Patch Changes
- Updated dependencies
# 1.2.9
## Patch Changes
- Updated dependencies
# 1.2.8
## Patch Changes
- Updated dependencies
# 1.2.7
## Patch Changes
- Updated dependencies
# 1.2.6
## Patch Changes
- Updated dependencies
# 1.2.5
## Patch Changes
- [#139334](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139334)
[`30793649657c0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/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.
# 1.2.4
## Patch Changes
- Updated dependencies
# 1.2.3
## Patch Changes
- [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
[`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
NOISSUE: Upgrades editor React peer dependencies to v18
- Updated dependencies
# 1.2.2
## Patch Changes
- Updated dependencies
# 1.2.1
## Patch Changes
- Updated dependencies
# 1.2.0
## Minor Changes
- [#124209](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124209)
[`8aa1792f12ed3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8aa1792f12ed3) -
bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0
## Patch Changes
- Updated dependencies
# 1.1.9
## Patch Changes
- Updated dependencies
# 1.1.8
## Patch Changes
- Updated dependencies
# 1.1.7
## Patch Changes
- Updated dependencies
# 1.1.6
## Patch Changes
- Updated dependencies
# 1.1.5
## Patch Changes
- Updated dependencies
# 1.1.4
## Patch Changes
- Updated dependencies
# 1.1.3
## Patch Changes
- Updated dependencies
# 1.1.2
## Patch Changes
- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
[`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/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
# 1.1.1
## Patch Changes
- Updated dependencies
# 1.1.0
## Minor Changes
- [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
[`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
bumped editor-prosemirror version to 4.0.0
## Patch Changes
- Updated dependencies
# 1.0.3
## Patch Changes
- [#89247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89247)
[`a65b4a0870d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a65b4a0870d8) -
The internal composition of this package has changed. There is no expected change in behavior.
# 1.0.2
## Patch Changes
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
Upgrade Typescript from `4.9.5` to `5.4.2`
# 1.0.1
## Patch Changes
- Updated dependencies
# 1.0.0
## Major Changes
- [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
[`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
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.
## Patch Changes
- Updated dependencies
# 0.1.12
## Patch Changes
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
[`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
Upgrading @atlaskit/editor-prosemirror dependency
# 0.1.11
## Patch Changes
- Updated dependencies
# 0.1.10
## Patch Changes
- [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
[`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
[ED-21835] Change EditorAPI type to always union with undefined
# 0.1.9
## Patch Changes
- Updated dependencies
# 0.1.8
## Patch Changes
- Updated dependencies
# 0.1.7
## Patch Changes
- [#41637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41637)
[`76579fdc832`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76579fdc832) - Move
placeholder tests into placeholder package from editor-core
# 0.1.6
## Patch Changes
- Updated dependencies
# 0.1.5
## Patch Changes
- Updated dependencies
# 0.1.4
## Patch Changes
- Updated dependencies
# 0.1.3
## Patch Changes
- Updated dependencies
# 0.1.2
## Patch Changes
- Updated dependencies
# 0.1.1
## Patch Changes
- Updated dependencies