# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 7.5.0 - 2024-11-06

- **Improved**: Pasting plain text with the `mceInsertClipboardContent` command is now a synchronous action, to match TinyMCE core behaviour. #TINY-11389

## 7.2.0 - 2024-06-19

- **Added**: The option to disable auto link feature in power paste. The auto link is enabled by default. #TINY-10962
- **Fixed**: List with start attribute separated by p tags resulted in wrong numbering of the lists. #TINY-10585

## 7.1.0 - 2024-05-08

- **Added**: New `index.js` file that includes all plugin resources. #TINY-10778
- **Fixed**: Worked around Firefox 124 change that added support for `text-wrap-mode` property. #TINY-10842
