# Changelog

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

## 1.3.0 - 2022-06-01

### What's Changed

- Allow php7.4 by @jonassiewertsen in https://github.com/spatie/shiki-php/pull/14

### New Contributors

- @jonassiewertsen made their first contribution in https://github.com/spatie/shiki-php/pull/14

**Full Changelog**: https://github.com/spatie/shiki-php/compare/1.2.0...1.3.0

## 1.2.0 - 2022-02-24

## What's Changed

- Add information to README.md about using NVM by @Drewdan in https://github.com/spatie/shiki-php/pull/10
- Update antlers.tmLanguage.json by @JohnathonKoster in https://github.com/spatie/shiki-php/pull/13
- Allow for user customizable renderer scripts by @mallardduck in https://github.com/spatie/shiki-php/pull/9

## New Contributors

- @Drewdan made their first contribution in https://github.com/spatie/shiki-php/pull/10
- @JohnathonKoster made their first contribution in https://github.com/spatie/shiki-php/pull/13
- @mallardduck made their first contribution in https://github.com/spatie/shiki-php/pull/9

**Full Changelog**: https://github.com/spatie/shiki-php/compare/1.1.7...1.2.0

## 1.1.7 - 2021-07-22

- fix Node path

## 1.1.6 - 2021-07-22

- add common locations to look for node

## 1.1.5 - 2021-07-12

- Update Antlers syntax highlighting

## 1.1.4 - 2021-07-12

- Fix compatibility on lower versions of Node

## 1.1.3 - 2021-07-11

- Fix an issue where embedded languages weren't being highlighted correctly

## 1.1.2 - 2021-07-11

- Fix an issue where focus was applied to the Shiki div when not needed

## 1.1.1 - 2021-07-10

- Fix an issue when passing lines to be highlighted

## 1.1.0 - 2021-07-10

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

## 1.0.2 - 2021-07-09

- significantly improve speed

## 1.0.1 - 2021-07-09

- use default executable name

## 1.0.0 - 2021-07-09

- initial release
