UNPKG

@atlaskit/editor-plugin-date

Version:

Date plugin for @atlaskit/editor-core

2,163 lines (1,238 loc) 48.1 kB
# @atlaskit/editor-plugin-date ## 12.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 ## 11.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 ## 10.0.32 ### Patch Changes - Updated dependencies ## 10.0.31 ### Patch Changes - Updated dependencies ## 10.0.30 ### Patch Changes - Updated dependencies ## 10.0.29 ### Patch Changes - Updated dependencies ## 10.0.28 ### Patch Changes - [`7b7c52dff5d7d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b7c52dff5d7d) - Fix eslint violations for type import syntax - Updated dependencies ## 10.0.27 ### Patch Changes - Updated dependencies ## 10.0.26 ### Patch Changes - Updated dependencies ## 10.0.25 ### Patch Changes - Updated dependencies ## 10.0.24 ### Patch Changes - Updated dependencies ## 10.0.23 ### Patch Changes - Updated dependencies ## 10.0.22 ### Patch Changes - Updated dependencies ## 10.0.21 ### Patch Changes - Updated dependencies ## 10.0.20 ### Patch Changes - Updated dependencies ## 10.0.19 ### Patch Changes - Updated dependencies ## 10.0.18 ### Patch Changes - Updated dependencies ## 10.0.17 ### Patch Changes - Updated dependencies ## 10.0.16 ### Patch Changes - Updated dependencies ## 10.0.15 ### Patch Changes - Updated dependencies ## 10.0.14 ### Patch Changes - [`5892e575833a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5892e575833a1) - Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme` - Updated dependencies ## 10.0.13 ### Patch Changes - Updated dependencies ## 10.0.12 ### Patch Changes - Updated dependencies ## 10.0.11 ### Patch Changes - Updated dependencies ## 10.0.10 ### Patch Changes - Updated dependencies ## 10.0.9 ### Patch Changes - Updated dependencies ## 10.0.8 ### Patch Changes - Updated dependencies ## 10.0.7 ### Patch Changes - Updated dependencies ## 10.0.6 ### Patch Changes - Updated dependencies ## 10.0.5 ### Patch Changes - Updated dependencies ## 10.0.4 ### Patch Changes - Updated dependencies ## 10.0.3 ### Patch Changes - Updated dependencies ## 10.0.2 ### Patch Changes - [`5985f38f7104e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5985f38f7104e) - Update README.md and 0-intro.tsx - Updated dependencies ## 10.0.1 ### Patch Changes - Updated dependencies ## 10.0.0 ### Patch Changes - Updated dependencies ## 9.1.27 ### Patch Changes - Updated dependencies ## 9.1.26 ### Patch Changes - Updated dependencies ## 9.1.25 ### Patch Changes - Updated dependencies ## 9.1.24 ### Patch Changes - Updated dependencies ## 9.1.23 ### Patch Changes - Updated dependencies ## 9.1.22 ### Patch Changes - Updated dependencies ## 9.1.21 ### Patch Changes - Updated dependencies ## 9.1.20 ### Patch Changes - Updated dependencies ## 9.1.19 ### Patch Changes - Updated dependencies ## 9.1.18 ### Patch Changes - Updated dependencies ## 9.1.17 ### Patch Changes - Updated dependencies ## 9.1.16 ### Patch Changes - Updated dependencies ## 9.1.15 ### Patch Changes - Updated dependencies ## 9.1.14 ### Patch Changes - Updated dependencies ## 9.1.13 ### Patch Changes - Updated dependencies ## 9.1.12 ### Patch Changes - Updated dependencies ## 9.1.11 ### Patch Changes - Updated dependencies ## 9.1.10 ### Patch Changes - Updated dependencies ## 9.1.9 ### Patch Changes - Updated dependencies ## 9.1.8 ### Patch Changes - Updated dependencies ## 9.1.7 ### Patch Changes - Updated dependencies ## 9.1.6 ### Patch Changes - Updated dependencies ## 9.1.5 ### Patch Changes - Updated dependencies ## 9.1.4 ### Patch Changes - Updated dependencies ## 9.1.3 ### Patch Changes - Updated dependencies ## 9.1.2 ### Patch Changes - [`3dde4e51c90bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3dde4e51c90bf) - Fixed mixed HTML/Editor content copy/paste issue on Date node. - Updated dependencies ## 9.1.1 ### Patch Changes - Updated dependencies ## 9.1.0 ### Minor Changes - [`c4d3ca353b93a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4d3ca353b93a) - [https://hello.jira.atlassian.cloud/browse/EDITOR-4326](EDITOR-4326) - clean up editor_a11y_announce_date_picker_open ### Patch Changes - Updated dependencies ## 9.0.0 ### 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 - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) - EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema - Updated dependencies ## 8.1.11 ### Patch Changes - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) - tsignores added for help-center local consumpton removed - Updated dependencies ## 8.1.10 ### Patch Changes - Updated dependencies ## 8.1.9 ### 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 ## 8.1.8 ### Patch Changes - Updated dependencies ## 8.1.7 ### Patch Changes - Updated dependencies ## 8.1.6 ### Patch Changes - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) - EDITOR-2791 bump adf-schema - Updated dependencies ## 8.1.5 ### Patch Changes - [`4cab7924c4af0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4cab7924c4af0) - [ux] Clean up editor_inline_comments_paste_insert_nodes - Updated dependencies ## 8.1.4 ### Patch Changes - Updated dependencies ## 8.1.3 ### Patch Changes - Updated dependencies ## 8.1.2 ### Patch Changes - [`21fe79119fe74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21fe79119fe74) - EDITOR-2447 Bump adf-schema to 51.3.2 - Updated dependencies ## 8.1.1 ### Patch Changes - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) - EDITOR-2447 Bump adf-schema to 51.3.1 - Updated dependencies ## 8.1.0 ### Minor Changes - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) - [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0 ### 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.3.0 ### Minor Changes - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) - EDITOR-1566 bump adf-schema + update validator ### Patch Changes - Updated dependencies ## 7.2.3 ### Patch Changes - Updated dependencies ## 7.2.2 ### Patch Changes - Updated dependencies ## 7.2.1 ### Patch Changes - [`34d0a1168dab6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/34d0a1168dab6) - Hydration fixes for date plugin ContentComponent - Updated dependencies ## 7.2.0 ### Minor Changes - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) - EDITOR-1562 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 7.1.0 ### Minor Changes - [`64ec65231b4cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64ec65231b4cf) - EDITOR-1568 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 7.0.1 ### Patch Changes - Updated dependencies ## 7.0.0 ### Patch Changes - Updated dependencies ## 6.0.5 ### Patch Changes - Updated dependencies ## 6.0.4 ### Patch Changes - Updated dependencies ## 6.0.3 ### Patch Changes - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) - Internal changes to how border radius is applied. - Updated dependencies ## 6.0.2 ### Patch Changes - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) - Internal changes to how border radius is applied. - Updated dependencies ## 6.0.1 ### Patch Changes - [`5f1d8eb6b1fa2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f1d8eb6b1fa2) - EDITOR-1464 Update toDOM methods to include localId - Updated dependencies ## 6.0.0 ### Patch Changes - Updated dependencies ## 5.1.13 ### Patch Changes - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) - EDITOR-1442 Bump adf-schema - Updated dependencies ## 5.1.12 ### Patch Changes - Updated dependencies ## 5.1.11 ### Patch Changes - [`db857b08dd89a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db857b08dd89a) - [EDITOR-1202] Make dates in blockTaskItem be formatted correctly - Updated dependencies ## 5.1.10 ### Patch Changes - [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) - Sorted type and interface props to improve Atlaskit docs - Updated dependencies ## 5.1.9 ### Patch Changes - Updated dependencies ## 5.1.8 ### Patch Changes - [`d40e5ebace12b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d40e5ebace12b) - [I18N-2877] gate i18n locale for datepicker ## 5.1.7 ### Patch Changes - [`57b19274b9fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57b19274b9fdd) - EDITOR-1373 Bump adf-schema version - Updated dependencies ## 5.1.6 ### Patch Changes - [`45b7e7965939b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45b7e7965939b) - [ux] [I18N-2877] add locale to datepicker i18n and day of week - Updated dependencies ## 5.1.5 ### Patch Changes - Updated dependencies ## 5.1.4 ### Patch Changes - Updated dependencies ## 5.1.3 ### Patch Changes - [#195649](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195649) [`231bb33e06dfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/231bb33e06dfe) - EDITOR-1131 Bump adf-schema version to 50.2.0 - Updated dependencies ## 5.1.2 ### Patch Changes - Updated dependencies ## 5.1.1 ### Patch Changes - [#191913](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191913) [`6d1e56695e91d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d1e56695e91d) - EDITOR-1131 Bump adf-schema package to 50.0.0 - Updated dependencies ## 5.1.0 ### Minor Changes - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314) [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) - Exported missing types that were already being inferred from existing exports ### Patch Changes - Updated dependencies ## 5.0.3 ### Patch Changes - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144) [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) - Bump @atlaskit/adf-schema to v49.0.5 - Updated dependencies ## 5.0.2 ### Patch Changes - Updated dependencies ## 5.0.1 ### Patch Changes - Updated dependencies ## 5.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 ## 4.3.16 ### Patch Changes - Updated dependencies ## 4.3.15 ### Patch Changes - Updated dependencies ## 4.3.14 ### Patch Changes - Updated dependencies ## 4.3.13 ### Patch Changes - Updated dependencies ## 4.3.12 ### Patch Changes - Updated dependencies ## 4.3.11 ### Patch Changes - Updated dependencies ## 4.3.10 ### Patch Changes - Updated dependencies ## 4.3.9 ### Patch Changes - Updated dependencies ## 4.3.8 ### Patch Changes - Updated dependencies ## 4.3.7 ### Patch Changes - [#160577](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160577) [`bd533bfddae0c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd533bfddae0c) - Cleaned up popup fg - Updated dependencies ## 4.3.6 ### Patch Changes - Updated dependencies ## 4.3.5 ### Patch Changes - [#153359](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153359) [`e55e93f0bddf8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e55e93f0bddf8) - NOISSUE: fix whitepace after date node - Updated dependencies ## 4.3.4 ### Patch Changes - Updated dependencies ## 4.3.3 ### Patch Changes - Updated dependencies ## 4.3.2 ### Patch Changes - [#149315](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149315) [`48b82f7847cb0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48b82f7847cb0) - Adds an isInitialised variable to date plugin shared state ## 4.3.1 ### Patch Changes - [#148798](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148798) [`8112e98809756`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8112e98809756) - [No Issue] Clean up virtualization feature flag - Updated dependencies ## 4.3.0 ### Minor Changes - [#149446](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149446) [`2f6846b2a166e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f6846b2a166e) - Dismissed date popup when date node is deleted from the document ### Patch Changes - [#148210](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148210) [`10eb0681e9681`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/10eb0681e9681) - fix SSR issues ## 4.2.0 ### Minor Changes - [#139139](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139139) [`7f6b665d778dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f6b665d778dd) - [https://product-fabric.atlassian.net/browse/ED-27499](ED-27499) - the new `@atlassian/confluence-presets` package with Confluence `full-page` preset is created ### Patch Changes - Updated dependencies ## 4.1.10 ### Patch Changes - [#138373](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138373) [`3a6e2723e498c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a6e2723e498c) - [ux] [A11Y-10137] Add visually hidden alert for when the date picker opens letting screen reader users know how to access the date picker popup - Updated dependencies ## 4.1.9 ### Patch Changes - Updated dependencies ## 4.1.8 ### Patch Changes - [#137676](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137676) [`4a54b4a64712e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4a54b4a64712e) - ED-27338: clean up vanilla date implementation - Updated dependencies ## 4.1.7 ### Patch Changes - [#134341](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134341) [`e53990137fb56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e53990137fb56) - ED-27338: converts editor date node to vanilla js ## 4.1.6 ### Patch Changes - Updated dependencies ## 4.1.5 ### Patch Changes - Updated dependencies ## 4.1.4 ### Patch Changes - Updated dependencies ## 4.1.3 ### Patch Changes - Updated dependencies ## 4.1.2 ### Patch Changes - [#122140](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/122140) [`3f7b2bc0c6ef0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f7b2bc0c6ef0) - Add missing dependencies to the package.json file - Updated dependencies ## 4.1.1 ### Patch Changes - Updated dependencies ## 4.1.0 ### Minor Changes - [#120472](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120472) [`73c800ab5f2fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/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 ### Patch Changes - [#119706](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119706) [`42fd258ba482e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42fd258ba482e) - ED-26704: enables editor node virtualization experiment - Updated dependencies ## 4.0.1 ### Patch Changes - [#120533](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120533) [`f1bec731e278f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1bec731e278f) - Adds a `sideEffects` field to ensure this package does not have Compiled styles tree-shaken in the future to avoid an accidental regression. This is related to https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953 ## 4.0.0 ### Major Changes - [#117947](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117947) [`2c672e958d395`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c672e958d395) - [ux] EDF-2346 - [MD] Remove emotion references ### Patch Changes - Updated dependencies ## 3.0.2 ### Patch Changes - Updated dependencies ## 3.0.1 ### Patch Changes - Updated dependencies ## 3.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 ## 2.6.4 ### Patch Changes - Updated dependencies ## 2.6.3 ### Patch Changes - Updated dependencies ## 2.6.2 ### Patch Changes - [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186) [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) - Bump adf-schema to 47.2.1 - Updated dependencies ## 2.6.1 ### Patch Changes - Updated dependencies ## 2.6.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 ## 2.5.2 ### Patch Changes - Updated dependencies ## 2.5.1 ### Patch Changes - Updated dependencies ## 2.5.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 ## 2.4.34 ### Patch Changes - Updated dependencies ## 2.4.33 ### Patch Changes - Updated dependencies ## 2.4.32 ### Patch Changes - Updated dependencies ## 2.4.31 ### Patch Changes - Updated dependencies ## 2.4.30 ### Patch Changes - Updated dependencies ## 2.4.29 ### Patch Changes - Updated dependencies ## 2.4.28 ### Patch Changes - Updated dependencies ## 2.4.27 ### Patch Changes - Updated dependencies ## 2.4.26 ### Patch Changes - Updated dependencies ## 2.4.25 ### Patch Changes - Updated dependencies ## 2.4.24 ### Patch Changes - Updated dependencies ## 2.4.23 ### Patch Changes - Updated dependencies ## 2.4.22 ### Patch Changes - Updated dependencies ## 2.4.21 ### Patch Changes - Updated dependencies ## 2.4.20 ### Patch Changes - [#178163](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178163) [`b838eba8d205f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b838eba8d205f) - ED-26030-hide-comment-toolbar-when-user-switch-back-to-edit-mode ## 2.4.19 ### Patch Changes - Updated dependencies ## 2.4.18 ### Patch Changes - Updated dependencies ## 2.4.17 ### Patch Changes - [#175810](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/175810) [`f7a9d71722c78`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f7a9d71722c78) - ED-25989 adding analytic event for date inline node - Updated dependencies ## 2.4.16 ### Patch Changes - Updated dependencies ## 2.4.15 ### Patch Changes - Updated dependencies ## 2.4.14 ### Patch Changes - Updated dependencies ## 2.4.13 ### Patch Changes - Updated dependencies ## 2.4.12 ### Patch Changes - Updated dependencies ## 2.4.11 ### Patch Changes - [#169354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169354) [`a083b7233a98e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a083b7233a98e) - ED-25809: refactors plugins to meet folder standards ## 2.4.10 ### Patch Changes - [#165765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165765) [`3f441f30e6507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f441f30e6507) - Bump adf-schema to 46.0.0 - Updated dependencies ## 2.4.9 ### Patch Changes - Updated dependencies ## 2.4.8 ### Patch Changes - Updated dependencies ## 2.4.7 ### Patch Changes - Updated dependencies ## 2.4.6 ### Patch Changes - [#159176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159176) [`8f1d77592a9dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f1d77592a9dc) - Bump adf-schema to 44.2.0 ## 2.4.5 ### Patch Changes - [#157489](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157489) [`00657197923b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/00657197923b2) - We are testing replacing findDOMNode with an explicit ref behind a feature flag. If this fix is successful it will be available in a later release. - Updated dependencies ## 2.4.4 ### 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 ## 2.4.3 ### Patch Changes - [#154186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154186) [`5c316170d29dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c316170d29dd) - Bump @atlaskit/adf-schema to 42.3.1 - Updated dependencies ## 2.4.2 ### Patch Changes - Updated dependencies ## 2.4.1 ### Patch Changes - [#152510](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152510) [`dcf9edde7ac7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcf9edde7ac7b) - bump adf-schema to 42.0.1 - Updated dependencies ## 2.4.0 ### Minor Changes - [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190) [`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/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. ### Patch Changes - Updated dependencies ## 2.3.16 ### Patch Changes - [#148528](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/148528) [`dd1ab6e1f1bd2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dd1ab6e1f1bd2) - Remove usage of findDomNode ## 2.3.15 ### Patch Changes - Updated dependencies ## 2.3.14 ### Patch Changes - Updated dependencies ## 2.3.13 ### Patch Changes - Updated dependencies ## 2.3.12 ### Patch Changes - Updated dependencies ## 2.3.11 ### Patch Changes - Updated dependencies ## 2.3.10 ### Patch Changes - Updated dependencies ## 2.3.9 ### Patch Changes - Updated dependencies ## 2.3.8 ### 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. ## 2.3.7 ### Patch Changes - Updated dependencies ## 2.3.6 ### 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 ## 2.3.5 ### Patch Changes - Updated dependencies ## 2.3.4 ### Patch Changes - [#134213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134213) [`93bd7032842ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93bd7032842ec) - [ux] [ED-24636] Bump ADF Schema package ## 2.3.3 ### Patch Changes - Updated dependencies ## 2.3.2 ### Patch Changes - Updated dependencies ## 2.3.1 ### Patch Changes - Updated dependencies ## 2.3.0 ### Minor Changes - [#128347](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128347) [`e33566cebd5d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/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 ### Patch Changes - Updated dependencies ## 2.2.3 ### Patch Changes - Updated dependencies ## 2.2.2 ### Patch Changes - [#125980](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125980) [`93070430085a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93070430085a6) - fix editor popup overflow issue - Updated dependencies ## 2.2.1 ### Patch Changes - Updated dependencies ## 2.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 ## 2.1.0 ### Minor Changes - [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895) [`49b8c7658f3b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49b8c7658f3b5) - [ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0 ### Patch Changes - Updated dependencies ## 2.0.4 ### Patch Changes - [#122612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122612) [`01a85ce0a88ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01a85ce0a88ec) - [ux] ED-23705 Add logic to handle annotations on inline nodes when they are inserted or pasted. Covers the following inline nodes: emoji, status, mention, date, inlineCard ## 2.0.3 ### Patch Changes - Updated dependencies ## 2.0.2 ### Patch Changes - Updated dependencies ## 2.0.1 ### Patch Changes - Updated dependencies ## 2.0.0 ### Major Changes - [`d9b562bd66f8e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d9b562bd66f8e) - [ux] [ED-23947] restoring the original order of the typeahead menu so that actions, media, mentions and emojis are above the fold (in the top 5 results). this change is a major because it removes the `getEditorFeatureFlags prop` for plugins. if any consumers who have adopted these changes to the public API, they should remove them on their side too. ### Patch Changes - Updated dependencies ## 1.4.1 ### Patch Changes - [#114548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114548) [`8b2d47bffb50e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b2d47bffb50e) - bump adf-schema version - Updated dependencies ## 1.4.0 ### Minor Changes - [#115247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115247) [`251d23ff9e6c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/251d23ff9e6c8) - upgrade adf-schema version to 38.0.0 ### Patch Changes - Updated dependencies ## 1.3.1 ### Patch Changes - [#110942](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110942) [`aa339aee9aa7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa339aee9aa7d) - [ED-23431] Fix EditorPluginAPI type system - Updated dependencies ## 1.3.0 ### Minor Changes - [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156) [`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) - Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0 ### Patch Changes - Updated dependencies ## 1.2.6 ### Patch Changes - [#112831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112831) [`4449002c52e44`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4449002c52e44) - [ux] [ED-23702] Open date picker when it is the first node in an inline comment ## 1.2.5 ### Patch Changes - Updated dependencies ## 1.2.4 ### Patch Changes - [#110390](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110390) [`bead123202369`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bead123202369) - [ux] [ED-23642] Reordering the typeahead so that date, status, code block & info panel are above the fold (in the top 5 results) - Updated dependencies ## 1.2.3 ### Patch Changes - Updated dependencies ## 1.2.2 ### Patch Changes - [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478) [`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) - [ED-23332] Update adf-schema package to 36.10.1 - Updated dependencies ## 1.2.1 ### Patch Changes - [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524) [`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) - ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation ## 1.2.0 ### Minor Changes - [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579) [`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) - Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0 ### Patch Changes - Updated dependencies ## 1.1.11 ### Patch Changes - Updated dependencies ## 1.1.10 ### Patch Changes - Updated dependencies ## 1.1.9 ### Patch Changes - [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599) [`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) - [ED-22282] Bump adf-schema to 36.1.0 ## 1.1.8 ### Patch Changes - Updated dependencies ## 1.1.7 ### 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.6 ### Patch Changes - Updated dependencies ## 1.1.5 ### Patch Changes - [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237) [`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) - [ED-23102] Bump ADF schema to version 35.12.2 ## 1.1.4 ### Patch Changes - Updated dependencies ## 1.1.3 ### Patch Changes - Updated dependencies ## 1.1.2 ### Patch Changes - [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901) [`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) - [ED-23097] Bump ADF schema to version 35.12.1 ## 1.1.1 ### Patch Changes - [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689) [`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) - Updating adf-schema version to 35.10.0 ## 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.13 ### Patch Changes - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426) [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) - Bump adf-schema to 35.9.2 to support table alignment options - Updated dependencies ## 1.0.12 ### Patch Changes - [#90781](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90781) [`566fba222315`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/566fba222315) - Accessible name for datepicker's input field ## 1.0.11 ### Patch Changes - [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106) [`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) - Bump ADF-schema package to version 35.0.0 - Updated dependencies ## 1.0.10 ### Patch Changes - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724) [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) - [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from 35.7.0 to 35.8.0 ## 1.0.9 ### Patch Changes - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777) [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) - Bump adf-schema to 35.7.0 - Updated dependencies ## 1.0.8 ### Patch Changes - Updated dependencies ## 1.0.7 ### Patch Changes - Updated dependencies ## 1.0.6 ### Patch Changes - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679) [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) - ED-22553 Updating adf-schema version to 35.6.0 ## 1.0.5 ### Patch Changes - Updated dependencies ## 1.0.4 ### Patch Changes - [#80391](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80391) [`bf741c7ef44c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf741c7ef44c) - Make @atlaskit/editor-plugin-table, @atlaskit/date, @atlaskit/editor-plugin-date React 18 compatible. ## 1.0.3 ### Patch Changes - [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224) [`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) - ED-22219: adf-schema updated to 35.5.2 - Updated dependencies ## 1.0.2 ### Patch Changes - Updated dependencies ## 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.3.3 ### 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.3.2 ### Patch Changes - [#71136](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71136) [`c803fea1e6a4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c803fea1e6a4) - Move all plugin translations to editor-common - Updated dependencies ## 0.3.1 ### Patch Changes - [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152) [`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) - Updating adf-schema version to 35.5.1 ## 0.3.0 ### Minor Changes - [#68790](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68790) [`c6d8affc52d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d8affc52d1) - Support maybeAdd plugins in usePreset. Add typing support for universal preset. Now when using the editor API with the universal preset ### Patch Changes - Updated dependencies ## 0.2.20 ### Patch Changes - Updated dependencies ## 0.2.19 ### 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.2.18 ### Patch Changes - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031) [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) - ED-21609 Update adf-schema to 35.3.0 - Updated dependencies ## 0.2.17 ### Patch Changes - [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165) [`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) - [ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update ## 0.2.16 ### Patch Changes - [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808) [`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) - ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE ## 0.2.15 ### Patch Changes - [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246) [`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) - ED-21371 Update adf-schema to 35.1.0 ## 0.2.14 ### Patch Changes - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029) [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) - Update dependencies that were impacted by HOT-106483 to latest. ## 0.2.13 ### Patch Changes - Updated dependencies ## 0.2.12 ### Patch Changes - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147) [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) - Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483). ## 0.2.11 ### Patch Changes - [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763) [`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) - update ADF schema ## 0.2.10 ### Patch Changes - [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790) [`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) - ED-21266: Updated @atlaskit/adf-schema to 34.0.1 ## 0.2.9 ### Patch Changes - [#43549](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43549) [`8f05c711498`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f05c711498) - ED-20957 Fixed issue with adding date node inside a codeblock ## 0.2.8 ### Patch Changes - [#43694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43694) [`fa3d07e4692`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa3d07e4692) - [ux] [ED-20697] Fix issue where dates with dashes were being incorrectly marked as invalid ## 0.2.7 ### Patch Changes - [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417) [`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971 Upgrade adf-schema package to ^34.0.0 ## 0.2.6 ### Patch Changes - Updated dependencies ## 0.2.5 ### Patch Changes - [#43405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43405) [`150827259db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/150827259db) - Extracting tasks and decisions code from editor-core to new plugin package. ## 0.2.4 ### Patch Changes - [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379) [`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763 Upgrade ADF schema version to 33.2.3 for MBE nodes. - Updated dependencies ## 0.2.3 ### Patch Changes - Updated dependencies ## 0.2.2 ### Patch Changes - [#42770](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42770) [`c7a6a824958`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7a6a824958) - Extract code-block plugin from editor-core as `@atlaskit/editor-plugin-code-block`. ## 0.2.1 ### Patch Changes - Updated dependencies ## 0.2.0 ### Minor Changes - [#41651](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41651) [`68871f23ed3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68871f23ed3) - Extract Date Plugin ### Patch Changes - Updated dependencies ## 0.1.0 ### Minor Changes - [#41572](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41572) [`e2c74f2ae09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2c74f2ae09) - Scaffolding for editor-plugin-date. Adds package.json, LICENSE, tsconfig, exported type and other fundamentals required to create a new package