# @atlaskit/editor-plugin-media-editing

## 4.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

## 3.0.0

### Patch Changes

- Updated dependencies

## 2.0.7

### Patch Changes

- Updated dependencies

## 2.0.6

### Patch Changes

- [`7b7c52dff5d7d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b7c52dff5d7d) -
  Fix eslint violations for type import syntax

## 2.0.5

### Patch Changes

- [`14803a836f641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14803a836f641) -
  Update README.md and 0-intro.tsx

## 2.0.4

### Patch Changes

- Updated dependencies

## 2.0.3

### Patch Changes

- Updated dependencies

## 2.0.2

### 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

## 2.0.1

### Patch Changes

- Updated dependencies

## 2.0.0

### Patch Changes

- Updated dependencies

## 1.4.5

### Patch Changes

- Updated dependencies

## 1.4.4

### Patch Changes

- Updated dependencies

## 1.4.3

### Patch Changes

- Updated dependencies

## 1.4.2

### Patch Changes

- [`aa1704778c17a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa1704778c17a) -
  Fixed duplicated image editing edits the original image as well

## 1.4.1

### Patch Changes

- [`cf99e0a56d905`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cf99e0a56d905) -
  fixed dark mode automatically switches to light mode when opening the image editing modal
- Updated dependencies

## 1.4.0

### Minor Changes

- [`3c2bcd19c3180`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c2bcd19c3180) -
  Changed default aspect ratio of image editing to custom

  Added a spinner for image loading UI

  Fixed cropper handles get stuck occasionally when dragging

  Fixed saving the document not fetching the edited image properly

  Fixed undo/redo inconsistency

### Patch Changes

- Updated dependencies

## 1.3.1

### Patch Changes

- Updated dependencies

## 1.3.0

### Minor Changes

- [`2473ffe68a12a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2473ffe68a12a) -
  Added 'cropping by aspect ratio' into image editing, added mediaEditingPlugin into confluence
  preset (experiment gated) for shipping to hello

### Patch Changes

- Updated dependencies

## 1.2.1

### Patch Changes

- Updated dependencies

## 1.2.0

### Minor Changes

- [`f552961081787`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f552961081787) -
  Removed the editing button from the toolbar for external media Introduced cropping for image
  editing

### Patch Changes

- Updated dependencies

## 1.1.1

### Patch Changes

- [`17e77ddc106cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/17e77ddc106cc) -
  Added basic image modal tests for editor-plugin-media-editing Added image-edit-toolbar-button into
  the editor media testing toolbar Imported media editing plugin into the editor test helper
- Updated dependencies

## 1.1.0

### Minor Changes

- [`cb0807daf7826`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cb0807daf7826) -
  Migrated image flipping logic (using CropperJS2) into editor-plugin-media-editing

### Patch Changes

- Updated dependencies

## 1.0.0

### Patch Changes

- Updated dependencies

## 0.1.0

### Minor Changes

- [`3323827ca91e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3323827ca91e6) -
  [ux] EDITOR-4139 Refactor existing image editing functionality into its own plugin
  editor-plugin-media-editing

### Patch Changes

- Updated dependencies
