@atlaskit/editor-plugin-connectivity
Version:
Connectivity plugin for @atlaskit/editor-core
288 lines (171 loc) • 7.38 kB
Markdown
# @atlaskit/editor-plugin-connectivity
## 10.0.0
### Patch Changes
- Updated dependencies
## 9.0.0
### Patch Changes
- Updated dependencies
## 8.0.4
### Patch Changes
- [`7b7c52dff5d7d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b7c52dff5d7d) -
Fix eslint violations for type import syntax
## 8.0.3
### Patch Changes
- [`27529d2f5ddfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/27529d2f5ddfe) -
Update README.md and 0-intro.tsx
- Updated dependencies
## 8.0.2
### Patch Changes
- [`82c0224977f47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82c0224977f47) -
Update README.md and 0-intro.tsx
- Updated dependencies
## 8.0.1
### 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
## 8.0.0
### Patch Changes
- Updated dependencies
## 7.0.1
### Patch Changes
- [`874aa2a0589a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/874aa2a0589a2) -
Clean up platform_synced_blocks_offline_check_for_block FG
- Updated dependencies
## 7.0.0
### Patch Changes
- Updated dependencies
## 6.1.0
### Minor Changes
- [`82d57d01a0f61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82d57d01a0f61) -
Distinguish between collab offline and internet offline cases for connectivity mode
## 6.0.0
### Patch Changes
- Updated dependencies
## 5.0.1
### Patch Changes
- [`ab0293065a3db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab0293065a3db) -
Bump @loomhq/record-sdk to ^4.2.3 and update imports
## 5.0.0
### Patch Changes
- Updated dependencies
## 4.0.0
### Patch Changes
- Updated dependencies
## 3.1.1
### Patch Changes
- [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) -
Sorted type and interface props to improve Atlaskit docs
## 3.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
## 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.8
### Patch Changes
- Updated dependencies
## 2.0.7
### Patch Changes
- Updated dependencies
## 2.0.6
### Patch Changes
- Updated dependencies
## 2.0.5
### Patch Changes
- Updated dependencies
## 2.0.4
### Patch Changes
- [#137691](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137691)
[`c43af6142d901`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c43af6142d901) -
EDITOR-567 - Revamp mocking for comments used in editor and renderer
## 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
- [#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.3.0
### Minor Changes
- [#112636](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112636)
[`086f93529b809`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/086f93529b809) -
Add a `setMode` command so that the default mode can be overriden by products if they want to
align the connectivity to their collaborative provider state.
## 1.2.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.1.4
### Patch Changes
- [#100007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100007)
[`df71270061d0f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df71270061d0f) -
updated example to enable more buttons on media floating toolbar
## 1.1.3
### Patch Changes
- Updated dependencies
## 1.1.2
### Patch Changes
- Updated dependencies
## 1.1.1
### Patch Changes
- Updated dependencies
## 1.1.0
### Minor Changes
- [#176529](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176529)
[`5c207d4755be8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c207d4755be8) -
[ux] Disabled extensions in typeahead list when editor is in offline mode
## 1.0.1
### Patch Changes
- Updated dependencies
## 1.0.0
### Major Changes
- [#168257](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168257)
[`af1677146b18a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/af1677146b18a) -
Create new connectivity plugin which can be used to detect the current network status.