# Changelog

# 1.2.2 (25.04.2024)
* Add stale issues policy. See [PR #127](https://github.com/kommitters/editorjs-tooltip/pull/127)

## 1.2.1 (20.03.2024)

* Solve security vulnerabilities. See [PR #126](https://github.com/kommitters/editorjs-tooltip/pull/126)
* Fix bug: Doesn't work with EditorJS 2.29.0. See [Issue #112](https://github.com/kommitters/editorjs-tooltip/issues/122)

## 1.2.0 (19.02.2024)

* Add a new optional `placeholder` configuration param to the plugin. Default value is `Add a tooltip`.
* Update all dependencies.

## 1.1.15 (13.04.2023)

* Update all dependencies.
* Fix bug: Custom holder isn't working.

## 1.1.14 (13.03.2023)

* Update all dependencies.
* Fix bug: Doesn't work with EditorJS 2.26.5.

## 1.1.13 (13.01.2023)

* Update all dependencies.
* Block egress traffic in GitHub Actions.
* Add stability badge in README.

## 1.1.12 (28.12.2022)

* Add Renovate as dependency update tool.
* Keep read-only permissions in CI workflow.

## 1.1.11 (23.12.2022)

* Harden GitHub Actions.
* Bump loader-utils from 1.4.0 to 1.4.2.
* Bump decode-uri-component from 0.2.0 to 0.2.2.

## 1.1.10 (27.10.2022)

* Bump ossf/scorecard-action to v2.0.6.

## 1.1.9 (26.10.2022)

* Added Coverage Report with Coveralls.

## 1.1.8 (13.09.2022)

* Add OpenSSF BestPractices & Scorecard badges.
* Add CDN version documentation.

## 1.1.7 (08.08.2022)

* Add scorecards actions

## 1.1.6 (25.07.2022)

* Add security policy to the repository

## 1.1.5 (15.07.2022)
* Add workflow for automatic publishing in npm.

## 1.1.4 (14.07.2022)
* Updated yarn.lock packages to fix security vulnerabilities.

## 1.1.3 (28.01.2022)
* Updated packages with known security breaches.

## 1.1.2 (18.01.2022)
* set the plugin to recognize any editor Id

## 1.1.1 (07.12.2021)
* Reduce the gif size

## 1.1.0 (23.11.2021)

* Customize the background color and the text color in the tooltips.
* Center the tooltips.
* Implement a Mutation Observer to create the tooltips.

## 1.0.0 (08.11.2021)

* Added the respective tests.
* Docs updated.
* Added styles to the selected text.
* Improved the sanitize method.

## 0.1.0 (25.10.2021)

Initial release
