# Changelog

All notable changes to `commonmark-shiki-highlighter` will be documented in this file.

## 2.3.0 - 2024-02-19

* Change dependency to shiki ^2.0

**Full Changelog**: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.2.0...2.3.0

## 2.2.0 - 2024-02-17

### What's Changed

* Add line break by @maximal in https://github.com/spatie/commonmark-shiki-highlighter/pull/8
* Update README.md by @joshbruce in https://github.com/spatie/commonmark-shiki-highlighter/pull/9
* Allow Symfony 7.x by @thecaliskan in https://github.com/spatie/commonmark-shiki-highlighter/pull/11
* feat: allow creating extension with instantiated `Shiki` object by @kbond in https://github.com/spatie/commonmark-shiki-highlighter/pull/12

### New Contributors

* @maximal made their first contribution in https://github.com/spatie/commonmark-shiki-highlighter/pull/8
* @joshbruce made their first contribution in https://github.com/spatie/commonmark-shiki-highlighter/pull/9
* @thecaliskan made their first contribution in https://github.com/spatie/commonmark-shiki-highlighter/pull/11
* @kbond made their first contribution in https://github.com/spatie/commonmark-shiki-highlighter/pull/12

**Full Changelog**: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.1.1...2.2.0

## 2.1.1 - 2022-11-28

- Fixes a potential XSS issue when highlighting fails

**Full Changelog**: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.1.0...2.1.1

## 2.1.0 - 2022-01-13

## What's Changed

- Allow symfony 6
- Update README.md by @alexanderglueck in https://github.com/spatie/commonmark-shiki-highlighter/pull/6

**Full Changelog**: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.0.0...2.1.0

## 2.0.0 - 2021-08-04

- upgrade to support commonmark 2.0

No changes to our API were made

## 1.1.1 - 2021-07-11

- improve deps

## 1.1.0 - 2021-07-10

- You can now mark lines as `highlighted`, `added`, `deleted` or `focus`

## 1.0.0 - 2021-07-09

- initial release
